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 bbea900 commit c113852Copy full SHA for c113852
5 files changed
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
parallelism: 1
10
docker:
11
- - image: cimg/ruby:4.0.1-browsers
+ - image: cimg/ruby:4.0.2-browsers
12
environment:
13
BUNDLE_PATH: vendor/bundle
14
NODE_VERSION: 22.17.1
.ruby-version
@@ -1 +1 @@
1
-4.0.1
+4.0.2
.tool-versions
@@ -1,4 +1,4 @@
-ruby 4.0.1
+ruby 4.0.2
2
nodejs 25.8.1
3
postgres 16.8
4
pnpm 10.5.2
Dockerfile
-FROM ruby:4.0.1
+FROM ruby:4.0.2
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.1
+ ruby 4.0.2
514
515
BUNDLED WITH
516
2.6.2
0 commit comments