Skip to content

Commit

Permalink
Auto correct rubocop Gemspec/AddRuntimeDependency offense (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball authored Sep 12, 2024
1 parent 5c4115a commit 68d0136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discovery_v1.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'yardstick', '~> 0.9'
end

spec.add_runtime_dependency 'activesupport', '~> 7.0'
spec.add_dependency 'activesupport', '~> 7.0'
spec.add_development_dependency 'github_pages_rake_tasks', '~> 0.1'
spec.add_runtime_dependency 'google-apis-discovery_v1', '~> 0.14'
spec.add_runtime_dependency 'json_schemer', '~> 2.0'
spec.add_dependency 'google-apis-discovery_v1', '~> 0.14'
spec.add_dependency 'json_schemer', '~> 2.0'

spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 68d0136

Please sign in to comment.