Skip to content

Commit

Permalink
Update retryable dependency to ~> 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 13, 2020
1 parent 5b15668 commit d8b549f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'htmlentities', '~> 4.3'
spec.add_dependency 'launchy', '~> 2.4'
spec.add_dependency 'oauth', '~> 0.5.1'
spec.add_dependency 'retryable', '~> 2.0'
spec.add_dependency 'retryable', '~> 3.0'
spec.add_dependency 'thor', ['>= 0.19.1', '< 2']
spec.add_dependency 'twitter', '~> 6.0'
spec.author = 'Erik Berlin'
Expand Down

1 comment on commit d8b549f

@cooljeanius
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you update whichever dependency is dragging in httprb/http for #452 too please?

Please sign in to comment.