Skip to content

Commit

Permalink
Set current rails version to 7.2 in development Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Sep 30, 2024
1 parent 1b75e11 commit 328084a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ group :test do
gem "devise"
end

gem "rails", "~> 7.1.0"
# gem 'rails', '~> 6.0.0'
# gem 'rails', '~> 6.1.0'
# gem 'rails', '~> 7.0.0'
# gem 'rails', '~> 7.1.0'
gem 'rails', '~> 7.2.0'

gem "trestle", github: "TrestleAdmin/trestle"

# Specify your gem's dependencies in trestle-auth.gemspec
Expand Down

0 comments on commit 328084a

Please sign in to comment.