Skip to content

Commit

Permalink
Merge pull request #2130 from wkalt/maint/4.2.x/pin-addressable
Browse files Browse the repository at this point in the history
(maint) pin addressable gem to avoid ruby 2 dependency
  • Loading branch information
mullr committed Nov 17, 2016
2 parents 4bbbe6d + 3122727 commit 47c6eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ group :test do
# Pinning for Ruby < 2.2.0 support
gem 'activesupport', '~> 4.2'

# addressable 2.5 requires public_suffix, which requires ruby 2.
gem 'addressable', '< 2.5.0'

# Pinning to work-around an incompatiblity with 2.14 in puppetlabs_spec_helper
gem 'rspec', '~> 3.1'
gem 'puppetlabs_spec_helper', '0.10.3', :require => false
Expand Down

0 comments on commit 47c6eb1

Please sign in to comment.