Skip to content

Commit

Permalink
enforce using sqlite3 v1.6 because 1.7 requires ruby3 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate authored Jan 8, 2024
1 parent d97fc5d commit 2a39dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urbanopt-scenario-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.9'
spec.add_development_dependency 'simplecov', '~> 0.18.2'
spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
spec.add_runtime_dependency 'sqlite3', '~> 1.6'
spec.add_runtime_dependency 'sqlite3', '~> 1.6.0'
spec.add_runtime_dependency 'urbanopt-core', '~> 0.10.0'
# spec.add_runtime_dependency 'urbanopt-reporting', '~> 0.8.0'
end

0 comments on commit 2a39dd2

Please sign in to comment.