Skip to content

Commit e69ff43

Browse files
committed
Prep release
* Bump RAILS_VERSION * Bundle * rake update_versions * rake changelog:header
1 parent 7f5ccda commit e69ff43

File tree

27 files changed

+113
-55
lines changed

27 files changed

+113
-55
lines changed

Gemfile.lock

Lines changed: 43 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -26,63 +26,63 @@ GIT
2626
PATH
2727
remote: .
2828
specs:
29-
actioncable (5.2.2)
30-
actionpack (= 5.2.2)
29+
actioncable (5.2.2.1)
30+
actionpack (= 5.2.2.1)
3131
nio4r (~> 2.0)
3232
websocket-driver (>= 0.6.1)
33-
actionmailer (5.2.2)
34-
actionpack (= 5.2.2)
35-
actionview (= 5.2.2)
36-
activejob (= 5.2.2)
33+
actionmailer (5.2.2.1)
34+
actionpack (= 5.2.2.1)
35+
actionview (= 5.2.2.1)
36+
activejob (= 5.2.2.1)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (5.2.2)
40-
actionview (= 5.2.2)
41-
activesupport (= 5.2.2)
39+
actionpack (5.2.2.1)
40+
actionview (= 5.2.2.1)
41+
activesupport (= 5.2.2.1)
4242
rack (~> 2.0)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.0)
4545
rails-html-sanitizer (~> 1.0, >= 1.0.2)
46-
actionview (5.2.2)
47-
activesupport (= 5.2.2)
46+
actionview (5.2.2.1)
47+
activesupport (= 5.2.2.1)
4848
builder (~> 3.1)
4949
erubi (~> 1.4)
5050
rails-dom-testing (~> 2.0)
5151
rails-html-sanitizer (~> 1.0, >= 1.0.3)
52-
activejob (5.2.2)
53-
activesupport (= 5.2.2)
52+
activejob (5.2.2.1)
53+
activesupport (= 5.2.2.1)
5454
globalid (>= 0.3.6)
55-
activemodel (5.2.2)
56-
activesupport (= 5.2.2)
57-
activerecord (5.2.2)
58-
activemodel (= 5.2.2)
59-
activesupport (= 5.2.2)
55+
activemodel (5.2.2.1)
56+
activesupport (= 5.2.2.1)
57+
activerecord (5.2.2.1)
58+
activemodel (= 5.2.2.1)
59+
activesupport (= 5.2.2.1)
6060
arel (>= 9.0)
61-
activestorage (5.2.2)
62-
actionpack (= 5.2.2)
63-
activerecord (= 5.2.2)
61+
activestorage (5.2.2.1)
62+
actionpack (= 5.2.2.1)
63+
activerecord (= 5.2.2.1)
6464
marcel (~> 0.3.1)
65-
activesupport (5.2.2)
65+
activesupport (5.2.2.1)
6666
concurrent-ruby (~> 1.0, >= 1.0.2)
6767
i18n (>= 0.7, < 2)
6868
minitest (~> 5.1)
6969
tzinfo (~> 1.1)
70-
rails (5.2.2)
71-
actioncable (= 5.2.2)
72-
actionmailer (= 5.2.2)
73-
actionpack (= 5.2.2)
74-
actionview (= 5.2.2)
75-
activejob (= 5.2.2)
76-
activemodel (= 5.2.2)
77-
activerecord (= 5.2.2)
78-
activestorage (= 5.2.2)
79-
activesupport (= 5.2.2)
70+
rails (5.2.2.1)
71+
actioncable (= 5.2.2.1)
72+
actionmailer (= 5.2.2.1)
73+
actionpack (= 5.2.2.1)
74+
actionview (= 5.2.2.1)
75+
activejob (= 5.2.2.1)
76+
activemodel (= 5.2.2.1)
77+
activerecord (= 5.2.2.1)
78+
activestorage (= 5.2.2.1)
79+
activesupport (= 5.2.2.1)
8080
bundler (>= 1.3.0)
81-
railties (= 5.2.2)
81+
railties (= 5.2.2.1)
8282
sprockets-rails (>= 2.0.0)
83-
railties (5.2.2)
84-
actionpack (= 5.2.2)
85-
activesupport (= 5.2.2)
83+
railties (5.2.2.1)
84+
actionpack (= 5.2.2.1)
85+
activesupport (= 5.2.2.1)
8686
method_source
8787
rake (>= 0.8.7)
8888
thor (>= 0.19.0, < 2.0)
@@ -211,7 +211,7 @@ GEM
211211
http_parser.rb (>= 0.6.0)
212212
em-socksify (0.3.2)
213213
eventmachine (>= 1.0.0.beta.4)
214-
erubi (1.7.1)
214+
erubi (1.8.0)
215215
et-orbi (1.1.2)
216216
tzinfo
217217
event_emitter (0.2.6)
@@ -239,7 +239,7 @@ GEM
239239
fugit (1.1.1)
240240
et-orbi (~> 1.1, >= 1.1.1)
241241
raabro (~> 1.1)
242-
globalid (0.4.1)
242+
globalid (0.4.2)
243243
activesupport (>= 4.2.0)
244244
google-api-client (0.19.8)
245245
addressable (~> 2.5, >= 2.5.1)
@@ -269,7 +269,7 @@ GEM
269269
hiredis (0.6.1-java)
270270
http_parser.rb (0.6.0)
271271
httpclient (2.8.3)
272-
i18n (1.1.1)
272+
i18n (1.6.0)
273273
concurrent-ruby (~> 1.0)
274274
io-like (0.3.0)
275275
jdbc-mysql (5.1.46)
@@ -304,7 +304,7 @@ GEM
304304
mime-types (3.1)
305305
mime-types-data (~> 3.2015)
306306
mime-types-data (3.2016.0521)
307-
mimemagic (0.3.2)
307+
mimemagic (0.3.3)
308308
mini_magick (4.8.0)
309309
mini_mime (1.0.0)
310310
mini_portile2 (2.3.0)
@@ -329,6 +329,7 @@ GEM
329329
mysql2 (0.5.1-x64-mingw32)
330330
mysql2 (0.5.1-x86-mingw32)
331331
nio4r (2.3.1)
332+
nio4r (2.3.1-java)
332333
nokogiri (1.8.2)
333334
mini_portile2 (~> 2.3.0)
334335
nokogiri (1.8.2-java)
@@ -486,6 +487,8 @@ GEM
486487
websocket (1.2.8)
487488
websocket-driver (0.7.0)
488489
websocket-extensions (>= 0.1.0)
490+
websocket-driver (0.7.0-java)
491+
websocket-extensions (>= 0.1.0)
489492
websocket-extensions (0.1.3)
490493
xpath (3.1.0)
491494
nokogiri (~> 1.8)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.2
1+
5.2.2.1

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* No changes.

