Skip to content

Commit

Permalink
chore(deps-dev): bump rack from 3.1.8 to 3.1.9 (#114)
Browse files Browse the repository at this point in the history
Bumps [rack](https://github.com/rack/rack) from 3.1.8 to 3.1.9.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.1.8...v3.1.9)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 35cd184 commit be91ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :test do
# gem 'json', '~> 1.7', :platforms => [:jruby] look TODO needed?
gem 'minitest', '~> 5.25.4'
gem 'mocha', '~> 2.7.1'
gem 'rack', '~> 3.1.8'
gem 'rack', '~> 3.1.9'
gem 'netrc', '~> 0.11.0'
gem 'rack-test', '~> 2'
gem 'simplecov', '~> 0.22.0', :require => false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
multipart-post (2.4.1)
netrc (0.11.0)
public_suffix (5.0.1)
rack (3.1.8)
rack (3.1.9)
rack-test (2.2.0)
rack (>= 1.3)
rake (13.2.1)
Expand Down Expand Up @@ -68,7 +68,7 @@ DEPENDENCIES
minitest (~> 5.25.4)
mocha (~> 2.7.1)
netrc (~> 0.11.0)
rack (~> 3.1.8)
rack (~> 3.1.9)
rack-test (~> 2)
rake (~> 13.2.1)
redcarpet (~> 3.6.0)
Expand Down

0 comments on commit be91ed5

Please sign in to comment.