From 42d177eea48ee3afe82d20dc571f190f291d0c45 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Tue, 14 Jun 2011 09:51:19 -0700 Subject: [PATCH] Lock linecache to avoid require_relative thing --- Gemfile | 5 ++++- Gemfile.lock | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 93d3b79a2..bc0bf9d1c 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,10 @@ group :test, :development do gem 'factory_girl_rails', :require => false 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-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 'jasmine', '1.0.2.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 287d85dd2..175aa0d7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -427,6 +427,7 @@ DEPENDENCIES jasmine (= 1.0.2.1) json (= 1.4.6) launchy + linecache (= 0.43) mini_magick (= 3.2) mongrel mysql2 (= 0.2.6)