Skip to content

Commit

Permalink
Fix sqlite3 dependency issue in development
Browse files Browse the repository at this point in the history
  • Loading branch information
emaxi committed Feb 6, 2016
1 parent d06a33c commit 6775438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protokoll.gemspec
Original file line number Diff line number Diff line change
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 6775438

Please sign in to comment.