Skip to content

Commit

Permalink
Preparing for 6.0.4.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Mar 8, 2022
1 parent 961ef7e commit 4ba546e
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion actioncable/lib/action_cable/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actioncable/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/actioncable",
"version": "6.0.4-6",
"version": "6.0.4-7",
"description": "WebSocket framework for Ruby on Rails.",
"main": "app/assets/javascripts/action_cable.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion actionmailbox/lib/action_mailbox/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actiontext/lib/action_text/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actiontext/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/actiontext",
"version": "6.0.4-6",
"version": "6.0.4-7",
"description": "Edit and display rich text in Rails applications",
"main": "app/javascript/actiontext/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion actionview/lib/action_view/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actionview/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/ujs",
"version": "6.0.4-6",
"version": "6.0.4-7",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "lib/assets/compiled/rails-ujs.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion activejob/lib/active_job/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activestorage/lib/active_storage/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion activestorage/package.json
@@ -1,6 +1,6 @@
{
"name": "@rails/activestorage",
"version": "6.0.4-6",
"version": "6.0.4-7",
"description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/gem_version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 6
MINOR = 0
TINY = 4
PRE = "6"
PRE = "7"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down

0 comments on commit 4ba546e

Please sign in to comment.