diff --git a/.ruby-version b/.ruby-version index 3ad0595ad..9cec7165a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.5 +3.1.6 diff --git a/Gemfile b/Gemfile index 9a3a4803f..1a57e8dab 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://gems.contribsys.com/" do end git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.5" +ruby "3.1.6" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.8" diff --git a/Gemfile.lock b/Gemfile.lock index 94a73070e..6ddb2dc72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -619,7 +619,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.1.5p252 + ruby 3.1.6p260 BUNDLED WITH 2.3.11