Skip to content

Commit

Permalink
Rails 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Nov 21, 2024
1 parent a916ca3 commit 24b88a4
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@ group :development, :test do
gem "erb_lint", require: false
gem "factory_bot_rails"
gem "faker"
gem "flipper"
gem "flipper-active_record"
gem "flipper-ui"
gem "image_processing" # only required for projects using active storage
gem "katalyst-basic-auth"
gem "propshaft"
gem "puma"
gem "rails", "< 8"
gem "rails"
gem "rake"
gem "rspec-rails"
gem "rubocop-katalyst", require: false
gem "sentry-rails"
gem "shoulda-matchers"
gem "sqlite3", "~> 1.7"
gem "sqlite3"
end

group :test do
Expand Down
Loading

0 comments on commit 24b88a4

Please sign in to comment.