Skip to content

Commit

Permalink
remove sqlite from prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinr committed Nov 17, 2011
1 parent 604b7b1 commit f234e6f
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,6 @@ gem 'rails', '3.1.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'


# Gems used only for assets and not required
Expand Down Expand Up @@ -42,6 +41,7 @@ group :development do
gem 'ruby-debug19', :require => 'ruby-debug'
gem "awesome_print", "~> 0.4.0"
gem "letter_opener"
gem 'sqlite3'
end

group :test do
Expand Down

0 comments on commit f234e6f

Please sign in to comment.