Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
aes_key_wrap (1.0.1)
arel (8.0.0)
autoprefixer-rails (7.1.2)
execjs
Expand All @@ -51,7 +52,7 @@ GEM
actionpack (>= 3.1)
axlsx (>= 2.0.1)
bcrypt (3.1.11)
bindata (2.4.0)
bindata (2.4.4)
bindex (0.5.0)
bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.2.1)
Expand All @@ -74,7 +75,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.5)
erubi (1.6.1)
execjs (2.7.0)
faraday (0.12.1)
Expand All @@ -85,7 +86,8 @@ GEM
globalid (0.4.0)
activesupport (>= 4.2.0)
htmlentities (4.3.4)
i18n (0.8.4)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ims-lti (2.1.3)
addressable (~> 2.5, >= 2.5.1)
builder (~> 3.2)
Expand All @@ -105,12 +107,10 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json-jwt (1.7.2)
activesupport
json-jwt (1.10.2)
activesupport (>= 4.2)
aes_key_wrap
bindata
multi_json (>= 1.3)
securecompare
url_safe_base64
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -124,8 +124,8 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.2.0)
minitest (5.10.2)
multi_json (1.12.1)
minitest (5.13.0)
multi_json (1.14.1)
multipart-post (2.0.0)
nio4r (2.1.0)
nokogiri (1.8.0)
Expand Down Expand Up @@ -195,7 +195,6 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
securecompare (1.0.0)
selenium-webdriver (3.4.3)
childprocess (~> 0.5)
rubyzip (~> 1.0)
Expand All @@ -219,11 +218,10 @@ GEM
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.3)
tzinfo (1.2.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
url_safe_base64 (0.2.2)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down