Skip to content

Commit

Permalink
Update sinatra requirement from ~> 2.1 to ~> 3.1
Browse files Browse the repository at this point in the history
Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version.
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.1.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent a7c5bd5 commit 657be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ gem "rake", "~> 13.0"
gem "rspec", "~> 3.10"
gem "rubocop", "~> 1.22"
gem "rubocop-rake", require: false
gem "sinatra", "~> 2.1"
gem "sinatra", "~> 3.1"

gemspec

0 comments on commit 657be30

Please sign in to comment.