Skip to content

Commit db9acbb

Browse files
Bump rails from 5.1.6 to 5.2.0
Bumps [rails](https://github.com/rails/rails) from 5.1.6 to 5.2.0. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v5.1.6...v5.2.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b344e7 commit db9acbb

File tree

2 files changed

+46
-38
lines changed

2 files changed

+46
-38
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'asset_bom_removal-rails', '~> 1.0'
66
gem 'dalli'
77
gem 'htmlentities', '~> 4.3'
88
gem 'rack_strip_client_ip', '~> 0.0.2'
9-
gem 'rails', '~> 5.1.6'
9+
gem 'rails', '~> 5.2.0'
1010
gem 'rails-controller-testing', '~> 1.0'
1111
gem 'rails-i18n', '>= 4.0.4'
1212
gem 'rails_translation_manager', '~> 0.0.2'

Gemfile.lock

+45-37
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,43 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
PriorityQueue (0.1.2)
5-
actioncable (5.1.6)
6-
actionpack (= 5.1.6)
5+
actioncable (5.2.0)
6+
actionpack (= 5.2.0)
77
nio4r (~> 2.0)
8-
websocket-driver (~> 0.6.1)
9-
actionmailer (5.1.6)
10-
actionpack (= 5.1.6)
11-
actionview (= 5.1.6)
12-
activejob (= 5.1.6)
8+
websocket-driver (>= 0.6.1)
9+
actionmailer (5.2.0)
10+
actionpack (= 5.2.0)
11+
actionview (= 5.2.0)
12+
activejob (= 5.2.0)
1313
mail (~> 2.5, >= 2.5.4)
1414
rails-dom-testing (~> 2.0)
15-
actionpack (5.1.6)
16-
actionview (= 5.1.6)
17-
activesupport (= 5.1.6)
15+
actionpack (5.2.0)
16+
actionview (= 5.2.0)
17+
activesupport (= 5.2.0)
1818
rack (~> 2.0)
1919
rack-test (>= 0.6.3)
2020
rails-dom-testing (~> 2.0)
2121
rails-html-sanitizer (~> 1.0, >= 1.0.2)
22-
actionview (5.1.6)
23-
activesupport (= 5.1.6)
22+
actionview (5.2.0)
23+
activesupport (= 5.2.0)
2424
builder (~> 3.1)
2525
erubi (~> 1.4)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.0.3)
28-
activejob (5.1.6)
29-
activesupport (= 5.1.6)
28+
activejob (5.2.0)
29+
activesupport (= 5.2.0)
3030
globalid (>= 0.3.6)
31-
activemodel (5.1.6)
32-
activesupport (= 5.1.6)
33-
activerecord (5.1.6)
34-
activemodel (= 5.1.6)
35-
activesupport (= 5.1.6)
36-
arel (~> 8.0)
37-
activesupport (5.1.6)
31+
activemodel (5.2.0)
32+
activesupport (= 5.2.0)
33+
activerecord (5.2.0)
34+
activemodel (= 5.2.0)
35+
activesupport (= 5.2.0)
36+
arel (>= 9.0)
37+
activestorage (5.2.0)
38+
actionpack (= 5.2.0)
39+
activerecord (= 5.2.0)
40+
marcel (~> 0.3.1)
41+
activesupport (5.2.0)
3842
concurrent-ruby (~> 1.0, >= 1.0.2)
3943
i18n (>= 0.7, < 2)
4044
minitest (~> 5.1)
@@ -46,7 +50,7 @@ GEM
4650
robotex (>= 1.0.0)
4751
archive-zip (0.11.0)
4852
io-like (~> 0.3.0)
49-
arel (8.0.0)
53+
arel (9.0.0)
5054
asset_bom_removal-rails (1.0.2)
5155
rails (>= 4.2)
5256
sass (> 3.4)
@@ -168,11 +172,14 @@ GEM
168172
PriorityQueue (~> 0.1.2)
169173
mail (2.7.0)
170174
mini_mime (>= 0.1.1)
175+
marcel (0.3.2)
176+
mimemagic (~> 0.3.2)
171177
metaclass (0.0.4)
172178
method_source (0.9.0)
173179
mime-types (3.1)
174180
mime-types-data (~> 3.2015)
175181
mime-types-data (3.2016.0521)
182+
mimemagic (0.3.2)
176183
mini_magick (4.8.0)
177184
mini_mime (1.0.0)
178185
mini_portile2 (2.3.0)
@@ -212,17 +219,18 @@ GEM
212219
rack-test (1.0.0)
213220
rack (>= 1.0, < 3)
214221
rack_strip_client_ip (0.0.2)
215-
rails (5.1.6)
216-
actioncable (= 5.1.6)
217-
actionmailer (= 5.1.6)
218-
actionpack (= 5.1.6)
219-
actionview (= 5.1.6)
220-
activejob (= 5.1.6)
221-
activemodel (= 5.1.6)
222-
activerecord (= 5.1.6)
223-
activesupport (= 5.1.6)
222+
rails (5.2.0)
223+
actioncable (= 5.2.0)
224+
actionmailer (= 5.2.0)
225+
actionpack (= 5.2.0)
226+
actionview (= 5.2.0)
227+
activejob (= 5.2.0)
228+
activemodel (= 5.2.0)
229+
activerecord (= 5.2.0)
230+
activestorage (= 5.2.0)
231+
activesupport (= 5.2.0)
224232
bundler (>= 1.3.0)
225-
railties (= 5.1.6)
233+
railties (= 5.2.0)
226234
sprockets-rails (>= 2.0.0)
227235
rails-controller-testing (1.0.2)
228236
actionpack (~> 5.x, >= 5.0.1)
@@ -239,9 +247,9 @@ GEM
239247
rails_translation_manager (0.0.2)
240248
activesupport
241249
rails-i18n
242-
railties (5.1.6)
243-
actionpack (= 5.1.6)
244-
activesupport (= 5.1.6)
250+
railties (5.2.0)
251+
actionpack (= 5.2.0)
252+
activesupport (= 5.2.0)
245253
method_source
246254
rake (>= 0.8.7)
247255
thor (>= 0.18.1, < 2.0)
@@ -328,7 +336,7 @@ GEM
328336
addressable (>= 2.3.6)
329337
crack (>= 0.3.2)
330338
hashdiff
331-
websocket-driver (0.6.5)
339+
websocket-driver (0.7.0)
332340
websocket-extensions (>= 0.1.0)
333341
websocket-extensions (0.1.3)
334342
wraith (4.2.1)
@@ -369,7 +377,7 @@ DEPENDENCIES
369377
poltergeist
370378
pry-byebug
371379
rack_strip_client_ip (~> 0.0.2)
372-
rails (~> 5.1.6)
380+
rails (~> 5.2.0)
373381
rails-controller-testing (~> 1.0)
374382
rails-i18n (>= 4.0.4)
375383
rails_translation_manager (~> 0.0.2)

0 commit comments

Comments
 (0)