diff --git a/lib/google/api_client/discovery/discovery.rb b/lib/google/api_client/discovery/discovery.rb index 3e90157eb..171a586d8 100644 --- a/lib/google/api_client/discovery/discovery.rb +++ b/lib/google/api_client/discovery/discovery.rb @@ -13,6 +13,7 @@ # limitations under the License. require "json" +require "addressable/template" module Google #:nodoc: class APIClient #:nodoc: @@ -21,4 +22,3 @@ module Google #:nodoc: end end end -