Skip to content

Commit

Permalink
Explicitly set sqllite to be local dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
futurefabric committed Feb 16, 2014
1 parent 41241f0 commit ca4af2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ source 'https://rubygems.org'
gem 'rails', '4.0.1'

# Use sqlite3 as the database for Active Record
gem 'sqlite3'
group :development, :test do
gem 'sqlite3'
gem 'better_errors'
gem 'binding_of_caller'
end

group :production do
gem 'pg'
Expand Down

0 comments on commit ca4af2c

Please sign in to comment.