We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e2aa1 commit daed447Copy full SHA for daed447
Gemfile
@@ -38,13 +38,3 @@ group :development do
38
gem 'fakefs'
39
gem 'yard'
40
end
41
-
42
-# Evaluate Gemfile.local if it exists
43
-if File.exist? "#{__FILE__}.local"
44
- eval(File.read("#{__FILE__}.local"), binding)
45
-end
46
47
-# Evaluate ~/.gemfile if it exists
48
-if File.exist?(File.join(Dir.home, '.gemfile'))
49
- eval(File.read(File.join(Dir.home, '.gemfile')), binding)
50
0 commit comments