Skip to content

Commit

Permalink
fixing rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GSPatton committed Nov 8, 2023
1 parent a7fb609 commit 9ba9e96
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 @@ -13,10 +13,10 @@ group :coverage, optional: ENV['COVERAGE'] != 'yes' do
end

group :development do
gem 'puppetlabs-lint', github: 'puppetlabs/puppet-lint', branch: 'fix-namespace-clash'
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rspec', '~> 3.12'
gem 'rspec-collection_matchers', '~> 1.2'
gem 'rspec-its', '~> 1.3'
gem 'voxpupuli-rubocop', '~> 2.0'
gem 'puppetlabs-lint', github: 'puppetlabs/puppet-lint', branch: 'fix-namespace-clash'
end

0 comments on commit 9ba9e96

Please sign in to comment.