Project

General

Profile

« Previous | Next » 

Revision 099f496e

Added by Dominic Cleal over 8 years ago

Pin addressable to pre-2.4 for Ruby 1.8 support

Scheduled to be released in 2.4.0:
https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md#addressable-240

View differences:

.sync.yml
extra:
- gem: json
- gem: webmock
- gem: addressable
version: '< 2.4'
options:
platforms:
- 'ruby_18'
Rakefile:
param_docs_pattern:
- manifests/cli.pp
Gemfile
gem 'rspec', '< 3.2.0', {"platforms"=>["ruby_18"]}
gem 'json'
gem 'webmock'
gem 'addressable', '< 2.4', {"platforms"=>["ruby_18"]}
# vim:ft=ruby

Also available in: Unified diff