diff --git a/Gemfile.lock b/Gemfile.lock index 72fead96..d45db43b 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) @@ -86,6 +86,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'