Remove the sqlite3 gem

We now run tests with PostgreSQL
This commit is contained in:
gregoirenovel 2017-04-10 17:54:29 +02:00
parent 216e7d9775
commit beea66ad30
2 changed files with 0 additions and 3 deletions

View file

@ -116,7 +116,6 @@ group :test do
gem 'guard-livereload', '~> 2.4', require: false
gem 'vcr'
gem 'rails-controller-testing'
gem 'sqlite3'
end
group :development do

View file

@ -574,7 +574,6 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
swd (1.0.1)
activesupport (>= 3)
attr_required (>= 0.0.5)
@ -705,7 +704,6 @@ DEPENDENCIES
spreadsheet_architect
spring
spring-commands-rspec
sqlite3
therubyracer
timecop
turbolinks (~> 5.0)