Skip to content

Commit

Permalink
Do not use gemspec for gem dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 10, 2021
1 parent 636c350 commit 03b864c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions gems.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
source 'https://rubygems.org'

gemspec

group :development do
gem "test-unit", ">= 2.2"
gem "rake"
end
2 changes: 0 additions & 2 deletions ruby2_keywords.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ Gem::Specification.new do |s|
"lib/ruby2_keywords.rb",
]
s.required_ruby_version = '>= 2.0.0'
s.add_development_dependency 'test-unit', '>= 2.2'
s.add_development_dependency 'rake'
end

0 comments on commit 03b864c

Please sign in to comment.