Skip to content

Commit 1b32ccf

Browse files
committed
Update dependencies
1 parent 4e045c3 commit 1b32ccf

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

Gemfile.lock

Lines changed: 43 additions & 43 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.0.6)
5-
actionpack (= 5.0.6)
4+
actioncable (5.0.7.2)
5+
actionpack (= 5.0.7.2)
66
nio4r (>= 1.2, < 3.0)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.0.6)
9-
actionpack (= 5.0.6)
10-
actionview (= 5.0.6)
11-
activejob (= 5.0.6)
8+
actionmailer (5.0.7.2)
9+
actionpack (= 5.0.7.2)
10+
actionview (= 5.0.7.2)
11+
activejob (= 5.0.7.2)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.0.6)
15-
actionview (= 5.0.6)
16-
activesupport (= 5.0.6)
14+
actionpack (5.0.7.2)
15+
actionview (= 5.0.7.2)
16+
activesupport (= 5.0.7.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.0.6)
22-
activesupport (= 5.0.6)
21+
actionview (5.0.7.2)
22+
activesupport (= 5.0.7.2)
2323
builder (~> 3.1)
2424
erubis (~> 2.7.0)
2525
rails-dom-testing (~> 2.0)
@@ -29,18 +29,18 @@ GEM
2929
activemodel (>= 4.1, < 6)
3030
case_transform (>= 0.2)
3131
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
32-
activejob (5.0.6)
33-
activesupport (= 5.0.6)
32+
activejob (5.0.7.2)
33+
activesupport (= 5.0.7.2)
3434
globalid (>= 0.3.6)
35-
activemodel (5.0.6)
36-
activesupport (= 5.0.6)
37-
activerecord (5.0.6)
38-
activemodel (= 5.0.6)
39-
activesupport (= 5.0.6)
35+
activemodel (5.0.7.2)
36+
activesupport (= 5.0.7.2)
37+
activerecord (5.0.7.2)
38+
activemodel (= 5.0.7.2)
39+
activesupport (= 5.0.7.2)
4040
arel (~> 7.0)
41-
activesupport (5.0.6)
41+
activesupport (5.0.7.2)
4242
concurrent-ruby (~> 1.0, >= 1.0.2)
43-
i18n (~> 0.7)
43+
i18n (>= 0.7, < 2)
4444
minitest (~> 5.1)
4545
tzinfo (~> 1.1)
4646
arel (7.1.4)
@@ -56,15 +56,15 @@ GEM
5656
connection_pool (2.2.1)
5757
crass (1.0.4)
5858
debug_inspector (0.0.3)
59-
devise (4.3.0)
59+
devise (4.6.2)
6060
bcrypt (~> 3.0)
6161
orm_adapter (~> 0.1)
62-
railties (>= 4.1.0, < 5.2)
62+
railties (>= 4.1.0, < 6.0)
6363
responders
6464
warden (~> 1.2.3)
65-
devise_token_auth (0.1.42)
66-
devise (> 3.5.2, <= 4.3)
67-
rails (< 6)
65+
devise_token_auth (1.1.0)
66+
devise (> 3.5.2, < 4.7)
67+
rails (>= 4.2.0, < 6)
6868
diff-lcs (1.3)
6969
erubis (2.7.0)
7070
factory_girl (4.9.0)
@@ -73,10 +73,10 @@ GEM
7373
factory_girl (~> 4.9.0)
7474
railties (>= 3.0.0)
7575
ffi (1.10.0)
76-
globalid (0.4.1)
76+
globalid (0.4.2)
7777
activesupport (>= 4.2.0)
7878
hashie (3.5.6)
79-
i18n (0.9.5)
79+
i18n (1.6.0)
8080
concurrent-ruby (~> 1.0)
8181
jsonapi-renderer (0.2.0)
8282
listen (3.0.8)
@@ -85,13 +85,13 @@ GEM
8585
loofah (2.2.3)
8686
crass (~> 1.0.2)
8787
nokogiri (>= 1.5.9)
88-
mail (2.7.0)
88+
mail (2.7.1)
8989
mini_mime (>= 0.1.1)
9090
method_source (0.9.2)
91-
mini_mime (1.0.0)
91+
mini_mime (1.0.1)
9292
mini_portile2 (2.4.0)
9393
minitest (5.11.3)
94-
nio4r (2.1.0)
94+
nio4r (2.3.1)
9595
nokogiri (1.10.3)
9696
mini_portile2 (~> 2.4.0)
9797
omniauth (1.7.1)
@@ -119,26 +119,26 @@ GEM
119119
rack
120120
rack-test (0.6.3)
121121
rack (>= 1.0)
122-
rails (5.0.6)
123-
actioncable (= 5.0.6)
124-
actionmailer (= 5.0.6)
125-
actionpack (= 5.0.6)
126-
actionview (= 5.0.6)
127-
activejob (= 5.0.6)
128-
activemodel (= 5.0.6)
129-
activerecord (= 5.0.6)
130-
activesupport (= 5.0.6)
122+
rails (5.0.7.2)
123+
actioncable (= 5.0.7.2)
124+
actionmailer (= 5.0.7.2)
125+
actionpack (= 5.0.7.2)
126+
actionview (= 5.0.7.2)
127+
activejob (= 5.0.7.2)
128+
activemodel (= 5.0.7.2)
129+
activerecord (= 5.0.7.2)
130+
activesupport (= 5.0.7.2)
131131
bundler (>= 1.3.0)
132-
railties (= 5.0.6)
132+
railties (= 5.0.7.2)
133133
sprockets-rails (>= 2.0.0)
134134
rails-dom-testing (2.0.3)
135135
activesupport (>= 4.2.0)
136136
nokogiri (>= 1.6)
137137
rails-html-sanitizer (1.0.4)
138138
loofah (~> 2.2, >= 2.2.2)
139-
railties (5.0.6)
140-
actionpack (= 5.0.6)
141-
activesupport (= 5.0.6)
139+
railties (5.0.7.2)
140+
actionpack (= 5.0.7.2)
141+
activesupport (= 5.0.7.2)
142142
method_source
143143
rake (>= 0.8.7)
144144
thor (>= 0.18.1, < 2.0)

0 commit comments

Comments
 (0)