Skip to content

Commit

Permalink
loosens Addressable version for JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbegin committed Dec 22, 2015
1 parent 7183303 commit 853b3b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ platforms :jruby do
gem 'jruby-openssl'
end

platforms :ruby_18 do
if (RUBY_VERSION > '1.8.7' && (defined?(RUBY_ENGINE) && RUBY_ENGINE == "ruby")) ||
gem 'addressable', '>= 2.3.6'
else
gem 'addressable', '< 2.4.0'
end
1 change: 0 additions & 1 deletion webmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|

s.rubyforge_project = 'webmock'

s.add_dependency 'addressable', '>= 2.3.6'
s.add_dependency 'crack', '>=0.3.2'
s.add_dependency 'hashdiff'

Expand Down

0 comments on commit 853b3b3

Please sign in to comment.