We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc2a04 commit be7f083Copy full SHA for be7f083
Gemfile
@@ -53,7 +53,7 @@ group :bench do
53
end
54
55
group :test do
56
- gem 'sqlite3', platform: (@windows_platforms + [:ruby])
+ gem 'sqlite3', '~> 1.3.13', platform: (@windows_platforms + [:ruby])
57
platforms :jruby do
58
if version == 'master' || version >= '5'
59
gem 'activerecord-jdbcsqlite3-adapter', '~> 50'
0 commit comments