Lock turbo_tests to 2.1.0 provisionally

turbo_tests 2.1.1 adds json to its dependency and the current bundler
does not take the standard library json and fails to build as a gem
before the installation.
This commit is contained in:
Nobuyoshi Nakada 2024-04-11 02:10:20 +09:00
Родитель 6a505d1b59
Коммит d60b2caa95
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3582D74E1FEE4465
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@ gem "rake", "~> 13.1"
gem "rb_sys"
gem "webrick", "~> 1.6"
gem "turbo_tests", "~> 2.1"
gem "turbo_tests", "= 2.1.0"
gem "parallel_tests", "< 3.9.0"
gem "parallel", "~> 1.19"
gem "rspec-core", "~> 3.12"