Skip to content

Commit

Permalink
Merge pull request #262 from anderbellstudios/depfu/engine/ruby-3.0.7
Browse files Browse the repository at this point in the history
[ruby] Update Ruby 3.0.0 → 3.0.7
  • Loading branch information
12joan authored Apr 25, 2024
2 parents 37f212c + c14fcc7 commit a442667
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.0
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.0-alpine
FROM ruby:3.0.7-alpine

RUN apk add --update --no-cache bash build-base curl nodejs tzdata postgresql-dev yarn shared-mime-info git gcompat

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

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.1.2'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ DEPENDENCIES
webpacker-pwa

RUBY VERSION
ruby 3.0.0p0
ruby 3.0.7

BUNDLED WITH
2.2.3

0 comments on commit a442667

Please sign in to comment.