Skip to content

Commit

Permalink
Merge pull request #16 from BookBub/km-no-rails-8
Browse files Browse the repository at this point in the history
Limit ActiveRecord to be below 8
  • Loading branch information
kevin-j-m authored Dec 13, 2024
2 parents 3462ac3 + b6e5288 commit 19a4a4e
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 19a4a4e

Please sign in to comment.