소스 검색

Gemfile specific 4.x activeresource

Maarten van Grootel 11 년 전
부모
커밋
9ea48e56a7
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      Gemfile
  2. 1 1
      shopify_api.gemspec

+ 2 - 0
Gemfile

@@ -1,3 +1,5 @@
 source "https://rubygems.org"
 
 gemspec
+
+gem "activeresource", "~> 4.0.0"

+ 1 - 1
shopify_api.gemspec

@@ -24,7 +24,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.add_dependency("activeresource", ["~> 4.0.0"])
+  s.add_dependency("activeresource", [">= 3.0.0"])
   s.add_dependency("thor", [">= 0.14.4"])
   
   if s.respond_to?(:add_development_dependency)