Skip to content

Commit

Permalink
Merge branch 'master' of github.com:storyblok/storyblok-ruby
Browse files Browse the repository at this point in the history
* 'master' of github.com:storyblok/storyblok-ruby:
  Allow usage of rest-client > 1.99
  • Loading branch information
onefriendaday committed Feb 7, 2018
2 parents 2b9ffe0 + c1bdcf1 commit c0bfe62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storyblok.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^spec/})
gem.require_paths = ['lib']

gem.add_dependency 'rest-client', '~> 1.8'
gem.add_dependency 'rest-client', '>= 1.8.0', '< 3'

gem.add_development_dependency 'bundler', '~> 1.5'
gem.add_development_dependency 'rspec', '~> 3'
Expand Down

0 comments on commit c0bfe62

Please sign in to comment.