Skip to content

Commit

Permalink
Merge pull request #1364 from Lykos/dependabot/bundler/devise_token_a…
Browse files Browse the repository at this point in the history
…uth-1.2.3

Bump devise_token_auth from 1.2.2 to 1.2.3
  • Loading branch information
Lykos committed May 17, 2024
2 parents 4c9d283 + 625e33e commit 94e3fea
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,12 +196,12 @@ 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)
mini_mime (1.1.5)
minitest (5.22.3)
minitest (5.23.0)
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand All @@ -210,17 +210,17 @@ 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)
nio4r (2.7.3)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
Expand Down Expand Up @@ -456,7 +456,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 @@ -469,7 +469,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 94e3fea

Please sign in to comment.