Lock linecache to avoid require_relative thing

This commit is contained in:
Raphael Sofaer 2011-06-14 09:51:19 -07:00
parent b446404348
commit 42d177eea4
2 changed files with 5 additions and 1 deletions

View file

@ -72,7 +72,10 @@ group :test, :development do
gem 'factory_girl_rails', :require => false gem 'factory_girl_rails', :require => false
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' if RUBY_VERSION.include? '1.9' gem 'ruby-debug19' if RUBY_VERSION.include? '1.9'
gem 'ruby-debug' if defined?(Rubinius).nil? && RUBY_VERSION.include?('1.8') if defined?(Rubinius).nil? && RUBY_VERSION.include?('1.8')
gem 'ruby-debug'
gem 'linecache', '0.43'
end
gem 'launchy' gem 'launchy'
gem 'jasmine', '1.0.2.1' gem 'jasmine', '1.0.2.1'
end end

View file

@ -427,6 +427,7 @@ DEPENDENCIES
jasmine (= 1.0.2.1) jasmine (= 1.0.2.1)
json (= 1.4.6) json (= 1.4.6)
launchy launchy
linecache (= 0.43)
mini_magick (= 3.2) mini_magick (= 3.2)
mongrel mongrel
mysql2 (= 0.2.6) mysql2 (= 0.2.6)