ilyakatz/data-migrate

sqlite dependency

boone opened this issue · 1 comments

boone commented

Hello, we recently encountered an error deploying an app with data-migrate 6.7.0 to Heroku, due to sqlite not being available.

I noticed the current Gemfile includes:

gem 'sqlite3', "~> 1.4" (added in #120)

While the gemspec has:

s.add_development_dependency "sqlite3", "~> 1.3.6"

Should those version discrepancies be reconciled? Also, could the Gemfile sqlite3 be limited to development/test groups?

Thanks!

boone commented

Sorry for the trouble, we were able to determine that data_migrate was not the cause of the sqlite3 error we were seeing. Thank you.