Skip to content

Commit

Permalink
Comment out the sqlite3 gem for Heroku compatibility by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 12, 2012
1 parent 437b8e5 commit 70a03ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ gem 'rails', '3.2.2'

# Database adapters
gem 'pg'
gem 'sqlite3-ruby', :require => 'sqlite3'
# Uncomment this is you want to use sqlite locally
# gem 'sqlite3-ruby', :require => 'sqlite3'

# Auth/Bushido gems
gem 'devise'
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down Expand Up @@ -195,6 +192,5 @@ DEPENDENCIES
rails (= 3.2.2)
remotipart
sass-rails (~> 3.2.3)
sqlite3-ruby
thin
uglifier (>= 1.0.3)

0 comments on commit 70a03ae

Please sign in to comment.