Skip to content

Commit

Permalink
Move development dependencies to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 5, 2024
1 parent ec2cced commit 63b7cc8
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 63b7cc8

Please sign in to comment.