Skip to content

Commit

Permalink
rails < 7.1 requires sqlite3 ~> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed May 9, 2024
1 parent 4d9e795 commit bca8a71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def appgen(gems) # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metric
gem 'sqlite3', '< 1.6'
when RUBY_VERSION < '3.0'
gem 'sqlite3', '< 1.7'
when rails_version < '7.1'
gem 'sqlite3', '~> 1.4'
else
gem 'sqlite3'
end
Expand Down

0 comments on commit bca8a71

Please sign in to comment.