Skip to content

Commit

Permalink
Bumping version for release
Browse files Browse the repository at this point in the history
* Update RAILS_VERSION
* bundle (with Ruby 2.6)
* rake changelog:header
  • Loading branch information
tenderlove committed May 15, 2020
1 parent 4c46a15 commit 9855d05
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 37 deletions.
72 changes: 36 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,54 +14,54 @@ GIT
PATH
remote: .
specs:
actionmailer (4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
actionmailer (4.2.11.2)
actionpack (= 4.2.11.2)
actionview (= 4.2.11.2)
activejob (= 4.2.11.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.11.1)
actionview (= 4.2.11.1)
activesupport (= 4.2.11.1)
actionpack (4.2.11.2)
actionview (= 4.2.11.2)
activesupport (= 4.2.11.2)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.11.1)
activesupport (= 4.2.11.1)
actionview (4.2.11.2)
activesupport (= 4.2.11.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.11.1)
activesupport (= 4.2.11.1)
activejob (4.2.11.2)
activesupport (= 4.2.11.2)
globalid (>= 0.3.0)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
activemodel (4.2.11.2)
activesupport (= 4.2.11.2)
builder (~> 3.1)
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
activerecord (4.2.11.2)
activemodel (= 4.2.11.2)
activesupport (= 4.2.11.2)
arel (~> 6.0)
activesupport (4.2.11.1)
activesupport (4.2.11.2)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
rails (4.2.11.1)
actionmailer (= 4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
activemodel (= 4.2.11.1)
activerecord (= 4.2.11.1)
activesupport (= 4.2.11.1)
rails (4.2.11.2)
actionmailer (= 4.2.11.2)
actionpack (= 4.2.11.2)
actionview (= 4.2.11.2)
activejob (= 4.2.11.2)
activemodel (= 4.2.11.2)
activerecord (= 4.2.11.2)
activesupport (= 4.2.11.2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11.1)
railties (= 4.2.11.2)
sprockets-rails
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
railties (4.2.11.2)
actionpack (= 4.2.11.2)
activesupport (= 4.2.11.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)

Expand All @@ -79,7 +79,7 @@ GEM
bcrypt (3.1.11-x86-mingw32)
beaneater (1.0.0)
benchmark-ips (2.7.2)
builder (3.2.3)
builder (3.2.4)
bunny (2.0.0)
amq-protocol (>= 1.9.2)
celluloid (0.17.3)
Expand Down Expand Up @@ -108,7 +108,7 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
connection_pool (2.2.1)
crass (1.0.4)
crass (1.0.6)
dalli (2.7.6)
dante (0.2.0)
delayed_job (4.1.4)
Expand All @@ -134,14 +134,14 @@ GEM
kindlerb (0.1.1)
mustache
nokogiri
loofah (2.2.3)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
metaclass (0.0.4)
mime-types (2.99.3)
mini_mime (1.0.1)
mini_mime (1.0.2)
mini_portile2 (2.3.0)
minitest (5.3.3)
mocha (0.14.0)
Expand Down Expand Up @@ -176,8 +176,8 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rake (12.2.1)
rdoc (4.3.0)
redcarpet (3.1.2)
Expand Down Expand Up @@ -302,4 +302,4 @@ DEPENDENCIES
w3c_validators

BUNDLED WITH
1.17.1
1.17.2
2 changes: 1 addition & 1 deletion RAILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.11.1
4.2.11.2
5 changes: 5 additions & 0 deletions actionmailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions actionview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* Restrict local variable names in templates [CVE-2020-8163]


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activejob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activemodel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions guides/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down
5 changes: 5 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Rails 4.2.11.2 (May 15, 2020) ##

* No changes.


## Rails 4.2.11.1 (March 11, 2019) ##

* No changes.
Expand Down

0 comments on commit 9855d05

Please sign in to comment.