Skip to content

Commit

Permalink
Merge pull request #18430 from agrare/fix_sqlite_1_4_failures
Browse files Browse the repository at this point in the history
Fix sqlite 1.4 failures

(cherry picked from commit cfca5de)
  • Loading branch information
bdunne authored and simaishi committed Mar 19, 2019
1 parent bf8a5b9 commit 713bd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -127,7 +127,7 @@ unless ENV["APPLIANCE"]
gem "capybara", "~>2.5.0", :require => false
gem "coveralls", :require => false
gem "factory_girl", "~>4.5.0", :require => false
gem "sqlite3", :require => false
gem "sqlite3", "~>1.3.0", :require => false
gem "timecop", "~>0.7.3", :require => false
gem "vcr", "~>3.0.0", :require => false
gem "webmock", "~>1.12", :require => false
Expand Down

0 comments on commit 713bd52

Please sign in to comment.