Use twiddle-wakka for dependency example in Gemfile

This just bit me because of an "uninitialized constant Google::Apis::Core::JsonObjectSupport" error with generated API files, so I thought I would fix this up for someone in the future.

For dependency resolution, this specifies any version of 'google-api-client' 0.9 is valid, but 1.0 is not.
This commit is contained in:
@rubynerd 2016-08-02 21:15:20 +01:00 committed by GitHub
parent 7b6fa357f6
commit 7ab804fa57
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'
```