Skip to content

Commit

Permalink
Fix RuboCop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Jul 27, 2024
1 parent ac9cef5 commit a0be35c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions senec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/solectrus/senec'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
spec.add_runtime_dependency 'faraday'
spec.add_runtime_dependency 'faraday-net_http_persistent'
spec.add_runtime_dependency 'faraday-request-timer'
spec.add_dependency 'faraday'
spec.add_dependency 'faraday-net_http_persistent'
spec.add_dependency 'faraday-request-timer'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/solectrus/senec'
Expand Down

0 comments on commit a0be35c

Please sign in to comment.