Skip to content

Commit

Permalink
update bundler in CI to version that supports :windows platform, to s…
Browse files Browse the repository at this point in the history
…upport Rails 7.1

Can't update to bundler 2.4 though until we drop testing with ruby 2.5, or we can use different versions of bundler for different jobs. But for now this is fine.
  • Loading branch information
jrochkind committed Nov 7, 2023
1 parent c427f5d commit 651b918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
type: string
bundler_version:
type: string
default: 2.3.10
default: 2.3.26
rails_version:
type: string
executor:
Expand Down

0 comments on commit 651b918

Please # to comment.