spec/sandbox/Gemfile in datashift_spree-0.2.0 vs spec/sandbox/Gemfile in datashift_spree-0.2.1

- old
+ new

@@ -3,23 +3,21 @@ gem 'rails', '3.2.8' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' -gem 'activerecord-jdbcsqlite3-adapter' +gem 'sqlite3' -gem 'jruby-openssl' -gem 'json' # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' # See https://github.com/sstephenson/execjs#readme for more supported runtimes - gem 'therubyrhino' + # gem 'therubyracer', :platforms => :ruby gem 'uglifier', '>= 1.0.3' end gem 'jquery-rails' @@ -35,9 +33,9 @@ # Deploy with Capistrano # gem 'capistrano' # To use debugger -# gem 'ruby-debug' +# gem 'debugger' gem 'spree', '1.1.3' gem 'spree_usa_epay' gem 'spree_skrill'