diff --git a/Gemfile b/Gemfile index 7b6ae23199..012f4ad74f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,10 @@ +ruby '3.2.9' + source 'https://rubygems.org' gem 'addressable' gem 'allowy', '>= 2.1.0' +gem 'bundler', '2.4.19' gem 'clockwork', require: false gem 'cloudfront-signer' gem 'concurrent-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index b96e7322d3..73272a642d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -609,6 +609,7 @@ DEPENDENCIES addressable allowy (>= 2.1.0) azure-storage-blob! + bundler (= 2.4.19) byebug cf-uaa-lib (~> 4.0.9) clockwork @@ -687,5 +688,8 @@ DEPENDENCIES vmstat (~> 2.3) webmock (> 2.3.1) +RUBY VERSION + ruby 3.2.9p265 + BUNDLED WITH 2.4.19