diff --git a/Gemfile b/Gemfile index 3571d2de71..f7167165d7 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,8 @@ gem 'rails', '3.2.3' gem 'pg' gem 'spree' gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git' -gem "spree_paypal_express", :git => "git://github.com/spree/spree_paypal_express.git" +gem 'spree_paypal_express', :git => 'git://github.com/spree/spree_paypal_express.git' +gem 'spree_last_address', :git => 'git://github.com/dancinglightning/spree-last-address.git' # Fix bug in simple_form preventing collection_check_boxes usage within form_for block diff --git a/Gemfile.lock b/Gemfile.lock index eff0bc883f..2b0c4d491e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,6 +6,13 @@ GIT actionpack (~> 3.0) activemodel (~> 3.0) +GIT + remote: git://github.com/dancinglightning/spree-last-address.git + revision: f5ed71a5482fbc16da559737903bb46fe032c150 + specs: + spree_last_address (1.1.0) + spree_core (>= 1.1) + GIT remote: git://github.com/joneslee85/spree-heroku.git revision: 63f0cfa47089cae50365e226ec7dd1eccde0ac05 @@ -334,6 +341,7 @@ DEPENDENCIES spree spree_heroku! spree_i18n! + spree_last_address! spree_paypal_express! therubyracer turn (~> 0.8.3)