Skip to content

Commit

Permalink
Upgrade to bureaucrat 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Rico committed May 1, 2024
1 parent f1d3c43 commit c266f61
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem_push_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem_push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.2.4
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand All @@ -47,4 +47,4 @@ DEPENDENCIES
rspec (= 3.6.0)

BUNDLED WITH
1.17.3
2.4.19
2 changes: 1 addition & 1 deletion lib/bureaucrat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bureaucrat
VERSION = '3.0.0'
VERSION = '4.0.0'
end

0 comments on commit c266f61

Please sign in to comment.