From c232afaf5174c7e6ce4bd5c66727ad27007367b2 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 29 Jul 2024 13:35:46 +0200 Subject: [PATCH] gemspec: Allow Countries gem 6.x --- Gemfile.lock | 3 ++- facebookbusiness.gemspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 42ee4604..1dbbab39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: facebookbusiness (20.0.0) concurrent-ruby (~> 1.1) - countries (>= 3, < 6) + countries (>= 3, < 7) faraday (~> 2.6) faraday-multipart (~> 1.0.4) json (~> 2.6) @@ -84,6 +84,7 @@ GEM PLATFORMS arm64-darwin-22 + arm64-darwin-23 x86_64-linux DEPENDENCIES diff --git a/facebookbusiness.gemspec b/facebookbusiness.gemspec index f1589b07..8463d2f0 100644 --- a/facebookbusiness.gemspec +++ b/facebookbusiness.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |s| s.add_dependency 'faraday', '~> 2.6' s.add_dependency 'faraday-multipart', '~> 1.0.4' s.add_dependency 'json', '~> 2.6' - s.add_dependency 'countries', '>= 3', '< 6' + s.add_dependency 'countries', '>= 3', '< 7' s.add_dependency 'money', '~> 6.13' s.add_development_dependency 'awesome_print', '~> 1.8'