From cd1fac8b371ae1516e883d1704dd1246aa16a763 Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:06:52 +0000 Subject: [PATCH] Testing workflow, pt.2 --- .github/workflows/ruby.yml | 5 ----- wayback_machine_downloader.gemspec | 2 -- 2 files changed, 7 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index be27572..137f078 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -30,10 +30,5 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - name: Install correct Bundler version - run: | - if [[ "${{ matrix.ruby-version }}" == "2.7" ]]; then - gem install bundler -v "~> 2.4.0" - fi - name: Run tests run: bundle exec rake \ No newline at end of file diff --git a/wayback_machine_downloader.gemspec b/wayback_machine_downloader.gemspec index e751877..10139fe 100644 --- a/wayback_machine_downloader.gemspec +++ b/wayback_machine_downloader.gemspec @@ -1,5 +1,3 @@ -require './lib/wayback_machine_downloader' - Gem::Specification.new do |s| s.name = "wayback_machine_downloader" s.version = WaybackMachineDownloader::VERSION