Skip to content

Commit

Permalink
Bump nokogiri from 1.13.9 to 1.13.10 in /src/oc-id
Browse files Browse the repository at this point in the history
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and vinay-satish committed Dec 13, 2022
1 parent 06086ec commit ce3d3c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/oc-id/Gemfile
Expand Up @@ -13,7 +13,7 @@ gem 'rb-readline', '~> 0.5.2', require: false
gem 'sass-rails', '>= 4.0.3'
gem 'turbolinks', '~> 5'
gem 'unicorn-rails', '~> 2.2', '>= 2.2.1'
gem 'nokogiri', '1.13.9'
gem 'nokogiri', '1.13.10'
gem 'pg', '>= 0.18', '< 2.0' # active_record 4.2.8 pins this but doesn't manifest this in the gemspec for some reason
gem 'mixlib-authentication', '>= 2.1', '< 4'
gem 'responders', '~> 3.0', '>= 3.0.1'
Expand Down
6 changes: 3 additions & 3 deletions src/oc-id/Gemfile.lock
Expand Up @@ -335,7 +335,7 @@ GEM
net-ssh (>= 5.0.0, < 7.0.0)
net-ssh (6.1.0)
nio4r (2.5.8)
nokogiri (1.13.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nori (2.6.0)
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
psych (4.0.3)
stringio
public_suffix (5.0.0)
racc (1.6.0)
racc (1.6.1)
rack (2.2.4)
rack-protection (2.2.0)
rack
Expand Down Expand Up @@ -606,7 +606,7 @@ DEPENDENCIES
jwt
mailcatcher
mixlib-authentication (>= 2.1, < 4)
nokogiri (= 1.13.9)
nokogiri (= 1.13.10)
omniauth-chef (~> 0.4)
pg (>= 0.18, < 2.0)
pry-byebug
Expand Down

0 comments on commit ce3d3c3

Please sign in to comment.