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 294d7b5 commit 018f7c3Copy full SHA for 018f7c3
5 files changed
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
parallelism: 1
10
docker:
11
- - image: cimg/ruby:4.0.0-browsers
+ - image: cimg/ruby:4.0.1-browsers
12
environment:
13
BUNDLE_JOBS: 3
14
BUNDLE_RETRY: 3
.ruby-version
@@ -1 +1 @@
1
-4.0.0
+4.0.1
.tool-versions
@@ -1,3 +1,3 @@
-ruby 4.0.0
+ruby 4.0.1
2
bundler 2.6.2
3
postgres 14.6
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:4.0.0
+FROM ruby:4.0.1
ENV RACK_ENV=production
4
ENV RAILS_ENV=production
Gemfile.lock
@@ -478,7 +478,7 @@ DEPENDENCIES
478
with_model
479
480
RUBY VERSION
481
- ruby 4.0.0
+ ruby 4.0.1
482
483
BUNDLED WITH
484
2.6.2
0 commit comments