Skip to content

Commit

Permalink
Merge pull request #649 from ecosyste-ms/ruby-version-upgrade
Browse files Browse the repository at this point in the history
Update Ruby to version 3.3.6
  • Loading branch information
andrew authored Nov 17, 2024
2 parents 267b13a + 894a995 commit 710752d
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.3.5
3.3.6
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.5-alpine3.19
FROM ruby:3.3.6-alpine3.19

ENV APP_ROOT /usr/src/app
ENV DATABASE_PORT 5432
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.5"
ruby '3.3.6'

gem "rails", "~> 8.0.0"
gem "sprockets-rails"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.5p0
ruby 3.3.6p108

BUNDLED WITH
2.5.23

0 comments on commit 710752d

Please sign in to comment.