Skip to content

Commit

Permalink
gemspec: Allow Countries gem 6.x (#213)
Browse files Browse the repository at this point in the history
Summary:
Countries, the gem, has released a 6.0.1 release, and we should allow that.

We added the version pin to "< 6" the last time this was updated.
56588d4

Pull Request resolved: #213

Reviewed By: liliarizona

Differential Revision: D61728769

Pulled By: stcheng

fbshipit-source-id: 189327e9bf99c5d17b26e0ee470505ed56188b91
  • Loading branch information
olleolleolle authored and facebook-github-bot committed Aug 24, 2024
1 parent 2870776 commit 0d359ad
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 @@ -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

0 comments on commit 0d359ad

Please sign in to comment.