Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit 60afd9d

Browse files
committed
sqlite test & dev only
1 parent 720f316 commit 60afd9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ end
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
99
gem 'rails', '~> 5.0.1'
10-
# Use sqlite3 as the database for Active Record
11-
gem 'sqlite3'
1210
# use PG in prod for heroku
1311
gem 'pg'
1412
# Use Puma as the app server
@@ -21,6 +19,7 @@ gem 'graphiql-rails', '~> 1.4.1'
2119
group :development, :test do
2220
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
2321
gem 'byebug', platform: :mri
22+
gem 'sqlite3'
2423
end
2524

2625
group :development do

0 commit comments

Comments
 (0)