Skip to content

Commit c227a0d

Browse files
authored
Merge pull request #480 from bastelfreak/github
rspec-github: Allow 3.x
2 parents c06c7bb + 5d2af29 commit c227a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppetlabs_spec_helper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 3'
3333
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
3434
spec.add_runtime_dependency 'puppet-syntax', '~> 4.1', '>= 4.1.1'
35-
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
35+
spec.add_runtime_dependency 'rspec-github', '>= 2.0', '< 4'
3636
spec.add_runtime_dependency 'rspec-puppet', '~> 5.0'
3737

3838
spec.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'

0 commit comments

Comments
 (0)