From e5557d6b564ec2cb957e343748562bbfa2b72182 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Thu, 20 Apr 2023 12:07:19 -0400 Subject: [PATCH] Add Ruby 3.2 to CI and fix against head --- .github/workflows/ci.yml | 4 ++-- Gemfile | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c12f650..1183b34c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", ruby-head] + ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", ruby-head] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/Gemfile b/Gemfile index f3988273..c32615c1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source 'http://rubygems.org' -ruby RUBY_VERSION - gem 'pry' gemspec