From c266f61adfa1895aee2adeefc61505d190cc90fb Mon Sep 17 00:00:00 2001 From: Enrique Rico Date: Wed, 1 May 2024 12:12:50 -0700 Subject: [PATCH] Upgrade to bureaucrat 3.2.4 --- .github/workflows/gem_push_beta.yml | 2 +- .github/workflows/gem_push_master.yml | 2 +- .ruby-version | 2 +- Gemfile.lock | 18 +++++++++--------- lib/bureaucrat/version.rb | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/gem_push_beta.yml b/.github/workflows/gem_push_beta.yml index 76ff179..ed6964c 100644 --- a/.github/workflows/gem_push_beta.yml +++ b/.github/workflows/gem_push_beta.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Ruby 2.7 + - name: Set up Ruby 3.2.4 uses: ruby/setup-ruby@v1 - name: Configure Gem Cache diff --git a/.github/workflows/gem_push_master.yml b/.github/workflows/gem_push_master.yml index 2f95080..a7efe59 100644 --- a/.github/workflows/gem_push_master.yml +++ b/.github/workflows/gem_push_master.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Ruby 2.7 + - name: Set up Ruby 3.2.4 uses: ruby/setup-ruby@v1 - name: Publish to GPR diff --git a/.ruby-version b/.ruby-version index fbafd6b..351227f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.2 \ No newline at end of file +3.2.4 diff --git a/Gemfile.lock b/Gemfile.lock index 1df24c8..cfa89ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,24 @@ PATH remote: . specs: - bureaucrat-sc (3.0.0) + bureaucrat-sc (4.0.0) activesupport (~> 6.0.4) i18n GEM remote: https://rubygems.org/ specs: - activesupport (6.0.4.7) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - concurrent-ruby (1.1.9) - diff-lcs (1.3) - i18n (1.10.0) + concurrent-ruby (1.2.3) + diff-lcs (1.5.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) - minitest (5.15.0) + minitest (5.22.3) rake (12.0.0) rspec (3.6.0) rspec-core (~> 3.6.0) @@ -34,9 +34,9 @@ GEM rspec-support (~> 3.6.0) rspec-support (3.6.0) thread_safe (0.3.6) - tzinfo (1.2.9) + tzinfo (1.2.11) thread_safe (~> 0.1) - zeitwerk (2.5.4) + zeitwerk (2.6.13) PLATFORMS ruby @@ -47,4 +47,4 @@ DEPENDENCIES rspec (= 3.6.0) BUNDLED WITH - 1.17.3 + 2.4.19 diff --git a/lib/bureaucrat/version.rb b/lib/bureaucrat/version.rb index f10dc46..922b14e 100644 --- a/lib/bureaucrat/version.rb +++ b/lib/bureaucrat/version.rb @@ -1,3 +1,3 @@ module Bureaucrat - VERSION = '3.0.0' + VERSION = '4.0.0' end