Skip to content

Commit

Permalink
7.2 dta override
Browse files Browse the repository at this point in the history
  • Loading branch information
jprosevear committed Aug 11, 2024
1 parent ed86023 commit c72ca77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gemfiles/Gemfile.rails-7.2
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c72ca77

Please sign in to comment.