Skip to content

Commit

Permalink
Bump grape-jwt-authentication from 2.2.0 to 2.3.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.2.0 to 2.3.0.
- [Changelog](https://github.com/hausgold/grape-jwt-authentication/blob/master/CHANGELOG.md)
- [Commits](hausgold/grape-jwt-authentication@v2.2.0...v2.3.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 18, 2024
1 parent b4ed28a commit 2a8d9d8
Show file tree
Hide file tree
Showing 2 changed files with 11 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', '~> 4.2'
gem 'grape', '~> 1.7'
gem 'grape-entity', '~> 1.0.0'
gem 'grape-jwt-authentication', '~> 2.2'
gem 'grape-jwt-authentication', '~> 2.3'
gem 'grape_logging', '~> 1.8', '>= 1.8.4'
gem 'grape-swagger', '~> 1.6'
gem 'jwt', '~> 2.7'
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
builder (3.2.4)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
Expand All @@ -47,7 +47,7 @@ GEM
dry-configurable (1.0.1)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.0)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
Expand All @@ -64,7 +64,8 @@ GEM
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.1)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
Expand Down Expand Up @@ -93,9 +94,9 @@ GEM
grape-entity (1.0.0)
activesupport (>= 3.0.0)
multi_json (>= 1.3.2)
grape-jwt-authentication (2.2.0)
grape-jwt-authentication (2.3.0)
activesupport (>= 5.2)
grape (~> 1.0)
grape (>= 1.0, < 3.0)
httparty (>= 0.21)
jwt (~> 2.6)
keyless (~> 1.1)
Expand Down Expand Up @@ -155,9 +156,9 @@ GEM
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
method_source (1.0.0)
mini_mime (1.1.2)
mini_mime (1.1.5)
mini_portile2 (2.8.1)
minitest (5.21.1)
minitest (5.21.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (3.0.0)
Expand Down Expand Up @@ -275,7 +276,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.8)
zeitwerk (2.6.12)

PLATFORMS
aarch64-linux-musl
Expand All @@ -295,7 +296,7 @@ DEPENDENCIES
faker (~> 3.2)
grape (~> 1.7)
grape-entity (~> 1.0.0)
grape-jwt-authentication (~> 2.2)
grape-jwt-authentication (~> 2.3)
grape-swagger (~> 1.6)
grape_logging (~> 1.8, >= 1.8.4)
guard-puma (~> 0.8.1)
Expand Down

0 comments on commit 2a8d9d8

Please sign in to comment.