File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ gem 'httparty', '0.18.1'
3535gem 'ipaddress' , '0.8.3'
3636gem 'openid_connect' , '1.4.2'
3737gem 'json'
38- gem 'json-jwt' , '1.15.0 '
38+ gem 'json-jwt' , '>= 1.16 '
3939gem 'deepsort'
Original file line number Diff line number Diff line change 1010 httparty
1111 ipaddress
1212 json
13- json-jwt (~> 1.15 .0 )
13+ json-jwt (>= 1.16 .0 )
1414 jwt
1515 openid_connect (= 1.4.2 )
1616 rack-cors
8383 arel-helpers (2.14.0 )
8484 activerecord (>= 3.1.0 , < 8 )
8585 attr_required (1.0.1 )
86+ base64 (0.2.0 )
8687 bcrypt (3.1.18 )
87- bindata (2.4.14 )
88+ bindata (2.5.0 )
8889 builder (3.2.4 )
8990 byebug (11.1.3 )
9091 concurrent-ruby (1.1.10 )
9495 diff-lcs (1.5.0 )
9596 docile (1.4.0 )
9697 erubi (1.12.0 )
98+ faraday (2.9.0 )
99+ faraday-net_http (>= 2.0 , < 3.2 )
100+ faraday-follow_redirects (0.3.0 )
101+ faraday (>= 1 , < 3 )
102+ faraday-net_http (3.1.0 )
103+ net-http
97104 forestadmin-jsonapi-serializers (2.0.0.pre.beta.2 )
98105 activesupport
99106 globalid (1.0.0 )
@@ -108,11 +115,13 @@ GEM
108115 concurrent-ruby (~> 1.0 )
109116 ipaddress (0.8.3 )
110117 json (2.6.3 )
111- json-jwt (1.15.0 )
118+ json-jwt (1.16.6 )
112119 activesupport (>= 4.2 )
113120 aes_key_wrap
121+ base64
114122 bindata
115- httpclient
123+ faraday (~> 2.0 )
124+ faraday-follow_redirects
116125 jwt (2.6.0 )
117126 loofah (2.19.1 )
118127 crass (~> 1.0.2 )
131140 mini_portile2 (2.8.1 )
132141 minitest (5.17.0 )
133142 multi_xml (0.6.0 )
143+ net-http (0.4.1 )
144+ uri
134145 net-imap (0.3.4 )
135146 date
136147 net-protocol
235246 timeout (0.3.1 )
236247 tzinfo (2.0.5 )
237248 concurrent-ruby (~> 1.0 )
249+ uri (0.13.0 )
238250 useragent (0.16.10 )
239251 validate_email (0.1.6 )
240252 activemodel (>= 3.0 )
@@ -264,7 +276,7 @@ DEPENDENCIES
264276 httparty (= 0.18.1 )
265277 ipaddress (= 0.8.3 )
266278 json
267- json-jwt (= 1.15.0 )
279+ json-jwt (> = 1.16 )
268280 jwt
269281 openid_connect (= 1.4.2 )
270282 rack-cors
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828 s . add_runtime_dependency "httparty"
2929 s . add_runtime_dependency "ipaddress"
3030 s . add_runtime_dependency "json"
31- s . add_runtime_dependency "json-jwt" , "~> 1.15 .0"
31+ s . add_runtime_dependency "json-jwt" , ">= 1.16 .0"
3232 s . add_runtime_dependency "openid_connect" , "1.4.2"
3333 s . add_runtime_dependency "deepsort"
3434end
You can’t perform that action at this time.
0 commit comments