Gemfile in purecloud-0.18.0 vs Gemfile in purecloud-0.25.0
- old
+ new
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-gem 'json'
+gem 'json', '~> 1.8', '>= 1.8.3'
gem 'yard'
-gem 'typhoeus'
+gem 'typhoeus', '~> 1.0', '>= 1.0.1'
gem 'rest-client'
gem 'minitest', '4.0.0'
gem 'gems'