Skip to content

Commit

Permalink
Bump the bundler group group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the bundler group group with 3 updates: [rack](https://github.com/rack/rack), [yard](https://github.com/lsegal/yard) and [nokogiri](https://github.com/sparklemotion/nokogiri).


Updates `rack` from 3.0.8 to 3.0.9.1
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.0.8...v3.0.9.1)

Updates `yard` from 0.9.34 to 0.9.35
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
- [Commits](lsegal/yard@v0.9.34...v0.9.35)

Updates `nokogiri` from 1.15.5 to 1.16.2
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.5...v1.16.2)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:development
  dependency-group: bundler-security-group
- dependency-name: yard
  dependency-type: direct:development
  dependency-group: bundler-security-group
- dependency-name: nokogiri
  dependency-type: direct:production
  dependency-group: bundler-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 28, 2024
1 parent b18130b commit b17baa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development, :test do
gem 'guard-yard', '~> 2.2', '>= 2.2.0'
gem 'listen', '~> 3.1', '>= 3.5.0'
gem 'minitest', '~> 5.14', '>= 5.14.2'
gem 'rack', '~> 3.0', '>= 3.0.8'
gem 'rack', '~> 3.0'
gem 'rdoc', '~> 6.3', '>= 5.1.0'
gem 'rspec', '~> 3.7', '>= 3.7.0'
gem 'rubocop', '~> 1.59', '>= 0.52.1'
Expand All @@ -23,5 +23,5 @@ group :development, :test do
gem 'simplecov', '~> 0.14', '>= 0.14.1'
gem 'timecop', '~> 0.9', '>= 0.9.1'
gem 'webmock', '~> 3.1', '>= 3.1.0'
gem 'yard', '~> 0.9', '>= 0.9.11'
gem 'yard', '~> 0.9'
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ GEM
multi_xml (0.6.0)
mutex_m (0.2.0)
nenv (0.3.0)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -92,7 +92,7 @@ GEM
stringio
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.8)
rack (3.0.9.1)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -162,7 +162,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.34)
yard (0.9.35)

PLATFORMS
x86_64-darwin-19
Expand All @@ -178,7 +178,7 @@ DEPENDENCIES
guard-yard (~> 2.2, >= 2.2.0)
listen (~> 3.1, >= 3.5.0)
minitest (~> 5.14, >= 5.14.2)
rack (~> 3.0, >= 3.0.8)
rack (~> 3.0)
rdoc (~> 6.3, >= 5.1.0)
rspec (~> 3.7, >= 3.7.0)
rubocop (~> 1.59, >= 0.52.1)
Expand All @@ -187,7 +187,7 @@ DEPENDENCIES
simplecov (~> 0.14, >= 0.14.1)
timecop (~> 0.9, >= 0.9.1)
webmock (~> 3.1, >= 3.1.0)
yard (~> 0.9, >= 0.9.11)
yard (~> 0.9)

BUNDLED WITH
2.5.1

0 comments on commit b17baa9

Please sign in to comment.