Skip to content

Commit

Permalink
Bump devise-jwt from 0.6.0 to 0.8.1 in /apir
Browse files Browse the repository at this point in the history
Bumps [devise-jwt](https://github.com/waiting-for-dev/devise-jwt) from 0.6.0 to 0.8.1.
- [Release notes](https://github.com/waiting-for-dev/devise-jwt/releases)
- [Changelog](https://github.com/waiting-for-dev/devise-jwt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/waiting-for-dev/devise-jwt/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2022
1 parent 46152ad commit 921f868
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apir/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "bootsnap", ">= 1.1.0", require: false
gem "caxlsx_rails"
gem "creek"
gem "deep_cloneable", "~> 3.2.0"
gem "devise-jwt", "~> 0.6"
gem "devise-jwt", "~> 0.8"
gem "discard"
gem "dotenv-rails"
gem "draper"
Expand Down
29 changes: 14 additions & 15 deletions apir/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
axlsx_styler (1.0.0)
activesupport (>= 3.1)
caxlsx (>= 2.0.2)
bcrypt (3.1.13)
bcrypt (3.1.18)
better_errors (2.8.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -99,15 +99,15 @@ GEM
debug_inspector (0.0.3)
deep_cloneable (3.2.0)
activerecord (>= 3.1.0, < 8)
devise (4.7.1)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-jwt (0.6.0)
devise-jwt (0.8.1)
devise (~> 4.0)
warden-jwt_auth (~> 0.4)
warden-jwt_auth (~> 0.5)
diff-lcs (1.5.0)
discard (1.2.0)
activerecord (>= 4.2, < 7)
Expand All @@ -122,15 +122,14 @@ GEM
activemodel-serializers-xml (>= 1.0)
activesupport (>= 5.0)
request_store (>= 1.0)
dry-auto_inject (0.7.0)
dry-auto_inject (0.9.0)
dry-container (>= 0.3.4)
dry-configurable (0.9.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.2)
dry-container (0.10.1)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9)
dry-core (0.8.1)
concurrent-ruby (~> 1.0)
equatable (0.6.1)
erubi (1.11.0)
Expand Down Expand Up @@ -193,7 +192,7 @@ GEM
jbuilder (2.10.0)
activesupport (>= 5.0.0)
json (2.6.2)
jwt (2.2.1)
jwt (2.5.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
Expand Down Expand Up @@ -327,7 +326,7 @@ GEM
regexp_parser (2.5.0)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.5)
Expand Down Expand Up @@ -430,11 +429,11 @@ GEM
unicode_utils (1.4.0)
validates_timeliness (4.1.1)
timeliness (>= 0.3.10, < 1)
warden (1.2.8)
rack (>= 2.0.6)
warden-jwt_auth (0.4.0)
warden (1.2.9)
rack (>= 2.0.9)
warden-jwt_auth (0.5.0)
dry-auto_inject (~> 0.6)
dry-configurable (~> 0.8)
dry-configurable (~> 0.9)
jwt (~> 2.1)
warden (~> 1.2)
websocket-driver (0.7.5)
Expand All @@ -456,7 +455,7 @@ DEPENDENCIES
creek
debase
deep_cloneable (~> 3.2.0)
devise-jwt (~> 0.6)
devise-jwt (~> 0.8)
discard
dotenv-rails
draper
Expand Down

0 comments on commit 921f868

Please sign in to comment.