Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gemspec: Allow Countries gem 6.x #213

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -86,6 +86,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
Loading