Skip to content

Commit

Permalink
Upgrade ruby to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-s-ccs committed Apr 29, 2024
1 parent fe65244 commit 827e915
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.19
ARG NODE_VERSION=20.11.0

# Pass in ruby version
ARG RUBY_VERSION=3.3.0
ARG RUBY_VERSION=3.3.1

# Pull in the nodejs image
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS node
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.3.0'
ruby '3.3.1'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.3'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ DEPENDENCIES
webpacker (~> 5.4, >= 5.4.4)

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

BUNDLED WITH
2.4.6
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This README assumes you are using a MacBook. If you are using a different operat


### Ruby
This is a Ruby on Rails application using ruby version `3.3.0`.
This is a Ruby on Rails application using ruby version `3.3.1`.
Ensure that, if you are using a ruby environment manager, the correct ruby version is being run in your development environment.

This project uses Ruby Gems so you will need to install bundler which can be done with:
Expand Down

0 comments on commit 827e915

Please sign in to comment.