Skip to content

Commit

Permalink
Fix rubocop offenses in minfraud.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
marselester committed Aug 29, 2024
1 parent ea04f0b commit f74eebc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions minfraud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'connection_pool', '~> 2.2'
spec.add_runtime_dependency 'http', '>= 4.3', '< 6.0'
spec.add_runtime_dependency 'maxmind-geoip2', '~> 1.2'
spec.add_runtime_dependency 'simpleidn', '~> 0.1', '>= 0.1.1'
spec.add_dependency 'connection_pool', '~> 2.2'
spec.add_dependency 'http', '>= 4.3', '< 6.0'
spec.add_dependency 'maxmind-geoip2', '~> 1.2'
spec.add_dependency 'simpleidn', '~> 0.1', '>= 0.1.1'

spec.add_development_dependency 'bundler', '~> 2.2'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit f74eebc

Please sign in to comment.