Skip to content

Commit

Permalink
remove sql-lite, we are't using it.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderCleasby committed Sep 29, 2019
1 parent e7de48d commit 4dd18d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby '2.6.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
#gem 'sqlite3', '~> 1.4'
gem 'pg'
gem 'active_model_serializers'
# Use Puma as the app server
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.4.1)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -182,7 +181,6 @@ DEPENDENCIES
rails (~> 6.0.0)
spring
spring-watcher-listen (~> 2.0.0)
sqlite3 (~> 1.4)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 4dd18d7

Please sign in to comment.