Skip to content

Commit

Permalink
CI: fix builds for ruby 3.x (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecuyer committed May 23, 2022
1 parent b1c67e3 commit 9f9bfc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
end

group :test do
gem "rspec", '~> 3.4'
gem "rspec", "~> 3.0", "< 3.10" # resrict rspec version until https://github.com/rspec/rspec-support/pull/537 gets merged
gem "vcr", github: 'vcr/vcr', ref: '8ced6c96e01737a418cd270e0382a8c2c6d85f7f' # needs https://github.com/vcr/vcr/pull/907 for ruby 3.1
gem "webmock"
gem "simplecov"
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Internal improvements:

Testing improvements:

* Fix builds for ruby 3.x

Others:

v3.1.0 (2022-18-01)
Expand Down

0 comments on commit 9f9bfc0

Please sign in to comment.