Skip to content

Commit 46db15d

Browse files
committed
specify addressable version on ruby 1.8.7 platform
webmock required addressable version 2.3.6 or greater. a later has now required minimum ruby version to be 1.9. this commit specified which addressable version to use to travis tests pass while using ruby 1.8.7
1 parent f0c2166 commit 46db15d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ end
1515
group :test do
1616
gem 'childlabor'
1717
gem 'coveralls', '>= 0.5.7'
18+
gem 'addressable', '~> 2.3.6', :platforms => [:ruby_18]
1819
gem 'webmock', '>= 1.20'
1920
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
2021
gem 'rspec', '>= 3'

0 commit comments

Comments
 (0)