Skip to content

Commit

Permalink
Move development dependencies to Gemfile (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 5, 2024
1 parent d78118d commit bf2c8ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

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

group :development do
gem "benchmark_driver"
gem "bundler"
gem "rake"
gem "test-unit"
end
5 changes: 0 additions & 5 deletions rexml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,4 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.5.0'

spec.add_runtime_dependency("strscan", ">= 3.0.9")

spec.add_development_dependency "benchmark_driver"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "test-unit"
end

0 comments on commit bf2c8ed

Please sign in to comment.