Skip to content

Commit 9855d05

Browse files
committed
Bumping version for release
* Update RAILS_VERSION * bundle (with Ruby 2.6) * rake changelog:header
1 parent 4c46a15 commit 9855d05

File tree

11 files changed

+82
-37
lines changed

11 files changed

+82
-37
lines changed

Gemfile.lock

+36-36
Original file line numberDiff line numberDiff line change
@@ -14,54 +14,54 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
actionmailer (4.2.11.1)
18-
actionpack (= 4.2.11.1)
19-
actionview (= 4.2.11.1)
20-
activejob (= 4.2.11.1)
17+
actionmailer (4.2.11.2)
18+
actionpack (= 4.2.11.2)
19+
actionview (= 4.2.11.2)
20+
activejob (= 4.2.11.2)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 1.0, >= 1.0.5)
23-
actionpack (4.2.11.1)
24-
actionview (= 4.2.11.1)
25-
activesupport (= 4.2.11.1)
23+
actionpack (4.2.11.2)
24+
actionview (= 4.2.11.2)
25+
activesupport (= 4.2.11.2)
2626
rack (~> 1.6)
2727
rack-test (~> 0.6.2)
2828
rails-dom-testing (~> 1.0, >= 1.0.5)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actionview (4.2.11.1)
31-
activesupport (= 4.2.11.1)
30+
actionview (4.2.11.2)
31+
activesupport (= 4.2.11.2)
3232
builder (~> 3.1)
3333
erubis (~> 2.7.0)
3434
rails-dom-testing (~> 1.0, >= 1.0.5)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.3)
36-
activejob (4.2.11.1)
37-
activesupport (= 4.2.11.1)
36+
activejob (4.2.11.2)
37+
activesupport (= 4.2.11.2)
3838
globalid (>= 0.3.0)
39-
activemodel (4.2.11.1)
40-
activesupport (= 4.2.11.1)
39+
activemodel (4.2.11.2)
40+
activesupport (= 4.2.11.2)
4141
builder (~> 3.1)
42-
activerecord (4.2.11.1)
43-
activemodel (= 4.2.11.1)
44-
activesupport (= 4.2.11.1)
42+
activerecord (4.2.11.2)
43+
activemodel (= 4.2.11.2)
44+
activesupport (= 4.2.11.2)
4545
arel (~> 6.0)
46-
activesupport (4.2.11.1)
46+
activesupport (4.2.11.2)
4747
i18n (~> 0.7)
4848
minitest (~> 5.1)
4949
thread_safe (~> 0.3, >= 0.3.4)
5050
tzinfo (~> 1.1)
51-
rails (4.2.11.1)
52-
actionmailer (= 4.2.11.1)
53-
actionpack (= 4.2.11.1)
54-
actionview (= 4.2.11.1)
55-
activejob (= 4.2.11.1)
56-
activemodel (= 4.2.11.1)
57-
activerecord (= 4.2.11.1)
58-
activesupport (= 4.2.11.1)
51+
rails (4.2.11.2)
52+
actionmailer (= 4.2.11.2)
53+
actionpack (= 4.2.11.2)
54+
actionview (= 4.2.11.2)
55+
activejob (= 4.2.11.2)
56+
activemodel (= 4.2.11.2)
57+
activerecord (= 4.2.11.2)
58+
activesupport (= 4.2.11.2)
5959
bundler (>= 1.3.0, < 2.0)
60-
railties (= 4.2.11.1)
60+
railties (= 4.2.11.2)
6161
sprockets-rails
62-
railties (4.2.11.1)
63-
actionpack (= 4.2.11.1)
64-
activesupport (= 4.2.11.1)
62+
railties (4.2.11.2)
63+
actionpack (= 4.2.11.2)
64+
activesupport (= 4.2.11.2)
6565
rake (>= 0.8.7)
6666
thor (>= 0.18.1, < 2.0)
6767

@@ -79,7 +79,7 @@ GEM
7979
bcrypt (3.1.11-x86-mingw32)
8080
beaneater (1.0.0)
8181
benchmark-ips (2.7.2)
82-
builder (3.2.3)
82+
builder (3.2.4)
8383
bunny (2.0.0)
8484
amq-protocol (>= 1.9.2)
8585
celluloid (0.17.3)
@@ -108,7 +108,7 @@ GEM
108108
coffee-script-source (1.12.2)
109109
concurrent-ruby (1.0.5)
110110
connection_pool (2.2.1)
111-
crass (1.0.4)
111+
crass (1.0.6)
112112
dalli (2.7.6)
113113
dante (0.2.0)
114114
delayed_job (4.1.4)
@@ -134,14 +134,14 @@ GEM
134134
kindlerb (0.1.1)
135135
mustache
136136
nokogiri
137-
loofah (2.2.3)
137+
loofah (2.5.0)
138138
crass (~> 1.0.2)
139139
nokogiri (>= 1.5.9)
140140
mail (2.7.1)
141141
mini_mime (>= 0.1.1)
142142
metaclass (0.0.4)
143143
mime-types (2.99.3)
144-
mini_mime (1.0.1)
144+
mini_mime (1.0.2)
145145
mini_portile2 (2.3.0)
146146
minitest (5.3.3)
147147
mocha (0.14.0)
@@ -176,8 +176,8 @@ GEM
176176
activesupport (>= 4.2.0, < 5.0)
177177
nokogiri (~> 1.6)
178178
rails-deprecated_sanitizer (>= 1.0.1)
179-
rails-html-sanitizer (1.0.4)
180-
loofah (~> 2.2, >= 2.2.2)
179+
rails-html-sanitizer (1.3.0)
180+
loofah (~> 2.3)
181181
rake (12.2.1)
182182
rdoc (4.3.0)
183183
redcarpet (3.1.2)
@@ -302,4 +302,4 @@ DEPENDENCIES
302302
w3c_validators
303303

304304
BUNDLED WITH
305-
1.17.1
305+
1.17.2

RAILS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.11.1
1+
4.2.11.2

actionmailer/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

actionpack/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

actionview/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* Restrict local variable names in templates [CVE-2020-8163]
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

activejob/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

activemodel/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

activerecord/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

activesupport/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

guides/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

railties/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.11.2 (May 15, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.11.1 (March 11, 2019) ##
27

38
* No changes.

0 commit comments

Comments
 (0)