Skip to content

Commit 6590f59

Browse files
austbrbrw
authored andcommitted
(maint) Remove old dependencies and pins
1 parent 7b0199a commit 6590f59

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

Gemfile

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,11 @@ group :test do
2828
# Add test-unit for ruby 2.2+ support (has been removed from stdlib)
2929
gem 'test-unit'
3030

31-
# Pinning for Ruby 1.9.3 support
32-
gem 'json_pure', '~> 1.8'
33-
# Pinning for Ruby < 2.2.0 support
34-
gem 'activesupport', '~> 4.2'
31+
gem 'rspec'
3532

36-
# addressable 2.5 requires public_suffix, which requires ruby 2.
37-
gem 'addressable', '< 2.5.0'
38-
39-
# Pinning to work-around an incompatiblity with 2.14 in puppetlabs_spec_helper
40-
gem 'rspec', '~> 3.1'
41-
gem 'puppetlabs_spec_helper', '0.10.3', :require => false
42-
43-
# docker-api 1.32.0 requires ruby 2.0.0
44-
gem 'docker-api', '1.31.0'
33+
# FIXME: going to version 1.0.0 breaks a lot of rspec tests. The changelog
34+
# doesn't list any breaking changes, so we'll need to investigate more.
35+
gem 'puppetlabs_spec_helper', '0.10.3'
4536

4637
case puppet_ref
4738
when "latest"

0 commit comments

Comments
 (0)