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 29377ac commit bc18d64Copy full SHA for bc18d64
5 files changed
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
parallelism: 1
10
docker:
11
- - image: cimg/ruby:3.4.7-browsers
+ - image: cimg/ruby:3.4.8-browsers
12
environment:
13
BUNDLE_JOBS: 3
14
BUNDLE_RETRY: 3
.ruby-version
@@ -1 +1 @@
1
-3.4.7
+3.4.8
.tool-versions
@@ -1,3 +1,3 @@
-ruby 3.4.7
+ruby 3.4.8
2
bundler 2.6.2
3
postgres 14.6
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.4.7
+FROM ruby:3.4.8
ENV RACK_ENV=production
4
ENV RAILS_ENV=production
Gemfile.lock
@@ -472,7 +472,7 @@ DEPENDENCIES
472
with_model
473
474
RUBY VERSION
475
- ruby 3.4.7
+ ruby 3.4.8
476
477
BUNDLED WITH
478
2.6.2
0 commit comments