Skip to content

Commit

Permalink
lock down vcr gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin authored Oct 8, 2023
1 parent a01df98 commit 3608107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payroll_hero-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'vcr'
spec.add_development_dependency 'vcr', '< 6.2'
spec.add_development_dependency 'webmock'
spec.add_development_dependency 'rack', '< 2.0.0' # requires ruby >= 2.2.2 for 2.0
# Version locked as 1.10.4 has known installation issues
Expand Down

0 comments on commit 3608107

Please sign in to comment.