Browse Source

fix: gem version limit

anxgang 2 years ago
parent
commit
9d3c6f6dd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shopify_api.gemspec

+ 1 - 1
shopify_api.gemspec

@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
   s.summary = %q{ShopifyAPI is a lightweight gem for accessing the Shopify admin REST web services}
   s.license = "MIT"
 
-  s.required_ruby_version = ">= 2.4"
+  s.required_ruby_version = ">= 2.3"
 
   s.add_runtime_dependency("activeresource", ">= 4.1.0", "< 6.0.0")
   s.add_runtime_dependency("rack")