From f6e822e1f5c18553db246991ebfb8658acaef59f Mon Sep 17 00:00:00 2001 From: Claire Date: Sat, 23 Aug 2025 01:59:25 +0200 Subject: [PATCH] Fix issue with Stoplight 5.3 and DragonflyDB (#35868) --- Gemfile | 2 +- Gemfile.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b6ecb0126d8..b80621bf9de 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ gem 'sidekiq-scheduler', '~> 6.0' gem 'sidekiq-unique-jobs', '> 8' gem 'simple_form', '~> 5.2' gem 'simple-navigation', '~> 4.4' -gem 'stoplight' +gem 'stoplight', github: 'ClearlyClaire/stoplight', ref: 'f13e0c0d5e6d34af8d3cfc888871caa84237db42' gem 'strong_migrations' gem 'tty-prompt', '~> 0.23', require: false gem 'twitter-text', '~> 3.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index e99d5f7cba0..bc8b8396d3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,11 @@ +GIT + remote: https://github.com/ClearlyClaire/stoplight.git + revision: f13e0c0d5e6d34af8d3cfc888871caa84237db42 + ref: f13e0c0d5e6d34af8d3cfc888871caa84237db42 + specs: + stoplight (5.3.1) + zeitwerk + GIT remote: https://github.com/mastodon/webpush.git revision: 9631ac63045cfabddacc69fc06e919b4c13eb913 @@ -853,8 +861,6 @@ GEM stackprof (0.2.27) starry (0.2.0) base64 - stoplight (5.3.1) - zeitwerk stringio (3.1.7) strong_migrations (2.5.0) activerecord (>= 7.1) @@ -1086,7 +1092,7 @@ DEPENDENCIES simplecov (~> 0.22) simplecov-lcov (~> 0.8) stackprof - stoplight + stoplight! strong_migrations test-prof thor (~> 1.2)