Skip to content

Commit

Permalink
Merge pull request #24 from emaxi/master
Browse files Browse the repository at this point in the history
Fix sqlite3 dependency issue in development
  • Loading branch information
celsodantas committed Feb 10, 2016
2 parents d06a33c + 6775438 commit 268a9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protokoll.gemspec
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|

s.add_dependency("rails", "~> 4.0", "> 4.0")

s.add_development_dependency "sqlite3", '~> 0'
s.add_development_dependency "sqlite3", '~> 1'
end

0 comments on commit 268a9bc

Please sign in to comment.