Skip to content

Commit

Permalink
Fixed the rubocop errors
Browse files Browse the repository at this point in the history
Signed-off-by: Thejus Paul <thejuspaul@pm.me>
  • Loading branch information
Thejus-Paul committed Jul 16, 2023
1 parent 76f1723 commit faba6a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@ source "https://rubygems.org"

# Specify your gem's dependencies in bump_gem_version.gemspec
gemspec

group :development, :test do
gem "minitest"

gem "rake"

gem "rubocop"

gem "rubocop-minitest"

gem "rubocop-rake"
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ PLATFORMS

DEPENDENCIES
bump_gem_version!
minitest (~> 5.18)
rake (~> 13.0)
rubocop (~> 1.54)
rubocop-minitest (~> 0.31)
rubocop-rake (~> 0.6)
minitest
rake
rubocop
rubocop-minitest
rubocop-rake

BUNDLED WITH
2.4.17
5 changes: 0 additions & 5 deletions bump_gem_version.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "thor", "~> 1.2"
spec.add_development_dependency "minitest", "~> 5.18"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rubocop", "~> 1.54"
spec.add_development_dependency "rubocop-minitest", "~> 0.31"
spec.add_development_dependency "rubocop-rake", "~> 0.6"
end

0 comments on commit faba6a7

Please sign in to comment.