Skip to content
Closed
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 LTI-Introduction/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.5'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Nokogiri is an open source software library to parse HTML and XML in Ruby. Explicitly updated to counter security vulnerability.
gem 'nokogiri', '~> 1.10.4'
gem 'nokogiri', '~> 1.10.8'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
Expand Down
4 changes: 2 additions & 2 deletions LTI-Introduction/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
multi_json (1.13.1)
mysql2 (0.4.10)
nio4r (2.2.0)
nokogiri (1.10.4)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
public_suffix (3.0.2)
rack (2.0.8)
Expand Down Expand Up @@ -187,7 +187,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
mysql2
nokogiri (~> 1.10.4)
nokogiri (~> 1.10.8)
rails (~> 5.1.4)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down