Skip to content

Commit

Permalink
Update test gemfiles with new devise_token_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Jul 2, 2024
1 parent bbe26c0 commit 1eb9e7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions gemfiles/Gemfile.rails-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ gemspec path: '../'

gem 'rails', '~> 7.0.0'
gem 'sprockets-rails'
# https://github.com/lynndylanhurley/devise_token_auth/pull/1517
gem 'devise_token_auth', git: 'https://github.com/lynndylanhurley/devise_token_auth.git'

group :development do
gem 'bullet'
Expand Down
1 change: 0 additions & 1 deletion gemfiles/Gemfile.rails-7.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ gemspec path: '../'

gem 'rails', '~> 7.1.0'
gem 'sprockets-rails'
gem 'devise_token_auth'

group :development do
gem 'bullet'
Expand Down

0 comments on commit 1eb9e7d

Please sign in to comment.