Skip to content

Commit

Permalink
⬆️ Update Ruby to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Dec 27, 2023
1 parent 8b6946b commit d91ab5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.3.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile - Development environment

FROM ruby:3.2.1
FROM ruby:3.3.0

# versions
ENV NODE_VERSION=20.10.0
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.1'
ruby '3.3.0'

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

RUBY VERSION
ruby 3.2.1p31
ruby 3.3.0

BUNDLED WITH
2.4.22

0 comments on commit d91ab5f

Please sign in to comment.