summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml3
-rw-r--r--Gemfile1
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4d9ddbd..7fe8d48 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
ruby-version:
+ - '3.2'
- '3.1'
- '3.0'
- '2.7'
@@ -21,7 +22,7 @@ jobs:
- jruby-9.3
- jruby-9.2
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
diff --git a/Gemfile b/Gemfile
index e8d72b7..bae1b36 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,6 @@ group :code_quality do
gem "flog", require: false
gem "pronto", require: false, platform: :ruby
gem "pronto-flay", require: false, platform: :ruby
- gem "pronto-poper", require: false, platform: :ruby
gem "pronto-reek", require: false, platform: :ruby
gem "pronto-rubocop", require: false, platform: :ruby
end