Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
* Update RAILS_VERSION
* Bundle
* rake update_versions
* rake changelog:header
  • Loading branch information
eileencodes committed Mar 11, 2019
1 parent c79dcbc commit c4d3e20
Show file tree
Hide file tree
Showing 23 changed files with 96 additions and 46 deletions.
68 changes: 34 additions & 34 deletions Gemfile.lock
Expand Up @@ -17,58 +17,58 @@ GIT
PATH
remote: .
specs:
actioncable (5.0.7.1)
actionpack (= 5.0.7.1)
actioncable (5.0.7.2)
actionpack (= 5.0.7.2)
nio4r (>= 1.2, < 3.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.7.1)
actionpack (= 5.0.7.1)
actionview (= 5.0.7.1)
activejob (= 5.0.7.1)
actionmailer (5.0.7.2)
actionpack (= 5.0.7.2)
actionview (= 5.0.7.2)
activejob (= 5.0.7.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.7.1)
actionview (= 5.0.7.1)
activesupport (= 5.0.7.1)
actionpack (5.0.7.2)
actionview (= 5.0.7.2)
activesupport (= 5.0.7.2)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.7.1)
activesupport (= 5.0.7.1)
actionview (5.0.7.2)
activesupport (= 5.0.7.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.0.7.1)
activesupport (= 5.0.7.1)
activejob (5.0.7.2)
activesupport (= 5.0.7.2)
globalid (>= 0.3.6)
activemodel (5.0.7.1)
activesupport (= 5.0.7.1)
activerecord (5.0.7.1)
activemodel (= 5.0.7.1)
activesupport (= 5.0.7.1)
activemodel (5.0.7.2)
activesupport (= 5.0.7.2)
activerecord (5.0.7.2)
activemodel (= 5.0.7.2)
activesupport (= 5.0.7.2)
arel (~> 7.0)
activesupport (5.0.7.1)
activesupport (5.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
rails (5.0.7.1)
actioncable (= 5.0.7.1)
actionmailer (= 5.0.7.1)
actionpack (= 5.0.7.1)
actionview (= 5.0.7.1)
activejob (= 5.0.7.1)
activemodel (= 5.0.7.1)
activerecord (= 5.0.7.1)
activesupport (= 5.0.7.1)
rails (5.0.7.2)
actioncable (= 5.0.7.2)
actionmailer (= 5.0.7.2)
actionpack (= 5.0.7.2)
actionview (= 5.0.7.2)
activejob (= 5.0.7.2)
activemodel (= 5.0.7.2)
activerecord (= 5.0.7.2)
activesupport (= 5.0.7.2)
bundler (>= 1.3.0)
railties (= 5.0.7.1)
railties (= 5.0.7.2)
sprockets-rails (>= 2.0.0)
railties (5.0.7.1)
actionpack (= 5.0.7.1)
activesupport (= 5.0.7.1)
railties (5.0.7.2)
actionpack (= 5.0.7.2)
activesupport (= 5.0.7.2)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
Expand Down Expand Up @@ -159,11 +159,11 @@ GEM
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
ffi (1.9.18-x86-mingw32)
globalid (0.4.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
hiredis (0.6.1)
http_parser.rb (0.6.0)
i18n (1.1.1)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion RAILS_VERSION
@@ -1 +1 @@
5.0.7.1
5.0.7.2
5 changes: 5 additions & 0 deletions actioncable/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion actioncable/lib/action_cable/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion actioncable/package.json
@@ -1,6 +1,6 @@
{
"name": "actioncable",
"version": "5.0.7-1",
"version": "5.0.7-2",
"description": "WebSocket framework for Ruby on Rails.",
"main": "lib/assets/compiled/action_cable.js",
"files": [
Expand Down
5 changes: 5 additions & 0 deletions actionmailer/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions actionpack/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions actionview/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion actionview/lib/action_view/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions activejob/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* Do not deserialize GlobalID objects that were not generated by Active Job.
Expand Down
2 changes: 1 addition & 1 deletion activejob/lib/active_job/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions activemodel/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
5 changes: 5 additions & 0 deletions guides/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions railties/CHANGELOG.md
@@ -1,3 +1,8 @@
## Rails 5.0.7.2 (March 11, 2019) ##

* No changes.


## Rails 5.0.7.1 (November 27, 2018) ##

* No changes.
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/gem_version.rb
Expand Up @@ -8,7 +8,7 @@ module VERSION
MAJOR = 5
MINOR = 0
TINY = 7
PRE = "1"
PRE = "2"

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

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

0 comments on commit c4d3e20

Please sign in to comment.