Skip to content

Commit

Permalink
Fix CI build with ruby 2.7.x, add ruby 3.2.2 (#17)
Browse files Browse the repository at this point in the history
* lock down vcr gem

* add ruby 3.2 to the build mix
  • Loading branch information
mathieujobin authored Oct 11, 2023
1 parent a01df98 commit 66a840b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
gemfile: ["rails_7.0"]
ruby: [2.7]
include:
- gemfile: rails_7.0
ruby: '3.2'
- gemfile: rails_7.0
ruby: '3.1'
# - gemfile: rails_6.1
Expand Down
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 66a840b

Please sign in to comment.