Skip to content

Commit e7f0621

Browse files
committed
Update dependencies
1 parent fffc6ff commit e7f0621

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ GEM
4444
minitest (~> 5.1)
4545
tzinfo (~> 1.1)
4646
arel (7.1.4)
47-
bcrypt (3.1.11)
47+
bcrypt (3.1.12)
4848
binding_of_caller (0.7.3)
4949
debug_inspector (>= 0.0.1)
5050
builder (3.2.3)
5151
byebug (9.1.0)
5252
case_transform (0.2)
5353
activesupport
5454
coderay (1.1.2)
55-
concurrent-ruby (1.0.5)
55+
concurrent-ruby (1.1.5)
5656
connection_pool (2.2.1)
5757
crass (1.0.4)
5858
debug_inspector (0.0.3)
@@ -76,24 +76,24 @@ GEM
7676
globalid (0.4.1)
7777
activesupport (>= 4.2.0)
7878
hashie (3.5.6)
79-
i18n (0.9.1)
79+
i18n (0.9.5)
8080
concurrent-ruby (~> 1.0)
8181
jsonapi-renderer (0.2.0)
8282
listen (3.0.8)
8383
rb-fsevent (~> 0.9, >= 0.9.4)
8484
rb-inotify (~> 0.9, >= 0.9.7)
85-
loofah (2.2.2)
85+
loofah (2.2.3)
8686
crass (~> 1.0.2)
8787
nokogiri (>= 1.5.9)
8888
mail (2.7.0)
8989
mini_mime (>= 0.1.1)
90-
method_source (0.9.0)
90+
method_source (0.9.2)
9191
mini_mime (1.0.0)
92-
mini_portile2 (2.3.0)
93-
minitest (5.10.3)
92+
mini_portile2 (2.4.0)
93+
minitest (5.11.3)
9494
nio4r (2.1.0)
95-
nokogiri (1.8.4)
96-
mini_portile2 (~> 2.3.0)
95+
nokogiri (1.10.3)
96+
mini_portile2 (~> 2.4.0)
9797
omniauth (1.7.1)
9898
hashie (>= 3.4.6, < 3.6.0)
9999
rack (>= 1.6.2, < 3)
@@ -111,7 +111,7 @@ GEM
111111
binding_of_caller (>= 0.7)
112112
pry (>= 0.9.11)
113113
puma (3.11.0)
114-
rack (2.0.5)
114+
rack (2.0.7)
115115
rack-attack (5.0.1)
116116
rack
117117
rack-cors (1.0.2)
@@ -142,7 +142,7 @@ GEM
142142
method_source
143143
rake (>= 0.8.7)
144144
thor (>= 0.18.1, < 2.0)
145-
rake (12.3.0)
145+
rake (12.3.2)
146146
rb-fsevent (0.10.2)
147147
rb-inotify (0.9.10)
148148
ffi (>= 0.5.0, < 2)
@@ -163,9 +163,9 @@ GEM
163163
redis-store (>= 1.2, < 2)
164164
redis-store (1.4.1)
165165
redis (>= 2.2, < 5)
166-
responders (2.4.0)
167-
actionpack (>= 4.2.0, < 5.3)
168-
railties (>= 4.2.0, < 5.3)
166+
responders (2.4.1)
167+
actionpack (>= 4.2.0, < 6.0)
168+
railties (>= 4.2.0, < 6.0)
169169
rspec-core (3.1.7)
170170
rspec-support (~> 3.1.0)
171171
rspec-expectations (3.1.2)
@@ -199,12 +199,12 @@ GEM
199199
actionpack (>= 4.0)
200200
activesupport (>= 4.0)
201201
sprockets (>= 3.0.0)
202-
thor (0.20.0)
202+
thor (0.20.3)
203203
thread_safe (0.3.6)
204-
tzinfo (1.2.4)
204+
tzinfo (1.2.5)
205205
thread_safe (~> 0.1)
206-
warden (1.2.7)
207-
rack (>= 1.0)
206+
warden (1.2.8)
207+
rack (>= 2.0.6)
208208
websocket-driver (0.6.5)
209209
websocket-extensions (>= 0.1.0)
210210
websocket-extensions (0.1.3)
@@ -234,4 +234,4 @@ DEPENDENCIES
234234
tzinfo-data
235235

236236
BUNDLED WITH
237-
1.16.1
237+
1.17.1

0 commit comments

Comments
 (0)