AliSoftware / OHHTTPStubs

Stub your network requests easily! Test your apps with fake network data and custom response time, response code and headers!
MIT License
5.03k stars 602 forks source link

Specify ruby version and use bundler to fix gem versions #367

Open Liquidsoul opened 5 months ago

Liquidsoul commented 5 months ago

Checklist

Description

Motivation and Context

When developing on the project, it can be difficult to ensure a consistent environment when the tools used or their versions are not specified somewhere.
This PR tries to help by specifying the ruby environment that should be used when running the various tasks.

AliSoftware commented 5 months ago

Done some similar work in https://github.com/AliSoftware/OHHTTPStubs/pull/368 just now