Skip to content

Commit

Permalink
Rubocop: Fix Gemspec/AddRuntimeDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jul 25, 2024
1 parent a22ee6f commit f637c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilios.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.extensions << 'ext/ilios/extconf.rb'

spec.add_runtime_dependency('mini_portile2', '~> 2.8')
spec.add_dependency('mini_portile2', '~> 2.8')
end

0 comments on commit f637c7d

Please sign in to comment.