move jasmine back for now; dont want to deal with figuring it out
This commit is contained in:
parent
e861357463
commit
a1b4cae7b4
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
|
@ -132,8 +132,8 @@ gem 'faraday'
|
||||||
gem 'faraday-stack'
|
gem 'faraday-stack'
|
||||||
gem 'em-synchrony', '1.0.0', :platforms => :ruby_19
|
gem 'em-synchrony', '1.0.0', :platforms => :ruby_19
|
||||||
|
|
||||||
# jazzy jasmine
|
|
||||||
|
|
||||||
|
gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git'
|
||||||
### GROUPS ####
|
### GROUPS ####
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
@ -168,7 +168,6 @@ end
|
||||||
|
|
||||||
group :test, :development do
|
group :test, :development do
|
||||||
# Use the latest Jasmine from github for asset pipeline compatibility
|
# 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-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
|
||||||
gem 'ruby-debug19', :platforms => :ruby_19
|
gem 'ruby-debug19', :platforms => :ruby_19
|
||||||
gem 'ruby-debug', :platforms => :mri_18
|
gem 'ruby-debug', :platforms => :mri_18
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue