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 a908154 commit 63272eaCopy full SHA for 63272ea
bundler/spec/support/env.rb
@@ -3,7 +3,7 @@
3
module Spec
4
module Env
5
def ruby_core?
6
- !ENV["GEM_COMMAND"].nil?
+ File.exist?(File.expand_path("../../../lib/bundler/bundler.gemspec", __dir__))
7
end
8
9
0 commit comments