Skip to content

Commit

Permalink
Merge pull request #1787 from troessner/update-gemspec-runtime-depend…
Browse files Browse the repository at this point in the history
…encies

Replace soft-deprecated runtime dependency specification
  • Loading branch information
mvz authored Jul 14, 2024
2 parents 1ea94a0 + 59f736e commit 975ae95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reek.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Gem::Specification.new do |spec|
'rubygems_mfa_required' => 'true'
}

spec.add_runtime_dependency 'dry-schema', '~> 1.13.0'
spec.add_runtime_dependency 'parser', '~> 3.3.0'
spec.add_runtime_dependency 'rainbow', '>= 2.0', '< 4.0'
spec.add_runtime_dependency 'rexml', '~> 3.1'
spec.add_dependency 'dry-schema', '~> 1.13.0'
spec.add_dependency 'parser', '~> 3.3.0'
spec.add_dependency 'rainbow', '>= 2.0', '< 4.0'
spec.add_dependency 'rexml', '~> 3.1'
end

0 comments on commit 975ae95

Please sign in to comment.