Skip to content

Commit

Permalink
Bump grape-jwt-authentication from 2.3.0 to 2.4.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.3.0 to 2.4.0.
- [Changelog](https://github.com/hausgold/grape-jwt-authentication/blob/master/CHANGELOG.md)
- [Commits](hausgold/grape-jwt-authentication@v2.3.0...v2.4.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 Jul 8, 2024
1 parent f9ce169 commit 634daed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.2'
gem 'grape-jwt-authentication', '~> 2.4'
gem 'grape_logging', '~> 1.8', '>= 1.8.4'
gem 'grape-swagger', '~> 2.1'
gem 'jwt', '~> 2.8'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-inflector (1.1.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
grape-entity (1.0.1)
activesupport (>= 3.0.0)
multi_json (>= 1.3.2)
grape-jwt-authentication (2.3.0)
grape-jwt-authentication (2.4.0)
activesupport (>= 5.2)
grape (>= 1.0, < 3.0)
httparty (>= 0.21)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
keyless (1.2.0)
keyless (1.3.0)
activesupport (>= 5.2)
httparty (>= 0.21)
jwt (~> 2.6)
Expand All @@ -141,7 +141,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.24.0)
minitest (5.24.1)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -199,7 +199,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
recursive-open-struct (1.1.3)
recursive-open-struct (1.2.2)
regexp_parser (2.9.2)
rexml (3.3.1)
strscan
Expand Down Expand Up @@ -276,7 +276,7 @@ DEPENDENCIES
faker (~> 3.4)
grape (~> 2.1)
grape-entity (~> 1.0.0)
grape-jwt-authentication (~> 2.2)
grape-jwt-authentication (~> 2.4)
grape-swagger (~> 2.1)
grape_logging (~> 1.8, >= 1.8.4)
guard-puma (~> 0.8.1)
Expand Down

0 comments on commit 634daed

Please sign in to comment.