Skip to content

Commit

Permalink
Merge pull request #5 from chronogolf/bump-dep-versions
Browse files Browse the repository at this point in the history
bump excon and json versions
  • Loading branch information
lspdMatt authored Feb 17, 2022
2 parents 934faee + d72ac55 commit ec15d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numverify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency('excon', '~> 0.71.0')
spec.add_dependency('json', '~> 2.3')
spec.add_dependency('excon', '~> 0.91.0')
spec.add_dependency('json', '~> 2.6.1')

spec.add_development_dependency('pry')
spec.add_development_dependency('rake')
Expand Down

0 comments on commit ec15d50

Please sign in to comment.