From 99c36c18ae0d624777021df12db395b401f5dc0e Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Mon, 18 Sep 2023 11:59:26 +0100 Subject: [PATCH] Remove explicit irb dependency This dependency probably isn't required as the irb gem is part of the default Ruby install. It is currently causing broken builds because it has a sub-dependency that depends on lib-yaml which is not installed in GOV.UKs base ruby image at present --- Gemfile | 1 - Gemfile.lock | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/Gemfile b/Gemfile index a204bb5bf..bbec69ece 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,6 @@ gem "govuk_message_queue_consumer" gem "govuk_schemas" gem "govuk_sidekiq" gem "httparty" -gem "irb", require: false gem "logging" gem "loofah" gem "nokogiri" diff --git a/Gemfile.lock b/Gemfile.lock index 7d9d97e6d..005e7e42c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,10 +184,6 @@ GEM httpclient (2.8.3) i18n (1.14.1) concurrent-ruby (~> 1.0) - io-console (0.6.0) - irb (1.8.1) - rdoc - reline (>= 0.3.8) jmespath (1.6.2) json (2.6.3) json-schema (4.0.0) @@ -448,8 +444,6 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.1.0) - stringio public_suffix (5.0.3) puma (6.3.1) nio4r (~> 2.0) @@ -487,8 +481,6 @@ GEM rb-kqueue (0.2.8) ffi (>= 0.5.0) rbtree (0.4.6) - rdoc (6.5.0) - psych (>= 4.0.0) redis (5.0.6) redis-client (>= 0.9.0) redis-client (0.14.1) @@ -496,8 +488,6 @@ GEM redis-namespace (1.10.0) redis (>= 4) regexp_parser (2.8.1) - reline (0.3.8) - io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -601,7 +591,6 @@ GEM rbtree set (~> 1.0) statsd-ruby (1.5.0) - stringio (3.0.8) thor (1.2.2) tilt (2.2.0) timecop (0.9.8) @@ -650,7 +639,6 @@ DEPENDENCIES govuk_schemas govuk_sidekiq httparty - irb logging loofah mr-sparkle