Skip to content

Commit

Permalink
sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Kloepping committed Jan 13, 2017
1 parent 2cc5edd commit 895980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randumb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
db_env = ENV['DB'] || 'sqlite3'
case db_env
when 'sqlite3'
s.add_development_dependency 'sqlite3', '1.3.7'
s.add_development_dependency 'sqlite3'
when 'mysql'
if ar_env =~ /^3\.0/
s.add_development_dependency 'mysql2', '< 0.3'
Expand Down

0 comments on commit 895980e

Please sign in to comment.