Skip to content

Commit

Permalink
Bump devise_token_auth from 1.2.2 to 1.2.3
Browse files Browse the repository at this point in the history
Bumps [devise_token_auth](https://github.com/lynndylanhurley/devise_token_auth) from 1.2.2 to 1.2.3.
- [Changelog](https://github.com/lynndylanhurley/devise_token_auth/blob/master/CHANGELOG.md)
- [Commits](lynndylanhurley/devise_token_auth@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: devise_token_auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent e2dd8f2 commit 8935c29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
group :development, :test, :production do
# For authentication
gem 'devise', '~>4.9.4'
gem 'devise_token_auth', '~>1.2.2'
gem 'devise_token_auth', '~>1.2.3'
gem 'omniauth-apple'
gem 'omniauth-facebook'
gem 'omniauth-github'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise_token_auth (1.2.2)
devise_token_auth (1.2.3)
bcrypt (~> 3.0)
devise (> 3.5.2, < 5)
rails (>= 4.2.0, < 7.1)
rails (>= 4.2.0, < 7.2)
diff-lcs (1.5.1)
docile (1.4.0)
domain_name (0.6.20240107)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
json-jwt (1.16.6)
Expand All @@ -183,7 +183,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
mechanize (2.8.5)
addressable (~> 2.8)
Expand All @@ -196,7 +196,7 @@ GEM
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (~> 0.1.2)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0206)
Expand All @@ -210,18 +210,18 @@ GEM
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nokogiri (1.16.4-x86_64-linux)
nio4r (2.7.3)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1)
Expand Down Expand Up @@ -454,7 +454,7 @@ GEM
xdg (8.3.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
zeitwerk (2.6.14)

PLATFORMS
x86_64-linux
Expand All @@ -467,7 +467,7 @@ DEPENDENCIES
capybara (~> 3.39)
colorize
devise (~> 4.9.4)
devise_token_auth (~> 1.2.2)
devise_token_auth (~> 1.2.3)
google-api-client
googleauth
listen (>= 3.0.5, < 3.10)
Expand Down

0 comments on commit 8935c29

Please sign in to comment.