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 b2de64b commit 05ae265Copy full SHA for 05ae265
5 files changed
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
parallelism: 1
10
docker:
11
- - image: cimg/ruby:3.4.5-browsers
+ - image: cimg/ruby:3.4.6-browsers
12
environment:
13
BUNDLE_JOBS: 3
14
BUNDLE_RETRY: 3
.ruby-version
@@ -1 +1 @@
1
-3.4.5
+3.4.6
.tool-versions
@@ -1,3 +1,3 @@
-ruby 3.4.5
+ruby 3.4.6
2
bundler 2.6.2
3
postgres 14.6
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.4.5
+FROM ruby:3.4.6
ENV RACK_ENV=production
4
ENV RAILS_ENV=production
Gemfile.lock
@@ -465,7 +465,7 @@ DEPENDENCIES
465
with_model
466
467
RUBY VERSION
468
- ruby 3.4.5
+ ruby 3.4.6
469
470
BUNDLED WITH
471
2.6.2
0 commit comments