Skip to content

Commit

Permalink
rubocop POLICIA
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Dec 9, 2023
1 parent 2a1df16 commit eb4319d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
source "https://rubygems.org"

gemspec

gem "bundler"
gem "bundler-audit"
gem "pry"
gem "rake"
gem "rspec"
gem "rubocop-config-umbrellio"
gem "simplecov"
gem "simplecov-lcov"
9 changes: 0 additions & 9 deletions ci_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,4 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "colorize", "~> 1.1"
spec.add_runtime_dependency "dry-inflector", "~> 1.0"
spec.add_runtime_dependency "umbrellio-sequel-plugins", "~> 0.14"

spec.add_development_dependency "bundler"
spec.add_development_dependency "bundler-audit"
spec.add_development_dependency "pry"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rubocop-config-umbrellio"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "simplecov-lcov"
end

0 comments on commit eb4319d

Please sign in to comment.