move jasmine back for now; dont want to deal with figuring it out

This commit is contained in:
Maxwell Salzberg 2012-04-13 10:13:48 -07:00
parent e861357463
commit a1b4cae7b4

View file

@ -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