回答編集履歴

1

追記

2016/10/17 16:00

投稿

cameluby
cameluby

スコア891

test CHANGED
@@ -11,3 +11,17 @@
11
11
  gem 'google-api-client'
12
12
 
13
13
  ```
14
+
15
+
16
+
17
+ 追記
18
+
19
+
20
+
21
+ 以下の指定でどうでしょうか?
22
+
23
+ ```ruby
24
+
25
+ gem 'google-api-client', '~> 0.9.15', :require => 'google/api_client'
26
+
27
+ ```