Skip to content

Commit

Permalink
Update grape requirement from ~> 1.7.0 to ~> 2.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [grape](https://github.com/ruby-grape/grape) to permit the latest version.
- [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape@v1.7.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent c5acafa commit 8e4e7eb
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 @@ -4,7 +4,7 @@ gemspec

ruby ">= 2.7"

gem "grape", "~> 1.7.0"
gem "grape", "~> 2.1.0"
gem "rails", "~> 7.1.0"
gem "sinatra", "~> 3.0.0"

Expand Down

0 comments on commit 8e4e7eb

Please sign in to comment.