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 authored and marcandre committed Feb 15, 2021
1 parent c428935 commit 1381fde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

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

gem "rake"
gem "test-unit"
3 changes: 0 additions & 3 deletions matrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
end

0 comments on commit 1381fde

Please sign in to comment.