We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbd1d4 commit 5a41993Copy full SHA for 5a41993
gemfiles/rails_master.gemfile
@@ -25,7 +25,7 @@ gem 'selenium-webdriver'
25
26
gemspec path: "../"
27
28
-if Bundler.settings["GEMS__GRAPHQL__PRO"]
+if (cred = Bundler.settings["GEMS__GRAPHQL__PRO"]) && !cred.empty?
29
gem "graphql-pro", source: "https://gems.graphql.pro"
30
gem "graphql-enterprise", source: "https://gems.graphql.pro"
31
end
0 commit comments