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

[CL-2237] Bump nokigiri #3431

Merged
merged 1 commit into from Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion back/Gemfile
Expand Up @@ -122,7 +122,7 @@ gem 'premailer-rails', '~> 1.10.3'
gem 'rest-client'
gem 'rgeo-geojson'
gem 'rubyzip', '~> 1.3.0'
gem 'nokogiri', '>= 1.13.9'
gem 'nokogiri', '>= 1.13.10'

gem 'okcomputer'
gem 'omniauth', '~> 1.9.1'
Expand Down
12 changes: 6 additions & 6 deletions back/Gemfile.lock
Expand Up @@ -796,13 +796,13 @@ GEM
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.9-aarch64-linux)
nokogiri (1.13.10-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.9-arm64-darwin)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-darwin)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-linux)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
nori (2.6.0)
oauth2 (1.4.9)
Expand Down Expand Up @@ -880,7 +880,7 @@ GEM
que-web (0.9.3)
que (~> 1.0.0.beta3)
sinatra
racc (1.6.0)
racc (1.6.1)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this, but I did find something that seems to indicate a dependency of nokogiri on racc:
sparklemotion/nokogiri#1988

rack (2.2.4)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -1230,7 +1230,7 @@ DEPENDENCIES
moderation!
multi_tenancy!
nlp!
nokogiri (>= 1.13.9)
nokogiri (>= 1.13.10)
okcomputer
omniauth (~> 1.9.1)
omniauth-azure-activedirectory!
Expand Down