Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Lock sqlite version
Browse files Browse the repository at this point in the history
Fixes tests error with ActiveRecord 4.2
  • Loading branch information
sharshenov committed Nov 13, 2019
1 parent 1883e02 commit b5201d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache_depends_on.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'sqlite3', '~> 1.3.13'
spec.add_development_dependency 'database_cleaner'
spec.add_development_dependency 'appraisal'
spec.add_development_dependency 'pry-byebug'
Expand Down

0 comments on commit b5201d5

Please sign in to comment.