From ee167b53df20293d725f8317cebb5fa03b596bb5 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 10 Jan 2023 10:32:09 +0800 Subject: [PATCH] Fix gem release binary for Ruby 3.2.0 --- .github/workflows/release.yml | 2 +- lib/rucaptcha/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dde23c5..83af72c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: with: platform: ${{ matrix.ruby-platform }} setup: bundle install - ruby-versions: "3.2,3.1,3.0,2.7" + ruby-versions: "3.2,3.1" release_source: name: Release source gem diff --git a/lib/rucaptcha/version.rb b/lib/rucaptcha/version.rb index ebb5f03..ce624e1 100644 --- a/lib/rucaptcha/version.rb +++ b/lib/rucaptcha/version.rb @@ -1,3 +1,3 @@ module RuCaptcha - VERSION = "3.1.2" + VERSION = "3.1.3" end