Skip to content

Commit

Permalink
test with Bundler 2.5.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer authored Dec 21, 2023
1 parent 6694bb9 commit 6948ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fail-fast: false
matrix:
ruby-version: [2.7, "3.0", 3.1, 3.2]
bundler-version: [2.4.20, 2.5.1]
bundler-version: [2.4.20, 2.5.2]
exclude:
- ruby-version: 2.7
bundler-version: 2.5.1
bundler-version: 2.5.2
env:
BUNDLER_VERSION: ${{ matrix.bundler-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ DEPENDENCIES
rubocop-rspec (~> 2.24)

BUNDLED WITH
2.5.1
2.5.2
1 change: 0 additions & 1 deletion spec/bundler/multilock_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@
lockfile("alt") {}
RUBY
invoke_bundler("config set --local force_ruby_platform true") # workaround for https://github.com/rubygems/rubygems/issues/7304
invoke_bundler("install")

write_gemfile(<<~RUBY)
Expand Down

0 comments on commit 6948ba0

Please sign in to comment.