Skip to content

Commit fd92797

Browse files
committed
Upgrade Rails: 5.1.6 -> 5.1.6.1
1 parent cd12482 commit fd92797

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Gemfile

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

4-
gem 'rails', '5.1.6'
4+
gem 'rails', '~> 5.1.6'
55
gem 'pg'
66
gem 'dumper'
77

Gemfile.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.1.6)
5-
actionpack (= 5.1.6)
4+
actioncable (5.1.6.1)
5+
actionpack (= 5.1.6.1)
66
nio4r (~> 2.0)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.1.6)
9-
actionpack (= 5.1.6)
10-
actionview (= 5.1.6)
11-
activejob (= 5.1.6)
8+
actionmailer (5.1.6.1)
9+
actionpack (= 5.1.6.1)
10+
actionview (= 5.1.6.1)
11+
activejob (= 5.1.6.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.1.6)
15-
actionview (= 5.1.6)
16-
activesupport (= 5.1.6)
14+
actionpack (5.1.6.1)
15+
actionview (= 5.1.6.1)
16+
activesupport (= 5.1.6.1)
1717
rack (~> 2.0)
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.6)
22-
activesupport (= 5.1.6)
21+
actionview (5.1.6.1)
22+
activesupport (= 5.1.6.1)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.1.6)
28-
activesupport (= 5.1.6)
27+
activejob (5.1.6.1)
28+
activesupport (= 5.1.6.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.1.6)
31-
activesupport (= 5.1.6)
32-
activerecord (5.1.6)
33-
activemodel (= 5.1.6)
34-
activesupport (= 5.1.6)
30+
activemodel (5.1.6.1)
31+
activesupport (= 5.1.6.1)
32+
activerecord (5.1.6.1)
33+
activemodel (= 5.1.6.1)
34+
activesupport (= 5.1.6.1)
3535
arel (~> 8.0)
36-
activesupport (5.1.6)
36+
activesupport (5.1.6.1)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (>= 0.7, < 2)
3939
minitest (~> 5.1)
@@ -229,17 +229,17 @@ GEM
229229
rack-user_agent (0.5.2)
230230
rack (>= 1.5)
231231
woothee (>= 1.0.0)
232-
rails (5.1.6)
233-
actioncable (= 5.1.6)
234-
actionmailer (= 5.1.6)
235-
actionpack (= 5.1.6)
236-
actionview (= 5.1.6)
237-
activejob (= 5.1.6)
238-
activemodel (= 5.1.6)
239-
activerecord (= 5.1.6)
240-
activesupport (= 5.1.6)
232+
rails (5.1.6.1)
233+
actioncable (= 5.1.6.1)
234+
actionmailer (= 5.1.6.1)
235+
actionpack (= 5.1.6.1)
236+
actionview (= 5.1.6.1)
237+
activejob (= 5.1.6.1)
238+
activemodel (= 5.1.6.1)
239+
activerecord (= 5.1.6.1)
240+
activesupport (= 5.1.6.1)
241241
bundler (>= 1.3.0)
242-
railties (= 5.1.6)
242+
railties (= 5.1.6.1)
243243
sprockets-rails (>= 2.0.0)
244244
rails-controller-testing (1.0.4)
245245
actionpack (>= 5.0.1.x)
@@ -250,9 +250,9 @@ GEM
250250
nokogiri (>= 1.6)
251251
rails-html-sanitizer (1.0.4)
252252
loofah (~> 2.2, >= 2.2.2)
253-
railties (5.1.6)
254-
actionpack (= 5.1.6)
255-
activesupport (= 5.1.6)
253+
railties (5.1.6.1)
254+
actionpack (= 5.1.6.1)
255+
activesupport (= 5.1.6.1)
256256
method_source
257257
rake (>= 0.8.7)
258258
thor (>= 0.18.1, < 2.0)
@@ -422,7 +422,7 @@ DEPENDENCIES
422422
rack-host-redirect
423423
rack-mini-profiler
424424
rack-user_agent
425-
rails (= 5.1.6)
425+
rails (~> 5.1.6)
426426
rails-controller-testing
427427
rails-html-sanitizer (~> 1.0.4)
428428
rake

0 commit comments

Comments
 (0)