Skip to content

Commit

Permalink
Bump grape from 2.1.3 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [grape](https://github.com/ruby-grape/grape) from 2.1.3 to 2.2.0.
- [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape@v2.1.3...v2.2.0)

---
updated-dependencies:
- dependency-name: grape
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 5255116 commit 5d2c175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'activerecord', '~> 7.2'
gem 'api-pagination', '~> 5.0'
gem 'bcrypt', '~> 3.1'
gem 'config', '~> 5.5'
gem 'grape', '~> 2.1'
gem 'grape', '~> 2.2'
gem 'grape-entity', '~> 1.0.0'
gem 'grape-jwt-authentication', '~> 2.4'
gem 'grape_logging', '~> 1.8', '>= 1.8.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
i18n (>= 1.8.11, < 2)
ffi (1.16.3)
formatador (1.1.0)
grape (2.1.3)
grape (2.2.0)
activesupport (>= 6)
dry-types (>= 1.1)
mustermann-grape (~> 1.1.0)
Expand Down Expand Up @@ -257,7 +257,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
zeitwerk (2.6.18)
zeitwerk (2.7.0)

PLATFORMS
aarch64-linux-musl
Expand All @@ -275,7 +275,7 @@ DEPENDENCIES
config (~> 5.5)
factory_bot (~> 6.5)
faker (~> 3.4)
grape (~> 2.1)
grape (~> 2.2)
grape-entity (~> 1.0.0)
grape-jwt-authentication (~> 2.4)
grape-swagger (~> 2.1)
Expand Down

0 comments on commit 5d2c175

Please sign in to comment.