Skip to content

Commit 5a41993

Browse files
committed
Try to fix system_tests on forked PR
1 parent 9fbd1d4 commit 5a41993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/rails_master.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem 'selenium-webdriver'
2525

2626
gemspec path: "../"
2727

28-
if Bundler.settings["GEMS__GRAPHQL__PRO"]
28+
if (cred = Bundler.settings["GEMS__GRAPHQL__PRO"]) && !cred.empty?
2929
gem "graphql-pro", source: "https://gems.graphql.pro"
3030
gem "graphql-enterprise", source: "https://gems.graphql.pro"
3131
end

0 commit comments

Comments
 (0)