Skip to content

Commit

Permalink
Merge pull request #3431 from CitizenLabDotCo/CL-2237-Bump-nokogiri
Browse files Browse the repository at this point in the history
[CL-2237] Bump nokigiri
  • Loading branch information
jinjagit committed Dec 8, 2022
2 parents 5f797c9 + 916659e commit 8fa3395
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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)
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

0 comments on commit 8fa3395

Please sign in to comment.