Skip to content

Commit b058236

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 17f923f commit b058236

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)
@@ -112,7 +119,7 @@ GEM
112119
pry (>= 0.9.11)
113120
puma (4.3.1)
114121
nio4r (~> 2.0)
115-
rack (2.1.2)
122+
rack (2.2.2)
116123
rack-attack (5.0.1)
117124
rack
118125
rack-cors (1.1.1)
@@ -121,30 +128,31 @@ GEM
121128
rack
122129
rack-test (1.1.0)
123130
rack (>= 1.0, < 3)
124-
rails (5.1.7)
125-
actioncable (= 5.1.7)
126-
actionmailer (= 5.1.7)
127-
actionpack (= 5.1.7)
128-
actionview (= 5.1.7)
129-
activejob (= 5.1.7)
130-
activemodel (= 5.1.7)
131-
activerecord (= 5.1.7)
132-
activesupport (= 5.1.7)
131+
rails (5.2.4.1)
132+
actioncable (= 5.2.4.1)
133+
actionmailer (= 5.2.4.1)
134+
actionpack (= 5.2.4.1)
135+
actionview (= 5.2.4.1)
136+
activejob (= 5.2.4.1)
137+
activemodel (= 5.2.4.1)
138+
activerecord (= 5.2.4.1)
139+
activestorage (= 5.2.4.1)
140+
activesupport (= 5.2.4.1)
133141
bundler (>= 1.3.0)
134-
railties (= 5.1.7)
142+
railties (= 5.2.4.1)
135143
sprockets-rails (>= 2.0.0)
136144
rails-dom-testing (2.0.3)
137145
activesupport (>= 4.2.0)
138146
nokogiri (>= 1.6)
139-
rails-html-sanitizer (1.0.4)
140-
loofah (~> 2.2, >= 2.2.2)
141-
railties (5.1.7)
142-
actionpack (= 5.1.7)
143-
activesupport (= 5.1.7)
147+
rails-html-sanitizer (1.3.0)
148+
loofah (~> 2.3)
149+
railties (5.2.4.1)
150+
actionpack (= 5.2.4.1)
151+
activesupport (= 5.2.4.1)
144152
method_source
145153
rake (>= 0.8.7)
146-
thor (>= 0.18.1, < 2.0)
147-
rake (12.3.2)
154+
thor (>= 0.19.0, < 2.0)
155+
rake (13.0.1)
148156
rb-fsevent (0.10.3)
149157
rb-inotify (0.10.1)
150158
ffi (~> 1.0)
@@ -194,22 +202,22 @@ GEM
194202
spring-watcher-listen (2.0.1)
195203
listen (>= 2.7, < 4.0)
196204
spring (>= 1.2, < 3.0)
197-
sprockets (3.7.2)
205+
sprockets (4.0.0)
198206
concurrent-ruby (~> 1.0)
199207
rack (> 1, < 3)
200208
sprockets-rails (3.2.1)
201209
actionpack (>= 4.0)
202210
activesupport (>= 4.0)
203211
sprockets (>= 3.0.0)
204-
thor (0.20.3)
212+
thor (1.0.1)
205213
thread_safe (0.3.6)
206-
tzinfo (1.2.5)
214+
tzinfo (1.2.6)
207215
thread_safe (~> 0.1)
208216
warden (1.2.8)
209217
rack (>= 2.0.6)
210-
websocket-driver (0.6.5)
218+
websocket-driver (0.7.1)
211219
websocket-extensions (>= 0.1.0)
212-
websocket-extensions (0.1.3)
220+
websocket-extensions (0.1.4)
213221

214222
PLATFORMS
215223
ruby
@@ -227,7 +235,7 @@ DEPENDENCIES
227235
puma (~> 4.3)
228236
rack-attack
229237
rack-cors
230-
rails (= 5.1.7)
238+
rails (= 5.2.4.1)
231239
redis-rails
232240
rspec-rails (= 3.1.0)
233241
sidekiq

0 commit comments

Comments
 (0)