From a7bca0d353f8feec2b952e98e146f19b36bb0bac Mon Sep 17 00:00:00 2001 From: Garry Ing Date: Sat, 6 Apr 2024 20:26:40 -0400 Subject: [PATCH] deps update --- .github/workflows/test.yml | 2 +- Gemfile | 1 - Gemfile.lock | 3 --- Procfile | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 Procfile diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02cde8f..9171236 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.2 + ruby-version: 3.3 bundler-cache: true - name: Run tests run: bundle exec rake test diff --git a/Gemfile b/Gemfile index 53fe895..96810fb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,6 @@ # frozen_string_literal: true source 'https://rubygems.org' -ruby '3.1.2' gem 'arena' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 0bdd3ce..355c8cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,8 +38,5 @@ DEPENDENCIES rspec slack-notifier -RUBY VERSION - ruby 3.1.2p20 - BUNDLED WITH 2.3.26 diff --git a/Procfile b/Procfile deleted file mode 100644 index b827197..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -worker: rake \ No newline at end of file