Skip to content

Commit

Permalink
Update Ruby to 3.3.5
Browse files Browse the repository at this point in the history
Also declare the Ruby version inside the Gemfile
  • Loading branch information
colby-swandale committed Oct 17, 2024
1 parent c07cb54 commit a3dec89
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0.3"
ruby-version: .ruby-version
bundler-cache: true

- name: Wait for MySQL to boot
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-alpine3.18
FROM ruby:3.3.5-alpine3.18
ARG KRANE_VERSION=3.0.1
ARG KUBECTL_VERSION=1.26.3

Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby file: ".ruby-version"

gem 'rails', '~> 7.0.8'
gem 'mysql2'
gem 'puma', '~> 6.4'
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,5 +363,8 @@ DEPENDENCIES
sidekiq
web-console (>= 3.3.0)

RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.5.5
2.5.21

0 comments on commit a3dec89

Please sign in to comment.