From 1027c9f7e2fa94d88c61d14a0abf8cb5aed74d2b Mon Sep 17 00:00:00 2001 From: Tobias Bohwalli Date: Sat, 5 Apr 2014 11:36:08 +0200 Subject: [PATCH] Backport hash syntax for RVM 1.8.7. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 583f636..af0a135 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org/' -gem 'spree_core', github: 'spree/spree', branch: '1-1-stable' +gem 'spree_core', :github => 'spree/spree', :branch => '1-1-stable' gemspec