Skip to content

Commit

Permalink
preventing Heroku from loading sqlite gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrocel committed Mar 24, 2012
1 parent dbfd8e1 commit 0df37c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails', '3.2.2'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'sqlite3', '1.3.3', :group => :development

gem 'twilio'

Expand Down

0 comments on commit 0df37c8

Please sign in to comment.