Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
ihower committed Feb 21, 2011
1 parent fc3b6cf commit c17c664
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Expand Up @@ -26,13 +26,13 @@ gem "kaminari"
# gem 'newrelic_rpm'

group :test, :development do
gem "rspec", "~> 2.0"
gem "rspec-rails", "~> 2.0"
gem "factory_girl_rails"
gem "shoulda-matchers"
gem "rcov"
gem "delorean"
gem "watchr"
gem "rspec", "~> 2.0"
gem "rspec-rails", "~> 2.0"
gem "factory_girl_rails"
gem "shoulda-matchers"
gem "rcov"
gem "delorean"
gem "watchr"
end

# Deploy with Capistrano
Expand Down

0 comments on commit c17c664

Please sign in to comment.