Skip to content

Commit

Permalink
Up version google api client (#57)
Browse files Browse the repository at this point in the history
* Upgrade to ruby 2.7.1

* Increment version of google-api-client to 0.43.0
  • Loading branch information
Nerian committed Oct 7, 2020
1 parent 147d77f commit 057a557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.7.1
2 changes: 1 addition & 1 deletion candy_check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 2.4")

spec.add_dependency "google-api-client", "~> 0.34.0"
spec.add_dependency "google-api-client", "~> 0.43.0"
spec.add_dependency "multi_json", "~> 1.10"
spec.add_dependency "thor", "~> 0.19"

Expand Down

0 comments on commit 057a557

Please sign in to comment.