Upgrade to Ruby 3.1.1

This commit is contained in:
Ryan W
2022-02-18 11:59:10 -08:00
committed by Ryan Williams
parent 35d03ea332
commit 1d49220674
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require:
- rubocop-rspec
AllCops:
TargetRubyVersion: 3.1.0
TargetRubyVersion: 3.1.1
TargetRailsVersion: 7.0.1
DisabledByDefault: true
Exclude:
+1 -1
View File
@@ -1 +1 @@
3.1.0
3.1.1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:3.1.0-slim
FROM ruby:3.1.1-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
+1 -1
View File
@@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.0"
ruby "3.1.1"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.0"
+1 -1
View File
@@ -301,7 +301,7 @@ DEPENDENCIES
webdrivers
RUBY VERSION
ruby 3.1.0p0
ruby 3.1.1p18
BUNDLED WITH
2.3.7