Skip to content

Commit

Permalink
Update rack requirement from ~> 2.2 to >= 2.2, < 4.0
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@2.2.3...2.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2022
1 parent 60983f4 commit e17e095
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 @@ -4,7 +4,7 @@ PATH
smashing (1.3.6)
coffee-script (~> 2.4)
execjs (~> 2.7)
rack (~> 2.2)
rack (>= 2.2, < 4.0)
rufus-scheduler (~> 3.6)
sassc (~> 2.0)
sinatra (~> 2.0)
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
raabro (1.4.0)
rack (2.2.3)
rack (2.2.4)
rack-protection (2.2.3)
rack
rack-test (0.6.3)
Expand Down
2 changes: 1 addition & 1 deletion smashing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_dependency('sprockets', '~> 4.0')
s.add_dependency('sassc', '~> 2.0')
end
s.add_dependency('rack', '~> 2.2')
s.add_dependency('rack', '>= 2.2', '< 4.0')

s.add_development_dependency('rake', '~> 12.3.3')
s.add_development_dependency('haml', '~> 5.0.1')
Expand Down

0 comments on commit e17e095

Please sign in to comment.