Skip to content

Commit

Permalink
Move development gem specification from gemspec to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Feb 16, 2023
1 parent a866b2d commit 43a5428
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec

gem 'bump', require: false
gem 'minitest', '~> 5.11'
gem 'minitest-proveit'
gem 'rake'
gem 'rubocop', github: 'rubocop/rubocop'
Expand Down
1 change: 0 additions & 1 deletion rubocop-minitest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'rubocop', '>= 1.39', '< 2.0'
spec.add_development_dependency 'minitest', '~> 5.11'
end

0 comments on commit 43a5428

Please sign in to comment.