Skip to content

Commit

Permalink
Upgrade ruby patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed May 24, 2024
1 parent dc591b5 commit 2426aee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/smoke-test_v2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ inputs:
runs:
using: composite
steps:
- name: Set up Ruby 3.2.3
- name: Set up Ruby 3.2.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.3
ruby-version: 3.2.4

- name: install bundler and gems
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby 3.2.3
ruby 3.2.4
bundler 2.3.20
kubelogin 0.1.0
kubectl 1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN bundle exec middleman build --build-dir=../public

###

FROM ruby:3.2.3-alpine3.19
FROM ruby:3.2.4-alpine3.20

RUN apk add --no-cache libxml2

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.3'
ruby '3.2.4'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '7.1.3.3'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.3p157
ruby 3.2.4p170

BUNDLED WITH
2.3.20

0 comments on commit 2426aee

Please sign in to comment.