actioncable/lib/action_cable/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

actioncable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actioncable",
3-
"version": "5.2.2",
3+
"version": "5.2.2-1",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* Reset Capybara sessions if failed system test screenshot raising an exception.

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* No changes.

actionview/lib/action_view/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

actionview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rails-ujs",
3-
"version": "5.2.2",
3+
"version": "5.2.2-1",
44
"description": "Ruby on Rails unobtrusive scripting adapter",
55
"main": "lib/assets/compiled/rails-ujs.js",
66
"files": [

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* Make sure `assert_enqueued_with()` & `assert_performed_with()` work reliably with hash arguments.

activejob/lib/active_job/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* Fix numericality validator to still use value before type cast except Active Record.

activemodel/lib/active_model/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

activerecord/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* Do not ignore the scoping with query methods in the scope block.

activerecord/lib/active_record/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

activestorage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* Support multiple submit buttons in Active Storage forms.

activestorage/lib/active_storage/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

activestorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activestorage",
3-
"version": "5.2.2",
3+
"version": "5.2.2-1",
44
"description": "Attach cloud and local files in Rails applications",
55
"main": "app/assets/javascripts/activestorage.js",
66
"files": [

activesupport/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* Fix bug where `#to_options` for `ActiveSupport::HashWithIndifferentAccess`

activesupport/lib/active_support/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.2.1 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2 (December 04, 2018) ##
27

38
* Disable content security policy for mailer previews.

railties/lib/rails/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

0 commit comments

Comments
 (0)