diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 683cfcde..e3eeb5d0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Ruby 3.1 + - name: Set up Ruby 3.2 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.2' - name: Install Bundle Dependencies run: bundle install diff --git a/Gemfile b/Gemfile index 723ecfd9..fc30f7a8 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,6 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do end # Performance-booster for watching directories on Windows -gem "wdm", "~> 0.1.1" if Gem.win_platform? +gem "wdm", "~> 0.2.0" if Gem.win_platform? gem "webrick", "~> 1.7"