Skip to content

Commit

Permalink
Lock linecache to avoid require_relative thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Sofaer committed Jun 14, 2011
1 parent b446404 commit 42d177e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42d177e

Please sign in to comment.