erp_integration.gemspec in erp_integration-0.37.0 vs erp_integration.gemspec in erp_integration-0.38.0
- old
+ new
@@ -27,10 +27,10 @@
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
# ActiveSupport is used for extended support of String inflections.
- spec.add_dependency 'activesupport', '>= 0.12'
+ spec.add_dependency 'activesupport', '>= 4.1.16'
# Faraday is a HTTP/REST API client library to interact with third-party API vendors
spec.add_dependency 'faraday', '>= 0.17.3', '< 1.9.0'
spec.add_dependency 'faraday_middleware', '>= 0.14', '< 1.3'