From 4173228c1bf0552b4b289e42a7f61c855f557e2b Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Tue, 19 Jul 2022 23:18:03 +0100 Subject: [PATCH] Gemfile: denote minimum Ruby --- Library/Homebrew/Gemfile | 4 +++- Library/Homebrew/Gemfile.lock | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile b/Library/Homebrew/Gemfile index 12e3d0926d..d34c88ca67 100644 --- a/Library/Homebrew/Gemfile +++ b/Library/Homebrew/Gemfile @@ -2,6 +2,8 @@ source "https://rubygems.org" +ruby ">= 2.6.0" + # disallowed gems (should not be used) # * nokogiri - use rexml instead for XML parsing @@ -32,7 +34,7 @@ group :sorbet, optional: true do end # vendored gems -gem "activesupport", "< 7" # 7 requires Ruby 2.7 +gem "activesupport" gem "addressable" gem "concurrent-ruby" gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7 diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 1623808da5..9757699202 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -205,7 +205,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (< 7) + activesupport addressable bootsnap byebug @@ -240,5 +240,8 @@ DEPENDENCIES tapioca warning +RUBY VERSION + ruby 2.6.8p205 + BUNDLED WITH 1.17.3