Skip to content

Commit

Permalink
Remove SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Domonkos Czinke committed Jun 27, 2016
1 parent 3b24241 commit 2d0a009
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ group :postgres do
gem 'pg'
end

group :sqlite do
gem "sqlite3"
end

group :production, :staging do
gem 'airbrake', '~> 4.3.6' # different configuration format on 5.x
gem 'newrelic_rpm'
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
sse-rails-engine (1.4.0)
rails (~> 4.0)
sucker_punch (2.0.1)
Expand Down Expand Up @@ -558,7 +557,6 @@ DEPENDENCIES
simplecov
single_cov
soft_deletion
sqlite3
sse-rails-engine
sucker_punch (~> 2.0)
uglifier
Expand Down

0 comments on commit 2d0a009

Please sign in to comment.