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 7, 2024
1 parent f3362c1 commit d0d9b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1'
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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 @@ -273,7 +273,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 d0d9b99

Please sign in to comment.