Skip to content

Commit

Permalink
Return back the old sqlite3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Nov 19, 2020
1 parent 5673c1d commit f34865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_votable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_development_dependency "rspec", "~> 3.6"
s.add_development_dependency "sqlite3", "~> 1.4.2"
s.add_development_dependency "sqlite3", "~> 1.3.6"
s.add_development_dependency "rubocop", "~> 0.49.1"
s.add_development_dependency "simplecov", "~> 0.15.0"
s.add_development_dependency "appraisal", "~> 2.2"
Expand Down

0 comments on commit f34865c

Please sign in to comment.