Skip to content

Commit 4496c26

Browse files
committed
Gemfile: Lock rspec version, newer breakes CI
1 parent 2a2d448 commit 4496c26

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Gemfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ gem "rubocop", "~> 0.64.0", require: false
1313
group :test do
1414
gem "webmock"
1515
gem "vcr", "~> 6.0"
16-
gem "rspec"
16+
17+
# Hardcoding these gems as the newer version makes the tests fail in Ruby 3
18+
# See https://github.com/zendesk/zendesk_api_client_rb/runs/5013748785?check_suite_focus=true#step:4:59
19+
# NOTE: This affects previous build re-runs because we don't store Gemfile.lock
20+
gem "rspec-support", "3.10.3"
21+
gem "rspec-core", "3.10.1"
22+
gem "rspec-expectations", "3.10.2"
23+
gem "rspec-mocks", "3.10.2"
24+
gem "rspec", "3.10.0"
1725

1826
# only used for uploads testing
1927
gem "actionpack", ">= 5.2.4.6"

0 commit comments

Comments
 (0)