Skip to content

Commit

Permalink
Update update-files.js (github#19996)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Jun 17, 2021
1 parent bcd4e23 commit 55e7a69
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions script/graphql/update-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ if (!process.env.GITHUB_TOKEN) {
process.exit(1)
}

// check for required Ruby gems (see note below about why this is needed)
try {
execSync('gem which graphql')
} catch (err) {
console.error('\nYou need to run: bundle install')
process.exit(1)
}

const versionsToBuild = Object.keys(allVersions)

const currentLanguage = 'en'
Expand Down

0 comments on commit 55e7a69

Please sign in to comment.