Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
ignore .gem, clean up gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
6 committed Jul 7, 2017
1 parent 592b295 commit cd16792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
.rspec_status

/vendor/rubocop
*.gem
3 changes: 1 addition & 2 deletions rubocop-migration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.3.0"

spec.add_dependency "activesupport", ">= 4"

spec.add_runtime_dependency "rubocop", ">= 0.48.0"
spec.add_dependency "rubocop", ">= 0.48.0"

spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit cd16792

Please sign in to comment.