Skip to content

Commit

Permalink
Do not use add_development_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 24, 2019
1 parent 14722fc commit bc77f46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ source "https://rubygems.org"

# Specify your gem's dependencies in io-console.gemspec
gemspec

group :development do
gem 'rake-compiler'
gem 'rake-compiler-dock', ">= 0.6.1", platforms: :mingw
end
3 changes: 0 additions & 3 deletions io-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ Gem::Specification.new do |s|
]
s.extensions = %w[ext/io/console/extconf.rb]
s.license = "BSD-2-Clause"

s.add_development_dependency 'rake-compiler'
s.add_development_dependency 'rake-compiler-dock', ">= 0.6.1"
end

0 comments on commit bc77f46

Please sign in to comment.