File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ executors:
44 rails_executor :
55 working_directory : ~/web-monitoring-db
66 docker :
7- - image : cimg/ruby:3.4.5 -node
7+ - image : cimg/ruby:3.4.6 -node
88 environment :
99 RAILS_ENV : test
1010 RACK_ENV : test
Original file line number Diff line number Diff line change 1- 3.4.5
1+ 3.4.6
Original file line number Diff line number Diff line change 22# https://docs.docker.com/engine/userguide/eng-image/multistage-build
33
44# ## BASE ENVIRONMENT STAGE ###
5- FROM ruby:3.4.5 -slim AS base
5+ FROM ruby:3.4.6 -slim AS base
66LABEL maintainer=
"[email protected] " 77
88# Install apt based dependencies required to run Rails as
@@ -24,7 +24,7 @@ WORKDIR /app
2424# the RubyGems. This is a separate step so the dependencies
2525# will be cached unless changes to one of those two files
2626# are made.
27- COPY Gemfile Gemfile.lock ./
27+ COPY Gemfile Gemfile.lock .ruby-version . /
2828RUN gem install bundler && bundle install --jobs 20 --retry 5
2929
3030# Copy the main application.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
55 "https://github.com/#{ repo_name } .git"
66end
77
8- ruby '3.4.5'
8+ ruby file : ".ruby-version"
99
1010gem 'aws-sdk-s3' , '~> 1.198'
1111gem 'concurrent-ruby' , '~> 1.3'
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ DEPENDENCIES
481481 webmock (~> 3.25 )
482482
483483RUBY VERSION
484- ruby 3.4.5p51
484+ ruby 3.4.6p54
485485
486486BUNDLED WITH
487487 2.5.9
You can’t perform that action at this time.
0 commit comments