diff --git a/.ruby-version b/.ruby-version index a603bb50a2..be94e6f53d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.5 +3.2.2 diff --git a/Gemfile b/Gemfile index 4f06ebf203..79c8ea875b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' +ruby "3.2.2" unless ENV["CI"] gemspec diff --git a/Gemfile.lock b/Gemfile.lock index 8f84a2885c..86900037e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -375,5 +375,8 @@ DEPENDENCIES xpath (= 3.2.0) yard +RUBY VERSION + ruby 3.2.2p53 + BUNDLED WITH 2.3.10