Commit 515f625
committed
Fix Bundler version compatibility for all Ruby versions
Use conditional Bundler version selection:
- Bundler 2.5.21 for Ruby 3.0+ (compatible with RubyGems 3.5.21)
- Bundler 2.3.26 for Ruby 2.5-2.7 (maintains existing compatibility)
This resolves the 'already initialized constant Gem::Platform' warnings
on newer Ruby versions while ensuring older Ruby versions continue to work.1 parent f769f00 commit 515f625
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments