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 ed9b1b2 commit 6c90c25Copy full SHA for 6c90c25
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
parallelism: 1
10
docker:
11
- - image: cimg/ruby:3.4.6-browsers
+ - image: cimg/ruby:3.4.7-browsers
12
environment:
13
BUNDLE_JOBS: 3
14
BUNDLE_RETRY: 3
.ruby-version
@@ -1 +1 @@
1
-3.4.6
+3.4.7
.tool-versions
@@ -1,4 +1,4 @@
-ruby 3.4.6
+ruby 3.4.7
2
bundler 2.3.5
3
nodejs 16.14.0
4
postgres 13.7
Gemfile.lock
@@ -527,7 +527,7 @@ DEPENDENCIES
527
webpacker
528
529
RUBY VERSION
530
- ruby 3.4.6
+ ruby 3.4.7
531
532
BUNDLED WITH
533
2.3.5
0 commit comments