Skip to content

Commit

Permalink
Bump ruby from 3.2.2 to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotandgames committed Feb 5, 2024
1 parent e4c60b9 commit cc4d645
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine
FROM ruby:3.3.0-alpine

# for postgres: postgresql-dev
RUN apk add --no-cache \
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.2"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 6.1"
# Use sqlite3 as the database for Active Record
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,5 @@ DEPENDENCIES
yabeda-rails
yard

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.3.26

0 comments on commit cc4d645

Please sign in to comment.