From fd8d147dfa9c8049456ef601dc15a3bf07f1f2eb Mon Sep 17 00:00:00 2001 From: Ryan W Date: Wed, 13 Apr 2022 08:21:19 -0700 Subject: [PATCH] Ruby 3.1.2 --- .rubocop.yml | 2 +- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 625d930..dd1feef 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ require: - rubocop-rspec AllCops: - TargetRubyVersion: 3.1.1 + TargetRubyVersion: 3.1.2 TargetRailsVersion: 7.0.1 DisabledByDefault: true Exclude: diff --git a/.ruby-version b/.ruby-version index 94ff29c..ef538c2 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.1 +3.1.2 diff --git a/Gemfile b/Gemfile index 9eff4bb..e4601da 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.1" +ruby "3.1.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index bcb5e4f..08bca0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,7 +299,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.1.1p18 + ruby 3.1.2p20 BUNDLED WITH - 2.3.9 + 2.3.11