Skip to content

Commit

Permalink
SQUASHME
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Nov 27, 2023
1 parent d4de883 commit d9c3e07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'bundler'
gem 'rake'
# Style checker gems.
gem 'countloc'

Expand All @@ -18,6 +16,11 @@ group :development do
gem 'train', '>= 2.1', '< 4.0' # validate 4.x when it's released
end

group :test do
gem 'bundler'
gem 'rake'
end

group :chefstyle do
gem 'chefstyle', '~> 2.2', '>= 2.2.3'
end

0 comments on commit d9c3e07

Please sign in to comment.