Skip to content

Commit

Permalink
Update Ruby to version 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Apr 25, 2024
1 parent 391c4b0 commit 06a7147
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.0.4
3.0.7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.4-alpine
FROM ruby:3.0.7-alpine

RUN apk add --update --no-cache bash build-base tzdata postgresql-dev git

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.0.4'
ruby '3.0.7'

# Rails
gem 'activesupport'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 3.0.4
ruby 3.0.7

BUNDLED WITH
2.2.33

0 comments on commit 06a7147

Please sign in to comment.