Skip to content

Commit

Permalink
Gemfile specific 4.x activeresource
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvg committed Feb 25, 2014
1 parent 8523ebd commit 9ea48e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gemspec

gem "activeresource", "~> 4.0.0"
2 changes: 1 addition & 1 deletion shopify_api.gemspec
Expand Up @@ -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)
Expand Down

0 comments on commit 9ea48e5

Please sign in to comment.