diff --git a/.ruby-version b/.ruby-version index ff365e0..944880f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.2.0 diff --git a/Gemfile b/Gemfile index 0d12fd6..80da127 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.1.3' +ruby '3.2.0' gem 'bootsnap', require: false gem 'bugsnag'