Skip to content

Commit

Permalink
Update rack requirement from ~> 2.0 to >= 2, < 4
Browse files Browse the repository at this point in the history
Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.6.2...v2.2.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 9, 2023
1 parent 5b64860 commit 2a0c9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
activesupport (>= 5.2, < 8)
cable_ready (>= 5.0.0.pre10)
nokogiri (~> 1.0)
rack (~> 2.0)
rack (>= 2, < 4)
railties (>= 5.2, < 8)
redis (>= 4.0, < 6.0)

Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
parser (3.2.1.0)
ast (~> 2.4.1)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
rack (>= 1.3)
rails (7.0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |gem|

gem.add_dependency "cable_ready", ">= 5.0.0.pre10"
gem.add_dependency "nokogiri", "~> 1.0"
gem.add_dependency "rack", "~> 2.0"
gem.add_dependency "rack", ">= 2", "< 4"
gem.add_dependency "redis", ">= 4.0", "< 6.0"

gem.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit 2a0c9b4

Please sign in to comment.