Skip to content

Commit

Permalink
Fix sqlite3 v1.4.4 + Rails v7.1 will cause primary key to be nil
Browse files Browse the repository at this point in the history
  • Loading branch information
khiav reoy committed Dec 24, 2023
1 parent 7a41e81 commit bee761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'pluck_all', '~> 2.3.4'

group :test do
gem 'simplecov', '< 0.18'
gem 'sqlite3', '~> 1.4.1'
gem 'sqlite3', '~> 1.6.2'
end

gemspec path: '../'

0 comments on commit bee761c

Please sign in to comment.