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 0486920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v2.7.0
## v2.7.0-beta.1

* Added support for the new risk reasons outputs in minFraud Factors. The risk
reasons output codes and reasons are currently in beta and are subject to
Expand Down
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 0486920

Please sign in to comment.