Skip to content

Commit

Permalink
Use Gemfile instead of Gem::Specification#add_development_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 25, 2021
1 parent ef05bc6 commit 16c9c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'

gemspec

gem 'bundler'
gem 'rake'
2 changes: 0 additions & 2 deletions readline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ Gem::Specification.new do |spec|
EOM

spec.add_runtime_dependency 'reline'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
end

0 comments on commit 16c9c83

Please sign in to comment.