Skip to content

Commit

Permalink
Update Bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 11, 2024
1 parent b880086 commit 1648be6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks/appraisal.rake
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ FORCE_BUNDLER_VERSION = {
'2.5' => '2.3.26',
'2.6' => '2.3.26',
'2.7' => '2.3.26',
'3.0' => '2.3.26',
'3.1' => '2.3.26',
'3.2' => '2.3.26',
'3.3' => '2.3.26',
'3.4' => '2.3.26',
'3.0' => '2.5.21',
'3.1' => '2.5.21',
'3.2' => '2.5.21',
'3.3' => '2.5.21',
'3.4' => '2.5.21',
}.freeze

0 comments on commit 1648be6

Please sign in to comment.