Skip to content

Commit 9b582d5

Browse files
authored
Update to Rails 7.2 (#815)
1 parent cb064bf commit 9b582d5

File tree

19 files changed

+469
-136
lines changed

19 files changed

+469
-136
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
ruby '~> 3.3.3'
66

7-
gem 'rails', '~> 7.1.3'
7+
gem 'rails', '~> 7.2.1'
88

99
# Gems
1010
gem 'activeadmin', '~> 3.2'
@@ -14,7 +14,7 @@ gem 'bootsnap', '~> 1.18'
1414
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.1'
1515
gem 'delayed_job_active_record', '~> 4.1'
1616
gem 'devise', '~> 4.9'
17-
gem 'devise_token_auth', '~> 1.2', '>= 1.2.3'
17+
gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth'
1818
gem 'draper', '~> 4.0', '>= 4.0.1'
1919
gem 'flipper', '~> 1.3.0'
2020
gem 'flipper-active_record', '~> 1.3.0'

0 commit comments

Comments
 (0)