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 780780d commit 7ed8aa6Copy full SHA for 7ed8aa6
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
parallelism: 1
10
docker:
11
- - image: cimg/ruby:3.1.1-browsers
+ - image: cimg/ruby:3.1.2-browsers
12
environment:
13
BUNDLE_JOBS: 3
14
BUNDLE_RETRY: 3
.ruby-version
@@ -1 +1 @@
1
-3.1.1
+3.1.2
Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:3.1.1
+FROM ruby:3.1.2
2
3
ENV RACK_ENV=production
4
ENV PORT=8080
Gemfile.lock
@@ -242,7 +242,7 @@ DEPENDENCIES
242
will_paginate
243
244
RUBY VERSION
245
- ruby 3.1.1
+ ruby 3.1.2
246
247
BUNDLED WITH
248
2.2.33
0 commit comments