We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9d01f commit cfcb471Copy full SHA for cfcb471
5 files changed
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
parallelism: 1
10
docker:
11
- - image: cimg/ruby:4.0.4-browsers
+ - image: cimg/ruby:4.0.5-browsers
12
environment:
13
BUNDLE_PATH: vendor/bundle
14
NODE_VERSION: 22.17.1
.ruby-version
@@ -1 +1 @@
1
-4.0.4
+4.0.5
.tool-versions
@@ -1,4 +1,4 @@
-ruby 4.0.4
+ruby 4.0.5
2
nodejs 26.2.0
3
postgres 16.8
4
pnpm 10.5.2
Dockerfile
-FROM ruby:4.0.4
+FROM ruby:4.0.5
ENV RACK_ENV=production
ENV RAILS_ENV=production
Gemfile.lock
@@ -510,7 +510,7 @@ DEPENDENCIES
510
with_model
511
512
RUBY VERSION
513
- ruby 4.0.4
+ ruby 4.0.5
514
515
BUNDLED WITH
516
2.6.2
0 commit comments