Skip to content

Commit

Permalink
Bump grape-jwt-authentication from 2.4.5 to 2.7.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.7.0.
- [Changelog](https://github.com/hausgold/grape-jwt-authentication/blob/master/CHANGELOG.md)
- [Commits](hausgold/grape-jwt-authentication@v2.4.5...v2.7.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 Jan 13, 2025
1 parent 2ab4467 commit d06f26c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 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.7'
gem 'grape_logging', '~> 1.8', '>= 1.8.4'
gem 'grape-swagger', '~> 2.1'
gem 'jwt', '~> 2.10'
Expand Down
43 changes: 24 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
Expand All @@ -40,22 +40,24 @@ GEM
config (5.5.2)
deep_merge (~> 1.2, >= 1.2.1)
ostruct
connection_pool (2.4.1)
connection_pool (2.5.0)
crass (1.0.6)
csv (3.3.0)
csv (3.3.2)
deep_merge (1.2.2)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
dry-core (1.0.1)
dry-core (1.1.0)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.1.0)
dry-logic (1.5.0)
dry-inflector (1.2.0)
dry-logic (1.6.0)
bigdecimal
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-types (1.7.2)
dry-types (1.8.0)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
Expand All @@ -78,13 +80,14 @@ GEM
grape-entity (1.0.1)
activesupport (>= 3.0.0)
multi_json (>= 1.3.2)
grape-jwt-authentication (2.4.5)
activesupport (>= 5.2)
grape-jwt-authentication (2.7.0)
activesupport (>= 6.1)
grape (>= 1.0, < 3.0)
httparty (>= 0.21)
jwt (~> 2.6)
keyless (~> 1.1)
recursive-open-struct (~> 1.1)
keyless (~> 1.6)
recursive-open-struct (~> 2.0)
zeitwerk (~> 2.6)
grape-swagger (2.1.1)
grape (>= 1.7, < 3.0)
rack-test (~> 2)
Expand Down Expand Up @@ -126,16 +129,17 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
keyless (1.3.5)
activesupport (>= 5.2)
keyless (1.6.0)
activesupport (>= 6.1)
httparty (>= 0.21)
jwt (~> 2.6)
recursive-open-struct (~> 1.1)
recursive-open-struct (~> 2.0)
zeitwerk (~> 2.6)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
logger (1.6.5)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -200,7 +204,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.3)
rexml (3.3.9)
rspec (3.13.0)
Expand Down Expand Up @@ -255,7 +260,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 @@ -275,7 +280,7 @@ DEPENDENCIES
faker (~> 3.5)
grape (~> 2.1)
grape-entity (~> 1.0.0)
grape-jwt-authentication (~> 2.4)
grape-jwt-authentication (~> 2.7)
grape-swagger (~> 2.1)
grape_logging (~> 1.8, >= 1.8.4)
guard-puma (~> 0.8.1)
Expand Down

0 comments on commit d06f26c

Please sign in to comment.