File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
parallelism : 1
10
10
docker :
11
- - image : cimg/ruby:3.3.4 -browsers
11
+ - image : cimg/ruby:3.3.5 -browsers
12
12
environment :
13
13
BUNDLE_JOBS : 3
14
14
BUNDLE_RETRY : 3
Original file line number Diff line number Diff line change 1
- 3.3.4
1
+ 3.3.5
Original file line number Diff line number Diff line change 1
- ruby 3.3.4
1
+ ruby 3.3.5
2
2
bundler 2.3.25
3
3
postgres 14.6
Original file line number Diff line number Diff line change 1
- FROM ruby:3.3.4
1
+ FROM ruby:3.3.5
2
2
3
3
ENV RACK_ENV=production
4
4
ENV RAILS_ENV=production
@@ -23,7 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
23
23
&& locale-gen C.UTF-8 \
24
24
&& /usr/sbin/update-locale LANG=C.UTF-8
25
25
26
- ENV LC_ALL C.UTF-8
26
+ ENV LC_ALL= C.UTF-8
27
27
28
28
ARG TARGETARCH
29
29
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.3/supercronic-linux-$TARGETARCH \
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ DEPENDENCIES
436
436
with_model
437
437
438
438
RUBY VERSION
439
- ruby 3.3.4
439
+ ruby 3.3.5
440
440
441
441
BUNDLED WITH
442
442
2.4.13
You can’t perform that action at this time.
0 commit comments