فهرست منبع

use a Shopify version of ActiveResource, not peterjm's version

Peter McCracken 11 سال پیش
والد
کامیت
fdf3305c88
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      Gemfile_ar40threadsafe
  2. 1 1
      README.rdoc

+ 1 - 1
Gemfile_ar40threadsafe

@@ -2,4 +2,4 @@ source "https://rubygems.org"
 
 gemspec
 
-gem 'activeresource', :git => 'git://github.com/peterjm/activeresource', :ref => '47e7f181d9'
+gem 'activeresource', :git => 'git://github.com/Shopify/activeresource', :ref => 'e9dc76b4aa'

+ 1 - 1
README.rdoc

@@ -151,7 +151,7 @@ variables. Using this forked version will allow ShopifyAPI to be used in a threa
 To enable threadsafety with ShopifyAPI, add the following to your Gemfile:
 
 ```
-gem 'activeresource', :git => 'git://github.com/peterjm/activeresource', :ref => '47e7f181d9'
+gem 'activeresource', :git => 'git://github.com/Shopify/activeresource', :ref => 'e9dc76b4aa'
 gem 'shopify_api', '>= 3.3.0'
 ```