Skip to content

Commit

Permalink
Merge pull request #193 from ruby/gem-deps
Browse files Browse the repository at this point in the history
Move development dependencies to Gemfile
  • Loading branch information
hsbt authored May 5, 2024
2 parents bd11eef + 24c06dd commit 94c7e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ gem 'memory_profiler'
gem 'jaro_winkler', '>= 1.4.0'
gem 'test-unit'
gem "test-unit-ruby-core"

group :development do
gem "rake"
end
2 changes: 0 additions & 2 deletions did_you_mean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.5.0'

spec.add_development_dependency "rake"
end

0 comments on commit 94c7e8c

Please sign in to comment.