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'
Amolith created
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(-)
@@ -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'