diff --git a/.ruby-version b/.ruby-version index ef538c2810..be94e6f53d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.2 diff --git a/Gemfile b/Gemfile index 088e3a1064..3ff38e6a9d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,6 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end -ruby "3.1.2" - ###### BASIC FRAMEWORKS ###### # User management and login workflow. diff --git a/Gemfile.lock b/Gemfile.lock index cb5a2320cc..8650af4284 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -741,8 +741,5 @@ DEPENDENCIES web-console webmock (~> 3.19) -RUBY VERSION - ruby 3.1.2p20 - BUNDLED WITH 2.4.22 diff --git a/manifest.yml b/manifest.yml new file mode 100644 index 0000000000..da5448e6e5 --- /dev/null +++ b/manifest.yml @@ -0,0 +1,3 @@ +rails: + configuration: + ruby_version: 3.2.2