require => false on jasmine to get rid of warnings

This commit is contained in:
Sarah Mei 2010-10-30 10:58:32 -07:00
parent b913444f2a
commit d0446aa316
2 changed files with 8 additions and 8 deletions

View file

@ -61,8 +61,8 @@ group :test do
gem 'mocha'
gem 'database_cleaner', '0.5.2'
gem 'webmock'
gem 'jasmine', :path => 'vendor/gems/jasmine'
gem 'mongrel' if RUBY_VERSION.include? "1.8"
gem 'jasmine', :path => 'vendor/gems/jasmine', :require => false
gem 'mongrel', :require => false if RUBY_VERSION.include? "1.8"
end
group :deployment do

View file

@ -22,6 +22,12 @@ GIT
mongo
uuidtools
GIT
remote: git://github.com/iain/http_accept_language.git
revision: 0b78aa7849fc90cf9e12586af162fa4c408a795d
specs:
http_accept_language (1.0.1)
GIT
remote: git://github.com/igrigorik/em-http-request.git
revision: bf62d67fc72d6e701be5037e239dd470194b8e45
@ -67,12 +73,6 @@ GIT
capistrano (>= 2.5.5)
highline (>= 1.4.0)
GIT
remote: http://github.com/iain/http_accept_language.git
revision: 0b78aa7849fc90cf9e12586af162fa4c408a795d
specs:
http_accept_language (1.0.1)
PATH
remote: vendor/gems/jasmine
specs: