Skip to content

Commit

Permalink
gemspec: Allow Countries gem 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jul 29, 2024
1 parent 38f9a07 commit c232afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -84,6 +84,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion facebookbusiness.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c232afa

Please sign in to comment.