From 5736b8845e49b5fc869f8b63a9e59853f5f297c4 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 8 Jan 2026 16:24:39 -0700 Subject: [PATCH] Pin ruby-bandwidth-iris to ~> 2.7 Version 2.7.0 added TnOptions endpoints needed for port-out PIN functionality. The lock file had 1.0.2 which predates that feature. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2b3a97fe1db901a8d9d5a8e2542324313a1aa65c..057efa48d8745afb78d08fddf53dcb68b6ad8956 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'em-synchrony' gem 'eventmachine' gem 'faraday', '~> 1.0' gem 'faraday-em_synchrony' -gem 'ruby-bandwidth-iris' +gem 'ruby-bandwidth-iris', '~> 2.7' gem 'goliath' gem 'lazy_object' gem 'value_semantics'