Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nokogiri from 1.15.5 to 1.16.5 in /SIS_import #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 SIS_import/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A sample Gemfile
source "https://rubygems.org"

gem 'nokogiri', '1.15.5' # Versions higher require ruby 3.0+
gem 'nokogiri', '1.16.5' # Versions higher require ruby 3.0+

gem "rest-client"
gem 'rubyzip', '~>1.3.0' # will load new rubyzip version
Expand Down
6 changes: 3 additions & 3 deletions SIS_import/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ GEM
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
netrc (0.11.0)
nokogiri (1.15.5)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (4.0.7)
Expand All @@ -39,7 +39,7 @@ DEPENDENCIES
addressable
dotenv
execjs
nokogiri (= 1.15.5)
nokogiri (= 1.16.5)
rest-client
rubyzip (~> 1.3.0)
zip-zip
Expand Down