Skip to content

Commit

Permalink
Merge pull request #9 from nobu/gem-deps
Browse files Browse the repository at this point in the history
Move development dependencies to Gemfile
  • Loading branch information
tompng committed May 6, 2024
2 parents ec2cced + 63b7cc8 commit f6e4719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ end

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

group :development do
gem 'rake'
gem 'bundler'
gem 'reline'
end
3 changes: 0 additions & 3 deletions yamatanooroti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new('>= 2.5')

spec.add_dependency 'test-unit'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'reline'
end

0 comments on commit f6e4719

Please sign in to comment.