Skip to content

Commit 71a99f2

Browse files
authored
Merge pull request #402 from kimihito/bump-rails
Use rails 5.1.6.2
2 parents fb71cc7 + 6a3404a commit 71a99f2

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

Gemfile.lock

Lines changed: 34 additions & 34 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.1)
5-
actionpack (= 5.1.6.1)
4+
actioncable (5.1.6.2)
5+
actionpack (= 5.1.6.2)
66
nio4r (~> 2.0)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.1.6.1)
9-
actionpack (= 5.1.6.1)
10-
actionview (= 5.1.6.1)
11-
activejob (= 5.1.6.1)
8+
actionmailer (5.1.6.2)
9+
actionpack (= 5.1.6.2)
10+
actionview (= 5.1.6.2)
11+
activejob (= 5.1.6.2)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.1.6.1)
15-
actionview (= 5.1.6.1)
16-
activesupport (= 5.1.6.1)
14+
actionpack (5.1.6.2)
15+
actionview (= 5.1.6.2)
16+
activesupport (= 5.1.6.2)
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.1)
22-
activesupport (= 5.1.6.1)
21+
actionview (5.1.6.2)
22+
activesupport (= 5.1.6.2)
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.1)
28-
activesupport (= 5.1.6.1)
27+
activejob (5.1.6.2)
28+
activesupport (= 5.1.6.2)
2929
globalid (>= 0.3.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)
30+
activemodel (5.1.6.2)
31+
activesupport (= 5.1.6.2)
32+
activerecord (5.1.6.2)
33+
activemodel (= 5.1.6.2)
34+
activesupport (= 5.1.6.2)
3535
arel (~> 8.0)
36-
activesupport (5.1.6.1)
36+
activesupport (5.1.6.2)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (>= 0.7, < 2)
3939
minitest (~> 5.1)
@@ -70,7 +70,7 @@ GEM
7070
coffee-script-source
7171
execjs
7272
coffee-script-source (1.12.2)
73-
concurrent-ruby (1.1.4)
73+
concurrent-ruby (1.1.5)
7474
connection_pool (2.2.2)
7575
crass (1.0.4)
7676
debug_inspector (0.0.3)
@@ -105,7 +105,7 @@ GEM
105105
multi_json (~> 1.0)
106106
net-http-persistent (>= 2.7)
107107
net-http-pipeline
108-
globalid (0.4.1)
108+
globalid (0.4.2)
109109
activesupport (>= 4.2.0)
110110
google-api-client (0.25.0)
111111
addressable (~> 2.5, >= 2.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.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)
232+
rails (5.1.6.2)
233+
actioncable (= 5.1.6.2)
234+
actionmailer (= 5.1.6.2)
235+
actionpack (= 5.1.6.2)
236+
actionview (= 5.1.6.2)
237+
activejob (= 5.1.6.2)
238+
activemodel (= 5.1.6.2)
239+
activerecord (= 5.1.6.2)
240+
activesupport (= 5.1.6.2)
241241
bundler (>= 1.3.0)
242-
railties (= 5.1.6.1)
242+
railties (= 5.1.6.2)
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.1)
254-
actionpack (= 5.1.6.1)
255-
activesupport (= 5.1.6.1)
253+
railties (5.1.6.2)
254+
actionpack (= 5.1.6.2)
255+
activesupport (= 5.1.6.2)
256256
method_source
257257
rake (>= 0.8.7)
258258
thor (>= 0.18.1, < 2.0)

0 commit comments

Comments
 (0)