Skip to content

Commit

Permalink
Fix tests for Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay committed Aug 14, 2024
1 parent 6bbbf06 commit 95d7cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 7.1.0"
gem "sqlite3", ">= 1.4"
gem "sqlite3", "~> 1.4"

gemspec path: "../"

0 comments on commit 95d7cc9

Please sign in to comment.