Skip to content

Commit 97b76d1

Browse files
Bump rails from 5.1.7 to 5.2.4.1
Bumps [rails](https://github.com/rails/rails) from 5.1.7 to 5.2.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v5.1.7...v5.2.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0cc493b commit 97b76d1

File tree

2 files changed

+66
-58
lines changed

2 files changed

+66
-58
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5-
gem 'rails', '5.1.7'
5+
gem 'rails', '5.2.4.1'
66
# Use postgresql as the database for Active Record
77
gem 'pg', '~> 0.18'
88
# Use Puma as the app server

Gemfile.lock

Lines changed: 65 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.1.7)
5-
actionpack (= 5.1.7)
4+
actioncable (5.2.4.1)
5+
actionpack (= 5.2.4.1)
66
nio4r (~> 2.0)
7-
websocket-driver (~> 0.6.1)
8-
actionmailer (5.1.7)
9-
actionpack (= 5.1.7)
10-
actionview (= 5.1.7)
11-
activejob (= 5.1.7)
7+
websocket-driver (>= 0.6.1)
8+
actionmailer (5.2.4.1)
9+
actionpack (= 5.2.4.1)
10+
actionview (= 5.2.4.1)
11+
activejob (= 5.2.4.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.1.7)
15-
actionview (= 5.1.7)
16-
activesupport (= 5.1.7)
17-
rack (~> 2.0)
14+
actionpack (5.2.4.1)
15+
actionview (= 5.2.4.1)
16+
activesupport (= 5.2.4.1)
17+
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.1.7)
22-
activesupport (= 5.1.7)
21+
actionview (5.2.4.1)
22+
activesupport (= 5.2.4.1)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
@@ -29,32 +29,36 @@ GEM
2929
activemodel (>= 4.1, < 6)
3030
case_transform (>= 0.2)
3131
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
32-
activejob (5.1.7)
33-
activesupport (= 5.1.7)
32+
activejob (5.2.4.1)
33+
activesupport (= 5.2.4.1)
3434
globalid (>= 0.3.6)
35-
activemodel (5.1.7)
36-
activesupport (= 5.1.7)
37-
activerecord (5.1.7)
38-
activemodel (= 5.1.7)
39-
activesupport (= 5.1.7)
40-
arel (~> 8.0)
41-
activesupport (5.1.7)
35+
activemodel (5.2.4.1)
36+
activesupport (= 5.2.4.1)
37+
activerecord (5.2.4.1)
38+
activemodel (= 5.2.4.1)
39+
activesupport (= 5.2.4.1)
40+
arel (>= 9.0)
41+
activestorage (5.2.4.1)
42+
actionpack (= 5.2.4.1)
43+
activerecord (= 5.2.4.1)
44+
marcel (~> 0.3.1)
45+
activesupport (5.2.4.1)
4246
concurrent-ruby (~> 1.0, >= 1.0.2)
4347
i18n (>= 0.7, < 2)
4448
minitest (~> 5.1)
4549
tzinfo (~> 1.1)
46-
arel (8.0.0)
50+
arel (9.0.0)
4751
bcrypt (3.1.12)
4852
binding_of_caller (0.8.0)
4953
debug_inspector (>= 0.0.1)
50-
builder (3.2.3)
54+
builder (3.2.4)
5155
byebug (9.1.0)
5256
case_transform (0.2)
5357
activesupport
5458
coderay (1.1.2)
55-
concurrent-ruby (1.1.5)
59+
concurrent-ruby (1.1.6)
5660
connection_pool (2.2.2)
57-
crass (1.0.5)
61+
crass (1.0.6)
5862
debug_inspector (0.0.3)
5963
devise (4.6.2)
6064
bcrypt (~> 3.0)
@@ -66,7 +70,7 @@ GEM
6670
devise (> 3.5.2, < 4.7)
6771
rails (>= 4.2.0, < 6)
6872
diff-lcs (1.3)
69-
erubi (1.8.0)
73+
erubi (1.9.0)
7074
factory_girl (4.9.0)
7175
activesupport (>= 3.0.0)
7276
factory_girl_rails (4.9.0)
@@ -76,23 +80,26 @@ GEM
7680
globalid (0.4.2)
7781
activesupport (>= 4.2.0)
7882
hashie (3.6.0)
79-
i18n (1.6.0)
83+
i18n (1.8.2)
8084
concurrent-ruby (~> 1.0)
8185
jsonapi-renderer (0.2.0)
8286
listen (3.2.1)
8387
rb-fsevent (~> 0.10, >= 0.10.3)
8488
rb-inotify (~> 0.9, >= 0.9.10)
85-
loofah (2.3.1)
89+
loofah (2.4.0)
8690
crass (~> 1.0.2)
8791
nokogiri (>= 1.5.9)
8892
mail (2.7.1)
8993
mini_mime (>= 0.1.1)
94+
marcel (0.3.3)
95+
mimemagic (~> 0.3.2)
9096
method_source (0.9.2)
91-
mini_mime (1.0.1)
97+
mimemagic (0.3.4)
98+
mini_mime (1.0.2)
9299
mini_portile2 (2.4.0)
93-
minitest (5.11.3)
94-
nio4r (2.3.1)
95-
nokogiri (1.10.5)
100+
minitest (5.14.0)
101+
nio4r (2.5.2)
102+
nokogiri (1.10.8)
96103
mini_portile2 (~> 2.4.0)
97104
omniauth (1.9.0)
98105
hashie (>= 3.4.6, < 3.7.0)
@@ -111,7 +118,7 @@ GEM
111118
binding_of_caller (>= 0.7)
112119
pry (>= 0.9.11)
113120
puma (3.12.2)
114-
rack (2.1.2)
121+
rack (2.2.2)
115122
rack-attack (5.0.1)
116123
rack
117124
rack-cors (1.1.1)
@@ -120,30 +127,31 @@ GEM
120127
rack
121128
rack-test (1.1.0)
122129
rack (>= 1.0, < 3)
123-
rails (5.1.7)
124-
actioncable (= 5.1.7)
125-
actionmailer (= 5.1.7)
126-
actionpack (= 5.1.7)
127-
actionview (= 5.1.7)
128-
activejob (= 5.1.7)
129-
activemodel (= 5.1.7)
130-
activerecord (= 5.1.7)
131-
activesupport (= 5.1.7)
130+
rails (5.2.4.1)
131+
actioncable (= 5.2.4.1)
132+
actionmailer (= 5.2.4.1)
133+
actionpack (= 5.2.4.1)
134+
actionview (= 5.2.4.1)
135+
activejob (= 5.2.4.1)
136+
activemodel (= 5.2.4.1)
137+
activerecord (= 5.2.4.1)
138+
activestorage (= 5.2.4.1)
139+
activesupport (= 5.2.4.1)
132140
bundler (>= 1.3.0)
133-
railties (= 5.1.7)
141+
railties (= 5.2.4.1)
134142
sprockets-rails (>= 2.0.0)
135143
rails-dom-testing (2.0.3)
136144
activesupport (>= 4.2.0)
137145
nokogiri (>= 1.6)
138-
rails-html-sanitizer (1.0.4)
139-
loofah (~> 2.2, >= 2.2.2)
140-
railties (5.1.7)
141-
actionpack (= 5.1.7)
142-
activesupport (= 5.1.7)
146+
rails-html-sanitizer (1.3.0)
147+
loofah (~> 2.3)
148+
railties (5.2.4.1)
149+
actionpack (= 5.2.4.1)
150+
activesupport (= 5.2.4.1)
143151
method_source
144152
rake (>= 0.8.7)
145-
thor (>= 0.18.1, < 2.0)
146-
rake (12.3.2)
153+
thor (>= 0.19.0, < 2.0)
154+
rake (13.0.1)
147155
rb-fsevent (0.10.3)
148156
rb-inotify (0.10.1)
149157
ffi (~> 1.0)
@@ -193,22 +201,22 @@ GEM
193201
spring-watcher-listen (2.0.1)
194202
listen (>= 2.7, < 4.0)
195203
spring (>= 1.2, < 3.0)
196-
sprockets (3.7.2)
204+
sprockets (4.0.0)
197205
concurrent-ruby (~> 1.0)
198206
rack (> 1, < 3)
199207
sprockets-rails (3.2.1)
200208
actionpack (>= 4.0)
201209
activesupport (>= 4.0)
202210
sprockets (>= 3.0.0)
203-
thor (0.20.3)
211+
thor (1.0.1)
204212
thread_safe (0.3.6)
205-
tzinfo (1.2.5)
213+
tzinfo (1.2.6)
206214
thread_safe (~> 0.1)
207215
warden (1.2.8)
208216
rack (>= 2.0.6)
209-
websocket-driver (0.6.5)
217+
websocket-driver (0.7.1)
210218
websocket-extensions (>= 0.1.0)
211-
websocket-extensions (0.1.3)
219+
websocket-extensions (0.1.4)
212220

213221
PLATFORMS
214222
ruby
@@ -226,7 +234,7 @@ DEPENDENCIES
226234
puma (~> 3.12)
227235
rack-attack
228236
rack-cors
229-
rails (= 5.1.7)
237+
rails (= 5.2.4.1)
230238
redis-rails
231239
rspec-rails (= 3.1.0)
232240
sidekiq

0 commit comments

Comments
 (0)