Skip to content

Commit

Permalink
[CI] Rails 7.0 also requires sqlite3 ~> 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 18, 2024
1 parent 1778b85 commit 22d0b34
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 @@ -11,7 +11,7 @@ elsif ENV['RAILS_VERSION']
gem 'rails', "~> #{ENV['RAILS_VERSION']}.0"
if ENV['RAILS_VERSION'] <= '5.0'
gem 'sqlite3', '< 1.4'
elsif ENV['RAILS_VERSION'] <= '6.1'
elsif ENV['RAILS_VERSION'] <= '7.0'
gem 'sqlite3', '~> 1.4'
end
else
Expand Down

0 comments on commit 22d0b34

Please sign in to comment.