Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ group :development, :test do
gem 'rspec-collection_matchers'
gem 'jasmine-rails'
gem 'phantomjs', '1.9.7.1'
gem 'guard-jasmine', '~> 2.0'
gem 'guard-jasmine', '~> 3.1'
# We can relax this brakeman dependency after we have deployed a hybrid
# cookie serializer and allowed a chance for cookies to be stored as JSON.
gem 'brakeman', '4.5.1', require: false
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ GEM
capybara-webkit (1.15.1)
capybara (>= 2.3, < 4.0)
json
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
childprocess (1.0.1)
rake (< 13.0)
chronic (0.10.2)
coderay (1.1.3)
coffee-rails (5.0.0)
Expand Down Expand Up @@ -183,11 +183,11 @@ GEM
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-jasmine (2.1.0)
childprocess (~> 0.5)
guard-jasmine (3.1.0)
childprocess (~> 1.0)
guard (~> 2.14)
guard-compat (~> 1.2)
jasmine (~> 2.4)
jasmine (~> 3.1)
multi_json (~> 1.12)
thor (~> 0.19)
tilt
Expand All @@ -208,12 +208,12 @@ GEM
aroi (>= 0.0.7)
dogstatsd-ruby (~> 4.2)
statsd-ruby (~> 1.0)
jasmine (2.99.0)
jasmine-core (>= 2.99.0, < 3.0.0)
jasmine (3.7.0)
jasmine-core (~> 3.7.0)
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (2.99.2)
jasmine-core (3.7.1)
jasmine-rails (0.15.0)
jasmine-core (>= 1.3, < 4.0)
phantomjs (>= 1.9)
Expand Down Expand Up @@ -332,7 +332,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
rake (12.3.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -500,7 +500,7 @@ DEPENDENCIES
database_cleaner
factory_bot_rails
font-awesome-rails (~> 4.7.0)
guard-jasmine (~> 2.0)
guard-jasmine (~> 3.1)
guard-rspec
httparty (~> 0.15)
ims-lti (~> 1.0)
Expand Down