Update to Ruby 3.1.0

This commit is contained in:
Ryan W
2021-12-27 14:49:11 -08:00
parent 2e81873871
commit cb8e811af7
6 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require:
- rubocop-rspec
AllCops:
TargetRubyVersion: 3.0.2
TargetRubyVersion: 3.1.0
TargetRailsVersion: 7.0.0
DisabledByDefault: true
Exclude:
+1 -1
View File
@@ -1 +1 @@
3.0.3
3.1.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:3.0.3-slim-bullseye
FROM ruby:3.1.0-slim-bullseye
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.0.3"
ruby "3.1.0"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.0"
+1 -5
View File
@@ -122,10 +122,6 @@ GEM
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
parallel (1.21.0)
parser (3.0.3.2)
ast (~> 2.4.1)
@@ -278,7 +274,7 @@ DEPENDENCIES
webdrivers
RUBY VERSION
ruby 3.0.3p157
ruby 3.1.0p0
BUNDLED WITH
2.2.32
+3 -3
View File
@@ -11,9 +11,9 @@ services:
- .env
environment:
- HISTFILE=/usr/src/app/log/.bash_history
depends_on:
- db
- redis
# depends_on:
# - db
# - redis
db:
image: postgres:13
ports: