diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index c6d8930..045286c 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -27,14 +27,5 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # This will set up Bundler and cache the dependencies - - name: Install Bundler - run: gem install bundler - - - name: Update Gemfile.lock for Linux - run: bundle lock --add-platform x86_64-linux - - - name: Install dependencies - run: bundle install - - name: Run tests run: bundle exec rake test