Skip to content

Commit

Permalink
Fix push to rubygems by setting older Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaherrera07 committed Nov 22, 2024
1 parent 86717cf commit 8026940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

push_to_rubygems:
docker:
- image: cimg/ruby:3.3.6
# Push to rubygems breaks with Ruby 3.3
- image: cimg/ruby:3.2.2
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion lib/rf/stylez/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rf
module Stylez
VERSION = "1.2.2"
VERSION = "1.2.3"
end
end

0 comments on commit 8026940

Please sign in to comment.