Skip to content

Commit

Permalink
Stop rubocop being a dev dependency
Browse files Browse the repository at this point in the history
This is so we can run rubocop within the docker image, for our
pre-commit.
  • Loading branch information
adamgibbins committed Mar 5, 2020
1 parent aa89d23 commit 1452477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ gem 'collimator', '0.0.3'
gem 'mcollective-client', '2.8.2'
gem 'puppet', '3.7.5'
gem 'rspec', '3.3.0' # used by stacks test command
gem 'rubocop', '0.32.1'

group :development do
gem 'ci_reporter_rspec', '1.0.0'
gem 'pry'
gem 'pry-byebug'
gem 'rake', '10.1.0'
gem 'rubocop', '0.32.1'
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
end

0 comments on commit 1452477

Please sign in to comment.