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.
2 parents 524aeef + d40140b commit 0fbe0faCopy full SHA for 0fbe0fa
Rakefile
@@ -60,7 +60,7 @@ namespace :test do
60
end or fail 'Failures' # rubocop:disable Style/AndOr
61
end
62
bundler_method =
63
- if Bundler.method_defined?(:with_unbundled_env)
+ if Bundler.respond_to?(:with_unbundled_env)
64
:with_unbundled_env
65
else
66
:with_clean_env
0 commit comments