Skip to content

Commit

Permalink
Bump grape-jwt-authentication from 2.4.5 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [grape-jwt-authentication](https://github.com/hausgold/grape-jwt-authentication) from 2.4.5 to 2.5.0.
- [Changelog](https://github.com/hausgold/grape-jwt-authentication/blob/master/CHANGELOG.md)
- [Commits](hausgold/grape-jwt-authentication@v2.4.5...v2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent d305201 commit 693f81a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'bcrypt', '~> 3.1'
gem 'config', '~> 5.5'
gem 'grape', '~> 2.1'
gem 'grape-entity', '~> 1.0.0'
gem 'grape-jwt-authentication', '~> 2.4'
gem 'grape-jwt-authentication', '~> 2.5'
gem 'grape_logging', '~> 1.8', '>= 1.8.4'
gem 'grape-swagger', '~> 2.1'
gem 'jwt', '~> 2.9'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
dry-core (1.0.1)
dry-core (1.0.2)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.1.0)
dry-logic (1.5.0)
Expand Down Expand Up @@ -76,13 +77,13 @@ GEM
grape-entity (1.0.1)
activesupport (>= 3.0.0)
multi_json (>= 1.3.2)
grape-jwt-authentication (2.4.5)
grape-jwt-authentication (2.5.0)
activesupport (>= 5.2)
grape (>= 1.0, < 3.0)
httparty (>= 0.21)
jwt (~> 2.6)
keyless (~> 1.1)
recursive-open-struct (~> 1.1)
keyless (~> 1.4)
recursive-open-struct (~> 2.0)
grape-swagger (2.1.1)
grape (>= 1.7, < 3.0)
rack-test (~> 2)
Expand Down Expand Up @@ -127,11 +128,11 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
keyless (1.3.5)
keyless (1.4.0)
activesupport (>= 5.2)
httparty (>= 0.21)
jwt (~> 2.6)
recursive-open-struct (~> 1.1)
recursive-open-struct (~> 2.0)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -202,7 +203,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
recursive-open-struct (1.2.2)
recursive-open-struct (2.0.0)
ostruct
regexp_parser (2.9.2)
rexml (3.3.9)
rspec (3.13.0)
Expand Down Expand Up @@ -257,7 +259,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
aarch64-linux-musl
Expand All @@ -277,7 +279,7 @@ DEPENDENCIES
faker (~> 3.4)
grape (~> 2.1)
grape-entity (~> 1.0.0)
grape-jwt-authentication (~> 2.4)
grape-jwt-authentication (~> 2.5)
grape-swagger (~> 2.1)
grape_logging (~> 1.8, >= 1.8.4)
guard-puma (~> 0.8.1)
Expand Down

0 comments on commit 693f81a

Please sign in to comment.