Skip to content

Commit

Permalink
Comment dev gems for stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 19, 2015
1 parent b6413de commit a9cfbce
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ gem 'jenkins_api_client', '~> 1.3.0'
# HAML views
gem 'haml-rails'

group :development, :test do
gem 'rspec', '~> 3.0.0'
gem 'rspec-rails', '~> 3.0.1'
# group :development, :test do
# gem 'rspec', '~> 3.0.0'
# gem 'rspec-rails', '~> 3.0.1'

gem 'shoulda', '~> 3.5.0'
gem 'shoulda-matchers', '~> 2.7.0'
gem 'shoulda-context'
# gem 'shoulda', '~> 3.5.0'
# gem 'shoulda-matchers', '~> 2.7.0'
# gem 'shoulda-context'

gem 'factory_girl'
gem 'factory_girl_rails'
gem 'faker'
gem 'database_cleaner'
# gem 'factory_girl'
# gem 'factory_girl_rails'
# gem 'faker'
# gem 'database_cleaner'

# Code coverage
gem 'simplecov', '~> 0.9.1'
gem 'simplecov-rcov'
# # Code coverage
# gem 'simplecov', '~> 0.9.1'
# gem 'simplecov-rcov'

# Junit results
gem 'ci_reporter_rspec', '~> 1.0.0'
end
# # Junit results
# gem 'ci_reporter_rspec', '~> 1.0.0'
# end

0 comments on commit a9cfbce

Please sign in to comment.