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