Skip to content

Commit 55e7a69

Browse files
authored
Update update-files.js (github#19996)
1 parent bcd4e23 commit 55e7a69

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

script/graphql/update-files.js

-8
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ if (!process.env.GITHUB_TOKEN) {
2424
process.exit(1)
2525
}
2626

27-
// check for required Ruby gems (see note below about why this is needed)
28-
try {
29-
execSync('gem which graphql')
30-
} catch (err) {
31-
console.error('\nYou need to run: bundle install')
32-
process.exit(1)
33-
}
34-
3527
const versionsToBuild = Object.keys(allVersions)
3628

3729
const currentLanguage = 'en'

0 commit comments

Comments
 (0)