Skip to content

Commit

Permalink
gemspec: use add_dependency instead of add_runtime_dependency (ruboco…
Browse files Browse the repository at this point in the history
…p fix)
  • Loading branch information
yolk committed Jul 11, 2024
1 parent 27ab826 commit 61f2056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valvat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |s|
'rubygems_mfa_required' => 'true'
}

s.add_runtime_dependency('rexml', '>= 3.2.7', '< 4.0.0')
s.add_dependency('rexml', '>= 3.2.7', '< 4.0.0')
end

0 comments on commit 61f2056

Please sign in to comment.