Skip to content

Commit

Permalink
make sqlite3 gem a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Jun 6, 2011
1 parent 0d5f363 commit 709ab62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -2,4 +2,7 @@ source :rubygems

gem 'rails', ">= 3.0.0"
gem 'rspec-rails', ">=2.6.1"
gem 'sqlite3'

group :development do
gem 'sqlite3'
end

0 comments on commit 709ab62

Please sign in to comment.