Update build to ruby 2.5.3 and fix sqlite

This commit is contained in:
Adam Meehan 2019-02-09 12:15:58 +11:00
parent 7233ff66dd
commit d0fcf754ec
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ gemfile:
- gemfiles/rails_5_2.gemfile
rvm:
- "2.5.1"
- "2.5.3"
script: 'bundle exec rspec'

View File

@ -8,5 +8,5 @@ gem 'rspec-rails', '~> 3.7'
gem 'timecop'
gem 'byebug'
gem 'appraisal'
gem 'sqlite3'
gem 'sqlite3', '~> 1.3.6'
gem 'nokogiri', '~> 1.8'