Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4727905

Browse files
deivid-rodriguezeregon
authored andcommitted
Try also removing the other case where--force is used
1 parentf66e112 commit4727905

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

‎bundler.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,11 @@ export async function installBundler(bundlerVersionInput, rubygemsInputSet, lock
137137
}
138138

139139
constgem=path.join(rubyPrefix,'bin','gem')
140-
// and for https://github.com/oracle/truffleruby/issues/2780
141-
constforce=engine==='truffleruby' ?['--force'] :[]
142140

143141
constversionParts=[...bundlerVersion.matchAll(/\d+/g)].length
144142
constbundlerVersionConstraint=versionParts>=3 ?bundlerVersion :`~>${bundlerVersion}.0`
145143

146-
awaitexec.exec(gem,['install','bundler',...force,'-v',bundlerVersionConstraint])
144+
awaitexec.exec(gem,['install','bundler','-v',bundlerVersionConstraint])
147145

148146
returnbundlerVersion
149147
}

‎dist/index.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp