Skip to content

Commit

Permalink
update gemspec for Ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wang committed Jun 1, 2015
1 parent 87eb52a commit 6f65a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ringcentral_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Gem::Specification.new do |s|
'lib/ringcentral_sdk/sdk.rb',
'test/test_setup.rb'
]
#s.required_ruby_version = '>= 1.8.7'
s.required_ruby_version = '>= 1.8.7'
s.add_dependency 'faraday', '~> 0.9', '>= 0.9'
s.add_dependency 'faraday_middleware', '~> 0', '>= 0'
s.add_dependency 'faraday_middleware-oauth2_refresh', '>= 0'
s.add_dependency 'mime', '>= 0'
s.add_dependency 'mime-types', '~> 2.5', '>= 2.5'
s.add_dependency 'mime-types', '>= 1.25', # >= 1.9 '~> 2.5', '>= 2.5'
s.add_dependency 'multi_json', '>= 0'
s.add_dependency 'oauth2', '>= 0'
s.add_dependency 'test-unit', '>= 0'
Expand Down

0 comments on commit 6f65a49

Please sign in to comment.