Skip to content

Commit d70d420

Browse files
authored
Merge pull request #80 from coderwall/dependabot/bundler/json-jwt-1.11.0
Bump json-jwt from 1.7.2 to 1.11.0
2 parents c000252 + b892e2d commit d70d420

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Gemfile.lock

+8-11
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ GEM
4545
tzinfo (~> 1.1)
4646
addressable (2.5.1)
4747
public_suffix (~> 2.0, >= 2.0.2)
48+
aes_key_wrap (1.0.1)
4849
arel (7.1.4)
4950
ast (2.3.0)
5051
aws-sdk (2.9.28)
@@ -57,7 +58,7 @@ GEM
5758
aws-sigv4 (1.0.0)
5859
bcrypt (3.1.11)
5960
benchmark-ips (2.7.2)
60-
bindata (2.4.0)
61+
bindata (2.4.4)
6162
bindex (0.5.0)
6263
blankslate (3.1.3)
6364
browser (2.4.0)
@@ -96,7 +97,7 @@ GEM
9697
coffee-script-source
9798
execjs
9899
coffee-script-source (1.12.2)
99-
concurrent-ruby (1.0.5)
100+
concurrent-ruby (1.1.5)
100101
connection_pool (2.2.1)
101102
crass (1.0.5)
102103
dalli (2.7.6)
@@ -171,12 +172,10 @@ GEM
171172
multi_json (>= 1.2)
172173
jmespath (1.3.1)
173174
json (2.1.0)
174-
json-jwt (1.7.2)
175-
activesupport
175+
json-jwt (1.11.0)
176+
activesupport (>= 4.2)
177+
aes_key_wrap
176178
bindata
177-
multi_json (>= 1.3)
178-
securecompare
179-
url_safe_base64
180179
kaminari (1.0.1)
181180
activesupport (>= 4.1.0)
182181
kaminari-actionview (= 1.0.1)
@@ -225,8 +224,8 @@ GEM
225224
mini_portile2 (2.3.0)
226225
mini_racer (0.2.0)
227226
libv8 (>= 6.3)
228-
minitest (5.11.3)
229-
multi_json (1.12.1)
227+
minitest (5.13.0)
228+
multi_json (1.14.1)
230229
multipart-post (2.0.0)
231230
netrc (0.11.0)
232231
nio4r (2.3.1)
@@ -326,7 +325,6 @@ GEM
326325
sprockets (>= 2.8, < 4.0)
327326
sprockets-rails (>= 2.0, < 4.0)
328327
tilt (>= 1.1, < 3)
329-
securecompare (1.0.0)
330328
sequel (4.47.0)
331329
sexp_processor (4.9.0)
332330
shoulda (3.5.0)
@@ -366,7 +364,6 @@ GEM
366364
unf_ext
367365
unf_ext (0.0.7.4)
368366
unicode-display_width (1.2.1)
369-
url_safe_base64 (0.2.2)
370367
web-console (3.5.1)
371368
actionview (>= 5.0)
372369
activemodel (>= 5.0)

0 commit comments

Comments
 (0)