diff --git a/gemfiles/Gemfile.rails-7.2 b/gemfiles/Gemfile.rails-7.2 index 4593852..ed2c8df 100644 --- a/gemfiles/Gemfile.rails-7.2 +++ b/gemfiles/Gemfile.rails-7.2 @@ -5,6 +5,11 @@ gemspec path: '../' gem 'rails', '~> 7.2.0' gem 'sprockets-rails' +group :production do + # https://github.com/lynndylanhurley/devise_token_auth/pull/1632 + gem 'devise_token_auth', git: 'https://github.com/lynndylanhurley/devise_token_auth.git' +end + group :development do gem 'bullet' gem 'rack-cors'