Skip to content

Commit 07e4a26

Browse files
committed
Travis CI has different sqlite3 requirements
http://stackoverflow.com/a/31757819
1 parent 830e872 commit 07e4a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

suture.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.require_paths = ["lib"]
2020

2121
sqlite3 = if defined? JRUBY_VERSION
22-
"activerecord-jdbcsqlite3-adapter"
22+
"jdbc-sqlite3"
2323
else
2424
"sqlite3"
2525
end

0 commit comments

Comments
 (0)