Skip to content

Commit

Permalink
Move development dependencies to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 5, 2024
1 parent bd11eef commit 24c06dd
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 24c06dd

Please sign in to comment.