Skip to content

Commit

Permalink
Bump rack from 2.2.9 to 2.2.10
Browse files Browse the repository at this point in the history
Bumps [rack](https://github.com/rack/rack) from 2.2.9 to 2.2.10.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.9...v2.2.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent df0871a commit 90cf3ae
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 @@ -17,5 +17,5 @@ gem "builder", "~> 3.3.0"
gem "tzinfo-data", "~> 1.2024.1", platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.2.0', platforms: [:mswin, :mingw, :x64_mingw]

gem "rack", "~> 2.2.9"
gem "rack", "~> 2.2.10"
gem "redcarpet", "~> 3.6.0"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
parslet (2.0.0)
public_suffix (5.0.4)
racc (1.8.0)
rack (2.2.9)
rack (2.2.10)
rack-livereload (0.3.17)
rack
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -154,7 +154,7 @@ DEPENDENCIES
middleman-minify-html (~> 3.4.1)
middleman-syntax (~> 3.4.0)
nokogiri (~> 1.16.7)
rack (~> 2.2.9)
rack (~> 2.2.10)
redcarpet (~> 3.6.0)
terser (~> 1.2.4)
tzinfo-data (~> 1.2024.1)
Expand Down

0 comments on commit 90cf3ae

Please sign in to comment.