Skip to content

Commit

Permalink
Upgrade to Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Sep 17, 2024
1 parent 3753da8 commit 2f415f5
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :development, :test do
gem "katalyst-basic-auth"
gem "propshaft"
gem "puma"
gem "rails", "~> 7.1.4"
gem "rails", "< 8"
gem "rake"
gem "rspec-rails"
gem "rubocop-katalyst", require: false
Expand Down
Loading

0 comments on commit 2f415f5

Please sign in to comment.