File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 3.4.1
1+ 3.4.2
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1
22
33# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4- ARG RUBY_VERSION=3.4.1
4+ ARG RUBY_VERSION=3.4.2
55FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
66
77# Rails app lives here
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- ruby "3.4.1 "
5+ ruby "3.4.2 "
66
77git_source ( :github ) do |repo_name |
88 repo_name = "#{ repo_name } /#{ repo_name } " unless repo_name . include? ( "/" )
Original file line number Diff line number Diff line change @@ -876,7 +876,7 @@ DEPENDENCIES
876876 whenever
877877
878878RUBY VERSION
879- ruby 3.4.1p0
879+ ruby 3.4.2p28
880880
881881BUNDLED WITH
882882 2.5.6
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ bin/dev
8181
8282### REQUIREMENTS ###
8383
84- - ** Ruby version:** 3.4.1
84+ - ** Ruby version:** 3.4.2
8585 - ** PostgreSQL 12.1+** [ How to install] ( http://exponential.io/blog/2015/02/21/install-postgresql-on-mac-os-x-via-brew/ )
8686
8787** Just execute the script file in ` bin/setup ` **
You can’t perform that action at this time.
0 commit comments