Skip to content

Commit

Permalink
Limit ActiveRecord to be below 8
Browse files Browse the repository at this point in the history
Right now we do not support ActiveRecord 8, so let's define this
limitation. Otherwise, fresh installs are going to pull 8.x.x.
  • Loading branch information
kevin-j-m committed Dec 12, 2024
1 parent 3462ac3 commit b6e5288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://rubygems.org'

gemspec

gem 'activerecord', '>= 7.1.0'
gem 'activerecord', '>= 7.1.0', '< 8.0.0'
gem 'pg', '~> 1.1'

0 comments on commit b6e5288

Please sign in to comment.