From a1b4cae7b414e6903d820579b8cc731670421885 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Fri, 13 Apr 2012 10:13:48 -0700 Subject: [PATCH] move jasmine back for now; dont want to deal with figuring it out --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 372eda17a..3c2d36243 100644 --- a/Gemfile +++ b/Gemfile @@ -132,8 +132,8 @@ gem 'faraday' gem 'faraday-stack' gem 'em-synchrony', '1.0.0', :platforms => :ruby_19 -# jazzy jasmine +gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git' ### GROUPS #### group :test do @@ -168,7 +168,6 @@ end group :test, :development do # Use the latest Jasmine from github for asset pipeline compatibility - gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git' gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1' gem 'ruby-debug19', :platforms => :ruby_19 gem 'ruby-debug', :platforms => :mri_18