We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f807e commit d263f80Copy full SHA for d263f80
Gemfile
@@ -4,6 +4,6 @@ gemspec
4
5
# https://github.com/redmine/redmine/blob/3.0.4/Gemfile#L101
6
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
7
-if File.exists?(local_gemfile)
+if File.exist?(local_gemfile)
8
eval_gemfile local_gemfile
9
end
0 commit comments