Skip to content

Commit ac30e38

Browse files
committed
Preparing for 5.2.4.1 release
1 parent 2a52a38 commit ac30e38

File tree

27 files changed

+105
-53
lines changed

27 files changed

+105
-53
lines changed

Gemfile.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -26,63 +26,63 @@ GIT
2626
PATH
2727
remote: .
2828
specs:
29-
actioncable (5.2.4)
30-
actionpack (= 5.2.4)
29+
actioncable (5.2.4.1)
30+
actionpack (= 5.2.4.1)
3131
nio4r (~> 2.0)
3232
websocket-driver (>= 0.6.1)
33-
actionmailer (5.2.4)
34-
actionpack (= 5.2.4)
35-
actionview (= 5.2.4)
36-
activejob (= 5.2.4)
33+
actionmailer (5.2.4.1)
34+
actionpack (= 5.2.4.1)
35+
actionview (= 5.2.4.1)
36+
activejob (= 5.2.4.1)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (5.2.4)
40-
actionview (= 5.2.4)
41-
activesupport (= 5.2.4)
39+
actionpack (5.2.4.1)
40+
actionview (= 5.2.4.1)
41+
activesupport (= 5.2.4.1)
4242
rack (~> 2.0, >= 2.0.8)
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.4)
47-
activesupport (= 5.2.4)
46+
actionview (5.2.4.1)
47+
activesupport (= 5.2.4.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.4)
53-
activesupport (= 5.2.4)
52+
activejob (5.2.4.1)
53+
activesupport (= 5.2.4.1)
5454
globalid (>= 0.3.6)
55-
activemodel (5.2.4)
56-
activesupport (= 5.2.4)
57-
activerecord (5.2.4)
58-
activemodel (= 5.2.4)
59-
activesupport (= 5.2.4)
55+
activemodel (5.2.4.1)
56+
activesupport (= 5.2.4.1)
57+
activerecord (5.2.4.1)
58+
activemodel (= 5.2.4.1)
59+
activesupport (= 5.2.4.1)
6060
arel (>= 9.0)
61-
activestorage (5.2.4)
62-
actionpack (= 5.2.4)
63-
activerecord (= 5.2.4)
61+
activestorage (5.2.4.1)
62+
actionpack (= 5.2.4.1)
63+
activerecord (= 5.2.4.1)
6464
marcel (~> 0.3.1)
65-
activesupport (5.2.4)
65+
activesupport (5.2.4.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.4)
71-
actioncable (= 5.2.4)
72-
actionmailer (= 5.2.4)
73-
actionpack (= 5.2.4)
74-
actionview (= 5.2.4)
75-
activejob (= 5.2.4)
76-
activemodel (= 5.2.4)
77-
activerecord (= 5.2.4)
78-
activestorage (= 5.2.4)
79-
activesupport (= 5.2.4)
70+
rails (5.2.4.1)
71+
actioncable (= 5.2.4.1)
72+
actionmailer (= 5.2.4.1)
73+
actionpack (= 5.2.4.1)
74+
actionview (= 5.2.4.1)
75+
activejob (= 5.2.4.1)
76+
activemodel (= 5.2.4.1)
77+
activerecord (= 5.2.4.1)
78+
activestorage (= 5.2.4.1)
79+
activesupport (= 5.2.4.1)
8080
bundler (>= 1.3.0)
81-
railties (= 5.2.4)
81+
railties (= 5.2.4.1)
8282
sprockets-rails (>= 2.0.0)
83-
railties (5.2.4)
84-
actionpack (= 5.2.4)
85-
activesupport (= 5.2.4)
83+
railties (5.2.4.1)
84+
actionpack (= 5.2.4.1)
85+
activesupport (= 5.2.4.1)
8686
method_source
8787
rake (>= 0.8.7)
8888
thor (>= 0.19.0, < 2.0)
@@ -162,7 +162,7 @@ GEM
162162
msgpack (~> 1.0)
163163
bootsnap (1.4.5-java)
164164
msgpack (~> 1.0)
165-
builder (3.2.3)
165+
builder (3.2.4)
166166
bunny (2.14.3)
167167
amq-protocol (~> 2.3, >= 2.3.0)
168168
byebug (11.0.1)
@@ -289,7 +289,7 @@ GEM
289289
rb-fsevent (~> 0.9, >= 0.9.4)
290290
rb-inotify (~> 0.9, >= 0.9.7)
291291
ruby_dep (~> 1.2)
292-
loofah (2.3.1)
292+
loofah (2.4.0)
293293
crass (~> 1.0.2)
294294
nokogiri (>= 1.5.9)
295295
mail (2.7.1)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.4
1+
5.2.4.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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
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 = 4
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.4",
3+
"version": "5.2.4-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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
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 = 4
13-
PRE = nil
13+
PRE = "1"
1414

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

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.4.1 (December 18, 2019) ##
2+
13
* Fix possible information leak / session hijacking vulnerability.
24

35
The `ActionDispatch::Session::MemcacheStore` is still vulnerable given it requires the

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 = 4
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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
27

38
* Allow programmatic click events to trigger Rails UJS click handlers.

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 = 4
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.4",
3+
"version": "5.2.4-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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
27

38
* No changes.

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 = 4
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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
27

38
* Type cast falsy boolean symbols on boolean attribute as false.

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 = 4
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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
27

38
* Fix circular `autosave: true` causes invalid records to be saved.

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 = 4
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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
27

38
* No changes.

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 = 4
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.4",
3+
"version": "5.2.4-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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
27

38
* Make ActiveSupport::Logger Fiber-safe. Fixes #36752.

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 = 4
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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
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.4.1 (December 18, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.4 (November 27, 2019) ##
27

38
* Use original `bundler` environment variables during the process of generating a new rails project.

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 = 4
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 = 4
13-
PRE = nil
13+
PRE = "1"
1414

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

0 commit comments

Comments
 (0)