Skip to content

Commit

Permalink
Create bundler groups for development and production gems
Browse files Browse the repository at this point in the history
  • Loading branch information
KentonWhite committed Jun 21, 2010
1 parent ef49afb commit 4ac288c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Gemfile
Expand Up @@ -25,8 +25,12 @@ gem 'pg'
# group :test do
# gem 'webrat'
# end
gem 'mocha'

gem 'mongrel'
group :development do
gem 'mongrel'
gem "nifty-generators"
end

gem "nifty-generators"
group :test do
gem 'mocha'
end

0 comments on commit 4ac288c

Please sign in to comment.