Skip to content

Commit

Permalink
Update oauth dependency to ~> 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 20, 2023
1 parent 50f67a6 commit 90bad0a
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 @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "geokit", "~> 1.9"
spec.add_dependency "htmlentities", "~> 4.3"
spec.add_dependency "launchy", "~> 2.4"
spec.add_dependency "oauth", "~> 0.5.1"
spec.add_dependency "oauth", "~> 1.1"
spec.add_dependency "retryable", "~> 3.0"
spec.add_dependency "thor", [">= 0.19.1", "< 2"]
spec.add_dependency "twitter", "~> 8.0"
Expand Down

0 comments on commit 90bad0a

Please sign in to comment.