From c72ca777ba80dcb4859ee5ec2436642ec89f986f Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 10 Aug 2024 20:47:00 -0400 Subject: [PATCH] 7.2 dta override --- gemfiles/Gemfile.rails-7.2 | 5 +++++ 1 file changed, 5 insertions(+) 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'