File tree Expand file tree Collapse file tree 3 files changed +11
-24
lines changed Expand file tree Collapse file tree 3 files changed +11
-24
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- ruby "2.3.3 "
3
+ ruby "2.5.0 "
4
4
5
5
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
6
6
gem 'rails' , '4.2.10'
@@ -39,12 +39,12 @@ gem "flutie"
39
39
gem "high_voltage"
40
40
41
41
# User Accounts & LTI
42
- gem 'ims-lti'
42
+ gem 'oauth'
43
+ gem 'ims-lti' , '< 2'
43
44
gem 'rack-plastic'
44
45
gem 'p3p'
45
46
# LTI data is stored in a session, and is too big for a cookie
46
47
gem 'redis-session-store'
47
- # TODO: OmniAuth?
48
48
gem 'omniauth-google-oauth2'
49
49
50
50
# Admin Dashboard-y Things
Original file line number Diff line number Diff line change 54
54
coderay (>= 1.0.0 )
55
55
erubi (>= 1.0.0 )
56
56
rack (>= 0.9.0 )
57
- bindata (2.4.1 )
58
57
binding_of_caller (0.7.3 )
59
58
debug_inspector (>= 0.0.1 )
60
59
blazer (1.8.0 )
131
130
i18n (>= 0.7 )
132
131
faraday (0.12.2 )
133
132
multipart-post (>= 1.2 , < 3 )
134
- faraday_middleware (0.12.2 )
135
- faraday (>= 0.7.4 , < 1.0 )
136
133
fattr (2.3.0 )
137
134
ffi (1.9.18 )
138
135
flay (2.10.0 )
165
162
i18n (0.9.1 )
166
163
concurrent-ruby (~> 1.0 )
167
164
ice_nine (0.11.2 )
168
- ims-lti (2.2.2 )
169
- addressable (~> 2.5 , >= 2.5.1 )
170
- builder (~> 3.2 )
171
- faraday (~> 0.8 )
172
- faraday_middleware (~> 0.8 )
173
- json-jwt (~> 1.7 )
174
- simple_oauth (= 0.2 )
165
+ ims-lti (1.2.2 )
166
+ builder
167
+ oauth (>= 0.4.5 , < 0.6 )
175
168
jazz_fingers (4.0.1 )
176
169
awesome_print (~> 1.6 )
177
170
hirb (~> 0.7 )
180
173
pry-coolline (~> 0.2 )
181
174
pry-doc (~> 0.6 )
182
175
json (2.1.0 )
183
- json-jwt (1.8.3 )
184
- activesupport
185
- bindata
186
- securecompare
187
- url_safe_base64
188
176
json_pure (2.1.0 )
189
177
jwt (1.5.6 )
190
178
launchy (2.4.3 )
231
219
newrelic_rpm (4.7.1.340 )
232
220
nokogiri (1.8.1 )
233
221
mini_portile2 (~> 2.3.0 )
222
+ oauth (0.5.4 )
234
223
oauth2 (1.4.0 )
235
224
faraday (>= 0.8 , < 0.13 )
236
225
jwt (~> 1.0 )
386
375
sprockets (>= 2.8 , < 4.0 )
387
376
sprockets-rails (>= 2.0 , < 4.0 )
388
377
tilt (>= 1.1 , < 3 )
389
- securecompare (1.0.0 )
390
378
sexp_processor (4.10.0 )
391
379
shoulda-matchers (3.1.2 )
392
380
activesupport (>= 4.0.0 )
393
- simple_oauth (0.2.0 )
394
381
simplecov (0.15.1 )
395
382
docile (~> 1.1.0 )
396
383
json (>= 1.8 , < 3 )
441
428
equalizer (~> 0.0.9 )
442
429
parser (>= 2.3.1.2 , < 2.5 )
443
430
procto (~> 0.0.2 )
444
- url_safe_base64 (0.2.2 )
445
431
xpath (2.1.0 )
446
432
nokogiri (~> 1.3 )
447
433
yard (0.9.12 )
@@ -470,11 +456,12 @@ DEPENDENCIES
470
456
formulaic
471
457
gon
472
458
high_voltage
473
- ims-lti
459
+ ims-lti ( < 2 )
474
460
jazz_fingers
475
461
launchy
476
462
metric_fu
477
463
newrelic_rpm (>= 3.9.8 )
464
+ oauth
478
465
omniauth-google-oauth2
479
466
p3p
480
467
pg
@@ -503,7 +490,7 @@ DEPENDENCIES
503
490
uglifier (>= 1.3.0 )
504
491
505
492
RUBY VERSION
506
- ruby 2.3.3p222
493
+ ruby 2.5.0p0
507
494
508
495
BUNDLED WITH
509
- 1.16.0
496
+ 1.16.1
You can’t perform that action at this time.
0 commit comments