Skip to content

Commit

Permalink
Merge pull request #443 from ecosyste-ms/ruby-version-upgrade
Browse files Browse the repository at this point in the history
Update Ruby to version 3.4.2
  • Loading branch information
andrew authored Feb 21, 2025
2 parents 6e48241 + a6f3616 commit a9a36c4
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.4.1
3.4.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.4.1-alpine
FROM ruby:3.4.2-alpine

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.4.1'
ruby '3.4.2'

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 @@ -574,7 +574,7 @@ CHECKSUMS
zeitwerk (2.7.2) sha256=842e067cb11eb923d747249badfb5fcdc9652d6f20a1f06453317920fdcd4673

RUBY VERSION
ruby 3.4.1p0
ruby 3.4.2p28

BUNDLED WITH
2.6.5

0 comments on commit a9a36c4

Please sign in to comment.