Skip to content

Commit

Permalink
Merge pull request #57 from 12joan/depfu/engine/ruby-3.0.7
Browse files Browse the repository at this point in the history
Update Ruby 3.0.4 → 3.0.7
  • Loading branch information
12joan authored Jul 18, 2024
2 parents 08c0c5f + 06a7147 commit 7036fdc
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 @@ -158,7 +158,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 3.0.4
ruby 3.0.7

BUNDLED WITH
2.2.33

0 comments on commit 7036fdc

Please sign in to comment.