Skip to content

Commit

Permalink
rm sqlite
Browse files Browse the repository at this point in the history
We haven't attempted to maintain support for it as we've increased our custom
SQL, and it's long been best practice in Rails to use the same database system
in dev as prod.
  • Loading branch information
pushcx committed Jun 14, 2019
1 parent 1ecd82c commit 1989831
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ group :test, :development do
gem "factory_bot_rails"
gem "rubocop", require: false
gem "rubocop-rspec", require: false
gem "sqlite3"
gem "faker"
gem "byebug"
gem "rb-readline"
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand Down Expand Up @@ -275,7 +274,6 @@ DEPENDENCIES
scenic-mysql_adapter
scout_apm!
sitemap_generator
sqlite3
uglifier (>= 1.3.0)
unicorn

Expand Down

0 comments on commit 1989831

Please sign in to comment.