Merge pull request #443 from rxbynerd/patch-1

Use twiddle-wakka for dependency example in Gemfile
This commit is contained in:
Steve Bazyl 2016-08-03 14:12:12 -07:00 committed by GitHub
commit 7bd9570d60
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ migrate to the latest version.
Add this line to your application's Gemfile:
```ruby
gem 'google-api-client', '0.9'
gem 'google-api-client', '~> 0.9'
```