This repository was archived by the owner on Mar 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ gem 'loofah', '>= 2.3.1'
28
28
# See: https://github.com/sirupsen/airrecord/issues/63
29
29
gem 'net-http-persistent' , '~> 2.9'
30
30
31
- gem 'octokit'
32
- gem 'omniauth-github'
31
+ gem 'octokit' , '~> 4.18.0'
32
+ gem 'omniauth-github' , '~> 1.4.0'
33
33
gem 'omniauth-rails_csrf_protection' , '~> 0.1'
34
34
35
35
gem 'puma' , '~> 4.0'
Original file line number Diff line number Diff line change 164
164
mini_portile2 (2.4.0 )
165
165
minitest (5.11.3 )
166
166
msgpack (1.3.1 )
167
- multi_json (1.13.1 )
167
+ multi_json (1.15.0 )
168
168
multi_xml (0.6.0 )
169
169
multipart-post (2.1.1 )
170
170
nenv (0.3.0 )
@@ -178,22 +178,23 @@ GEM
178
178
notiffany (0.1.3 )
179
179
nenv (~> 0.1 )
180
180
shellany (~> 0.0 )
181
- oauth2 (1.4.1 )
182
- faraday (>= 0.8 , < 0.16 .0 )
181
+ oauth2 (1.4.4 )
182
+ faraday (>= 0.8 , < 2 .0 )
183
183
jwt (>= 1.0 , < 3.0 )
184
184
multi_json (~> 1.3 )
185
185
multi_xml (~> 0.5 )
186
186
rack (>= 1.2 , < 3 )
187
- octokit (4.14.0 )
187
+ octokit (4.18.0 )
188
+ faraday (>= 0.9 )
188
189
sawyer (~> 0.8.0 , >= 0.5.3 )
189
190
omniauth (1.9.0 )
190
191
hashie (>= 3.4.6 , < 3.7.0 )
191
192
rack (>= 1.6.2 , < 3 )
192
- omniauth-github (1.3 .0 )
193
+ omniauth-github (1.4 .0 )
193
194
omniauth (~> 1.5 )
194
195
omniauth-oauth2 (>= 1.4.0 , < 2.0 )
195
- omniauth-oauth2 (1.6 .0 )
196
- oauth2 (~> 1.1 )
196
+ omniauth-oauth2 (1.7 .0 )
197
+ oauth2 (~> 1.4 )
197
198
omniauth (~> 1.9 )
198
199
omniauth-rails_csrf_protection (0.1.2 )
199
200
actionpack (>= 4.2 )
@@ -385,8 +386,8 @@ DEPENDENCIES
385
386
listen (>= 3.0.5 , < 3.2 )
386
387
loofah (>= 2.3.1 )
387
388
net-http-persistent (~> 2.9 )
388
- octokit
389
- omniauth-github
389
+ octokit ( ~> 4.18.0 )
390
+ omniauth-github ( ~> 1.4.0 )
390
391
omniauth-rails_csrf_protection (~> 0.1 )
391
392
pg
392
393
pry
You can’t perform that action at this time.
0 commit comments