Skip to content

Commit

Permalink
Specify sqlite3 version.
Browse files Browse the repository at this point in the history
ActiveRecord sqlite3 adapter is not yet adapted to the sqlite3 version 2 or bigger.
  • Loading branch information
rantan committed May 14, 2024
1 parent f74cf7c commit 66eec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glueby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'tapyrus', '>= 0.3.1'
spec.add_runtime_dependency 'activerecord', '>= 7.0', '< 8.0'
spec.add_runtime_dependency 'kaminari'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'sqlite3', '~> 1.4'
spec.add_development_dependency 'mysql2'
spec.add_development_dependency 'rails', '>= 7.0', '< 8.0'
end

0 comments on commit 66eec24

Please sign in to comment.