diff --git a/Gemfile b/Gemfile index 06cce3aed4..bc014750ca 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,10 @@ +ruby '3.2.6' + source 'https://rubygems.org' gem 'addressable' gem 'allowy', '>= 2.1.0' +gem 'bundler', '2.4.10' gem 'clockwork', require: false gem 'cloudfront-signer' gem 'concurrent-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index a6709999b4..c4446ee7b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -629,6 +629,7 @@ DEPENDENCIES addressable allowy (>= 2.1.0) azure-storage-blob! + bundler (= 2.4.10) byebug cf-uaa-lib (~> 4.0.9) clockwork @@ -712,5 +713,8 @@ DEPENDENCIES vmstat (~> 2.3) webmock (> 2.3.1) +RUBY VERSION + ruby 3.2.6p234 + BUNDLED WITH 2.4.10