fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 351a092069a6973ea27055872539032a273b5ed9
parent 7565ac50c27d61f729b39b612d488ccb355b8a10
Author: John Hawthorn <john@hawthorn.email>
Date:   Fri, 11 Jul 2025 21:09:59 -0700

Fix acceptance tests

Diffstat:
M.github/workflows/test.yml | 12++++++------
Mtest/acceptance/Gemfile.lock | 6+++---
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -51,14 +51,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up Ruby 2.6 - uses: actions/setup-ruby@v1 + - name: Set up Ruby + uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6.x - - name: Install dependencies and compile + ruby-version: '3.4' + bundler-cache: true + working-directory: test/acceptance + - name: Compile fzy run: | - gem install bundler make - cd test/acceptance && bundle install --jobs 4 --retry 3 - name: Run acceptance tests run: make acceptance diff --git a/test/acceptance/Gemfile.lock b/test/acceptance/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - minitest (5.10.1) - ttytest (0.4.0) + minitest (5.25.5) + ttytest (0.6.0) PLATFORMS ruby @@ -12,4 +12,4 @@ DEPENDENCIES ttytest BUNDLED WITH - 1.13.7 + 2.6.9