Skip to content

Commit f14a7e5

Browse files
Bump rails from 5.1.5 to 5.1.6
Bumps [rails](https://github.com/rails/rails) from 5.1.5 to 5.1.6. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v5.1.5...v5.1.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c2e4a2 commit f14a7e5

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
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.3'
9+
gem 'rails', '~> 5.1.6'
1010
gem 'rails-controller-testing', '~> 1.0'
1111
gem 'rails-i18n', '>= 4.0.4'
1212
gem 'rails_translation_manager', '~> 0.0.2'

Gemfile.lock

+34-34
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
PriorityQueue (0.1.2)
5-
actioncable (5.1.5)
6-
actionpack (= 5.1.5)
5+
actioncable (5.1.6)
6+
actionpack (= 5.1.6)
77
nio4r (~> 2.0)
88
websocket-driver (~> 0.6.1)
9-
actionmailer (5.1.5)
10-
actionpack (= 5.1.5)
11-
actionview (= 5.1.5)
12-
activejob (= 5.1.5)
9+
actionmailer (5.1.6)
10+
actionpack (= 5.1.6)
11+
actionview (= 5.1.6)
12+
activejob (= 5.1.6)
1313
mail (~> 2.5, >= 2.5.4)
1414
rails-dom-testing (~> 2.0)
15-
actionpack (5.1.5)
16-
actionview (= 5.1.5)
17-
activesupport (= 5.1.5)
15+
actionpack (5.1.6)
16+
actionview (= 5.1.6)
17+
activesupport (= 5.1.6)
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.5)
23-
activesupport (= 5.1.5)
22+
actionview (5.1.6)
23+
activesupport (= 5.1.6)
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.5)
29-
activesupport (= 5.1.5)
28+
activejob (5.1.6)
29+
activesupport (= 5.1.6)
3030
globalid (>= 0.3.6)
31-
activemodel (5.1.5)
32-
activesupport (= 5.1.5)
33-
activerecord (5.1.5)
34-
activemodel (= 5.1.5)
35-
activesupport (= 5.1.5)
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)
3636
arel (~> 8.0)
37-
activesupport (5.1.5)
37+
activesupport (5.1.6)
3838
concurrent-ruby (~> 1.0, >= 1.0.2)
39-
i18n (~> 0.7)
39+
i18n (>= 0.7, < 2)
4040
minitest (~> 5.1)
4141
tzinfo (~> 1.1)
4242
addressable (2.5.2)
@@ -212,17 +212,17 @@ GEM
212212
rack-test (1.0.0)
213213
rack (>= 1.0, < 3)
214214
rack_strip_client_ip (0.0.2)
215-
rails (5.1.5)
216-
actioncable (= 5.1.5)
217-
actionmailer (= 5.1.5)
218-
actionpack (= 5.1.5)
219-
actionview (= 5.1.5)
220-
activejob (= 5.1.5)
221-
activemodel (= 5.1.5)
222-
activerecord (= 5.1.5)
223-
activesupport (= 5.1.5)
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)
224224
bundler (>= 1.3.0)
225-
railties (= 5.1.5)
225+
railties (= 5.1.6)
226226
sprockets-rails (>= 2.0.0)
227227
rails-controller-testing (1.0.2)
228228
actionpack (~> 5.x, >= 5.0.1)
@@ -239,9 +239,9 @@ GEM
239239
rails_translation_manager (0.0.2)
240240
activesupport
241241
rails-i18n
242-
railties (5.1.5)
243-
actionpack (= 5.1.5)
244-
activesupport (= 5.1.5)
242+
railties (5.1.6)
243+
actionpack (= 5.1.6)
244+
activesupport (= 5.1.6)
245245
method_source
246246
rake (>= 0.8.7)
247247
thor (>= 0.18.1, < 2.0)
@@ -370,7 +370,7 @@ DEPENDENCIES
370370
poltergeist
371371
pry-byebug
372372
rack_strip_client_ip (~> 0.0.2)
373-
rails (~> 5.1.3)
373+
rails (~> 5.1.6)
374374
rails-controller-testing (~> 1.0)
375375
rails-i18n (>= 4.0.4)
376376
rails_translation_manager (~> 0.0.2)

0 commit comments

Comments
 (0)