Skip to content

Commit

Permalink
fix rubocop errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Mar 14, 2023
1 parent f3ebfaa commit 5451ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 13.0"

gem "rspec", "~> 3.0"

gem "rubocop", "~> 1.7"
gem "rubocop-rake", "~> 0.6"
gem "rubocop-rspec", "~> 2.19"
2 changes: 0 additions & 2 deletions foreman_envsync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "hammer_cli_foreman"
spec.add_runtime_dependency "hammer_cli_foreman_puppet"
spec.add_runtime_dependency "rest-client", "~> 2.0"
spec.add_development_dependency "rubocop-rake"
spec.add_development_dependency "rubocop-rspec"

# For more information and examples about making a new gem, checkout our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 5451ac0

Please sign in to comment.