Skip to content

Commit

Permalink
Fixes compatibility with older versions of Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jheathco committed Apr 22, 2023
1 parent 84cd2df commit f4d509c
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 f4d509c

Please sign in to comment.