ruby-changes:61638
From: Hiroshi <ko1@a...>
Date: Tue, 9 Jun 2020 21:31:39 +0900 (JST)
Subject: [ruby-changes:61638] bee63ab97a (master): [ruby/fcntl] Use Gemfile instead of Gem::Specification#add_development_dependency.
https://git.ruby-lang.org/ruby.git/commit/?id=bee63ab97a From bee63ab97a29ecf951d42c5c85d7e0383e170a99 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 5 Dec 2019 21:22:19 +0900 Subject: [ruby/fcntl] Use Gemfile instead of Gem::Specification#add_development_dependency. diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec index 0e3194f..c27a03d 100644 --- a/ext/fcntl/fcntl.gemspec +++ b/ext/fcntl/fcntl.gemspec @@ -18,8 +18,4 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/fcntl/fcntl.gemspec#L18 spec.require_paths = ["lib"] spec.extensions = "ext/fcntl/extconf.rb" spec.required_ruby_version = ">= 2.3.0" - - spec.add_development_dependency "bundler", "~> 1.14" - spec.add_development_dependency "rake", "~> 12" - spec.add_development_dependency "rake-compiler" end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/