Ruby 3.1.2

This commit is contained in:
Ryan W
2022-04-13 08:21:19 -07:00
parent 1e3dfd056d
commit fd8d147dfa
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require:
- rubocop-rspec - rubocop-rspec
AllCops: AllCops:
TargetRubyVersion: 3.1.1 TargetRubyVersion: 3.1.2
TargetRailsVersion: 7.0.1 TargetRailsVersion: 7.0.1
DisabledByDefault: true DisabledByDefault: true
Exclude: Exclude:
+1 -1
View File
@@ -1 +1 @@
3.1.1 3.1.2
+1 -1
View File
@@ -3,7 +3,7 @@
source "https://rubygems.org" source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" } 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" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.2" gem "rails", "~> 7.0.2"
+2 -2
View File
@@ -299,7 +299,7 @@ DEPENDENCIES
webdrivers webdrivers
RUBY VERSION RUBY VERSION
ruby 3.1.1p18 ruby 3.1.2p20
BUNDLED WITH BUNDLED WITH
2.3.9 2.3.11