File tree Expand file tree Collapse file tree 3 files changed +33
-26
lines changed Expand file tree Collapse file tree 3 files changed +33
-26
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ gem 'jwt'
32
32
gem 'bcrypt'
33
33
gem 'httparty' , '0.18.1'
34
34
gem 'ipaddress' , '0.8.3'
35
- gem 'openid_connect' , '1.2.0 '
35
+ gem 'openid_connect' , '1.4.2 '
36
36
gem 'json'
37
- gem 'json-jwt' , '1.12 .0'
37
+ gem 'json-jwt' , '1.15 .0'
Original file line number Diff line number Diff line change 9
9
httparty
10
10
ipaddress
11
11
json
12
- json-jwt
12
+ json-jwt ( ~> 1.15.0 )
13
13
jwt
14
- openid_connect
14
+ openid_connect ( = 1.4.2 )
15
15
rack-cors
16
16
rails (>= 4.0 )
17
17
useragent
79
79
activerecord (>= 3.1.0 , < 8 )
80
80
attr_required (1.0.1 )
81
81
bcrypt (3.1.16 )
82
- bindata (2.4.9 )
82
+ bindata (2.4.13 )
83
83
builder (3.2.4 )
84
84
byebug (11.1.3 )
85
- concurrent-ruby (1.1.8 )
85
+ concurrent-ruby (1.1.10 )
86
86
crass (1.0.6 )
87
87
diff-lcs (1.4.4 )
88
88
docile (1.3.5 )
97
97
mime-types (~> 3.0 )
98
98
multi_xml (>= 0.5.2 )
99
99
httpclient (2.8.3 )
100
- i18n (1.8.10 )
100
+ i18n (1.12.0 )
101
101
concurrent-ruby (~> 1.0 )
102
102
ipaddress (0.8.3 )
103
103
json (2.5.1 )
104
- json-jwt (1.12 .0 )
104
+ json-jwt (1.15 .0 )
105
105
activesupport (>= 4.2 )
106
106
aes_key_wrap
107
107
bindata
108
+ httpclient
108
109
jwt (2.2.3 )
109
110
loofah (2.9.1 )
110
111
crass (~> 1.0.2 )
@@ -116,30 +117,35 @@ GEM
116
117
mime-types (3.3.1 )
117
118
mime-types-data (~> 3.2015 )
118
119
mime-types-data (3.2021.0225 )
119
- mini_mime (1.1.0 )
120
+ mini_mime (1.1.2 )
120
121
mini_portile2 (2.5.0 )
121
- minitest (5.14.4 )
122
+ minitest (5.16.3 )
122
123
multi_xml (0.6.0 )
124
+ net-protocol (0.1.3 )
125
+ timeout
126
+ net-smtp (0.3.2 )
127
+ net-protocol
123
128
nio4r (2.5.7 )
124
129
nokogiri (1.11.3 )
125
130
mini_portile2 (~> 2.5.0 )
126
131
racc (~> 1.4 )
127
- openid_connect (1.2.0 )
132
+ openid_connect (1.4.2 )
128
133
activemodel
129
134
attr_required (>= 1.0.0 )
130
- json-jwt (>= 1.5.0 )
131
- rack-oauth2 (>= 1.6.1 )
132
- swd (>= 1.0.0 )
135
+ json-jwt (>= 1.15.0 )
136
+ net-smtp
137
+ rack-oauth2 (~> 1.21 )
138
+ swd (~> 1.3 )
133
139
tzinfo
134
140
validate_email
135
141
validate_url
136
- webfinger (>= 1.0.1 )
137
- public_suffix (4 .0.6 )
142
+ webfinger (~> 1.2 )
143
+ public_suffix (5 .0.0 )
138
144
racc (1.5.2 )
139
- rack (2.2.3 )
145
+ rack (2.2.4 )
140
146
rack-cors (1.1.1 )
141
147
rack (>= 2.0.0 )
142
- rack-oauth2 (1.16.0 )
148
+ rack-oauth2 (1.21.3 )
143
149
activesupport
144
150
attr_required
145
151
httpclient
@@ -204,28 +210,29 @@ GEM
204
210
activesupport (>= 4.0 )
205
211
sprockets (>= 3.0.0 )
206
212
sqlite3 (1.4.2 )
207
- swd (1.2 .0 )
213
+ swd (1.3 .0 )
208
214
activesupport (>= 3 )
209
215
attr_required (>= 0.0.5 )
210
216
httpclient (>= 2.4 )
211
217
thor (1.1.0 )
212
218
thread_safe (0.3.6 )
219
+ timeout (0.3.0 )
213
220
tzinfo (1.2.10 )
214
221
thread_safe (~> 0.1 )
215
222
useragent (0.16.10 )
216
223
validate_email (0.1.6 )
217
224
activemodel (>= 3.0 )
218
225
mail (>= 2.2.5 )
219
- validate_url (1.0.13 )
226
+ validate_url (1.0.15 )
220
227
activemodel (>= 3.0.0 )
221
228
public_suffix
222
- webfinger (1.1 .0 )
229
+ webfinger (1.2 .0 )
223
230
activesupport
224
231
httpclient (>= 2.4 )
225
232
websocket-driver (0.7.3 )
226
233
websocket-extensions (>= 0.1.0 )
227
234
websocket-extensions (0.1.5 )
228
- zeitwerk (2.4.2 )
235
+ zeitwerk (2.6.1 )
229
236
230
237
PLATFORMS
231
238
ruby
@@ -240,9 +247,9 @@ DEPENDENCIES
240
247
httparty (= 0.18.1 )
241
248
ipaddress (= 0.8.3 )
242
249
json
243
- json-jwt (= 1.12 .0 )
250
+ json-jwt (= 1.15 .0 )
244
251
jwt
245
- openid_connect (= 1.2.0 )
252
+ openid_connect (= 1.4.2 )
246
253
rack-cors
247
254
rails (= 6.0.3.6 )
248
255
rake
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ Gem::Specification.new do |s|
28
28
s . add_runtime_dependency "httparty"
29
29
s . add_runtime_dependency "ipaddress"
30
30
s . add_runtime_dependency "json"
31
- s . add_runtime_dependency "json-jwt"
32
- s . add_runtime_dependency "openid_connect"
31
+ s . add_runtime_dependency "json-jwt" , "~> 1.15.0"
32
+ s . add_runtime_dependency "openid_connect" , "1.4.2"
33
33
end
You can’t perform that action at this time.
0 commit comments