diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59c20da..9dacf2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ["3.1", "3.2"] + ruby: ["3.1"] steps: - uses: actions/checkout@v2 diff --git a/Gemfile.lock b/Gemfile.lock index 691faac..7d1dc99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dotcrypt (0.1.1) + dotcrypt (0.1.2) bootsnap (~> 1.15.0) dhall (~> 0.5.0) thor (~> 1.2.0) diff --git a/lib/dotcrypt/version.rb b/lib/dotcrypt/version.rb index 20e6e2c..cbc5e32 100644 --- a/lib/dotcrypt/version.rb +++ b/lib/dotcrypt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dotcrypt - VERSION = "0.1.1" + VERSION = "0.1.2" end