Skip to content

Commit 4dcc543

Browse files
committed
update version
1 parent b5aeef5 commit 4dcc543

File tree

16 files changed

+51
-51
lines changed

16 files changed

+51
-51
lines changed

Gemfile.lock

Lines changed: 36 additions & 36 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.1)
30-
actionpack (= 5.2.4.1)
29+
actioncable (5.2.4.2)
30+
actionpack (= 5.2.4.2)
3131
nio4r (~> 2.0)
3232
websocket-driver (>= 0.6.1)
33-
actionmailer (5.2.4.1)
34-
actionpack (= 5.2.4.1)
35-
actionview (= 5.2.4.1)
36-
activejob (= 5.2.4.1)
33+
actionmailer (5.2.4.2)
34+
actionpack (= 5.2.4.2)
35+
actionview (= 5.2.4.2)
36+
activejob (= 5.2.4.2)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (5.2.4.1)
40-
actionview (= 5.2.4.1)
41-
activesupport (= 5.2.4.1)
39+
actionpack (5.2.4.2)
40+
actionview (= 5.2.4.2)
41+
activesupport (= 5.2.4.2)
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.1)
47-
activesupport (= 5.2.4.1)
46+
actionview (5.2.4.2)
47+
activesupport (= 5.2.4.2)
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.1)
53-
activesupport (= 5.2.4.1)
52+
activejob (5.2.4.2)
53+
activesupport (= 5.2.4.2)
5454
globalid (>= 0.3.6)
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)
55+
activemodel (5.2.4.2)
56+
activesupport (= 5.2.4.2)
57+
activerecord (5.2.4.2)
58+
activemodel (= 5.2.4.2)
59+
activesupport (= 5.2.4.2)
6060
arel (>= 9.0)
61-
activestorage (5.2.4.1)
62-
actionpack (= 5.2.4.1)
63-
activerecord (= 5.2.4.1)
61+
activestorage (5.2.4.2)
62+
actionpack (= 5.2.4.2)
63+
activerecord (= 5.2.4.2)
6464
marcel (~> 0.3.1)
65-
activesupport (5.2.4.1)
65+
activesupport (5.2.4.2)
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.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)
70+
rails (5.2.4.2)
71+
actioncable (= 5.2.4.2)
72+
actionmailer (= 5.2.4.2)
73+
actionpack (= 5.2.4.2)
74+
actionview (= 5.2.4.2)
75+
activejob (= 5.2.4.2)
76+
activemodel (= 5.2.4.2)
77+
activerecord (= 5.2.4.2)
78+
activestorage (= 5.2.4.2)
79+
activesupport (= 5.2.4.2)
8080
bundler (>= 1.3.0)
81-
railties (= 5.2.4.1)
81+
railties (= 5.2.4.2)
8282
sprockets-rails (>= 2.0.0)
83-
railties (5.2.4.1)
84-
actionpack (= 5.2.4.1)
85-
activesupport (= 5.2.4.1)
83+
railties (5.2.4.2)
84+
actionpack (= 5.2.4.2)
85+
activesupport (= 5.2.4.2)
8686
method_source
8787
rake (>= 0.8.7)
8888
thor (>= 0.19.0, < 2.0)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.4.1
1+
5.2.4.2

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 = "1"
13+
PRE = "2"
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-1",
3+
"version": "5.2.4-2",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

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

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

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

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

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 = "1"
13+
PRE = "2"
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-1",
3+
"version": "5.2.4-2",
44
"description": "Ruby on Rails unobtrusive scripting adapter",
55
"main": "lib/assets/compiled/rails-ujs.js",
66
"files": [

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

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

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

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

0 commit comments

Comments
 (0)