Skip to content

Commit

Permalink
Merge pull request #228 from rainforestapp/fix_rubygems
Browse files Browse the repository at this point in the history
Fix push to rubygems by setting older Ruby version
  • Loading branch information
sebaherrera07 authored Nov 22, 2024
2 parents 86717cf + 8026940 commit ab66bad
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 ab66bad

Please sign in to comment.