Skip to content

Commit

Permalink
Merge pull request #47 from jheathco/main
Browse files Browse the repository at this point in the history
Fixes compatibility with older versions of Rails
  • Loading branch information
ericcj authored Jun 1, 2023
2 parents 84cd2df + f4d509c commit 18a2613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amz_sp_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.9"

s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
s.add_runtime_dependency 'json'
s.add_runtime_dependency 'aws-sigv4', '~> 1.2'

s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
Expand Down

0 comments on commit 18a2613

Please sign in to comment.