Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Gemfile: make rubocop and haml_lint available in test env
Browse files Browse the repository at this point in the history
- also moved Bullet into the development group
  • Loading branch information
robolson committed Mar 4, 2016
1 parent ca91490 commit 8bde68d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -37,26 +37,26 @@ gem 'cocaine'
gem 'awesome_print', require: false
gem 'nokogiri'

gem 'bullet'
gem 'pry-rails'
gem 'pry-byebug'

group :test, :development do
gem 'haml_lint', require: false
gem 'rubocop', require: false
gem 'rspec-rails', '~> 3.0'
gem 'rspec-collection_matchers'
gem 'factory_girl_rails'
end

group :development do
gem 'bullet'
gem 'capistrano', '~> 3.0', require: false
gem 'capistrano-rails', '~> 1.1', require: false
gem 'capistrano-bundler', '~> 1.1', require: false
gem 'quiet_assets'
gem 'capistrano-rvm', '~> 0.1', require: false
gem 'thin'
gem 'rails-erd'
gem 'rubocop', require: false
gem 'haml_lint', require: false
end

group :test do
Expand Down

0 comments on commit 8bde68d

Please sign in to comment.