mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-31 02:46:35 +08:00
We test our four production nameservers using `rspec`, and although that worked fine when we used GitHub actions with a curated Ruby, it didn't always work as well when running locally. With this commit we introduce a Gemfile which has the necessary Ruby dependencies, which make it easer to run the tests locally.
7 lines
71 B
Ruby
7 lines
71 B
Ruby
source 'https://rubygems.org'
|
|
|
|
ruby '3.4.2'
|
|
|
|
gem 'rspec'
|
|
gem 'rubocop'
|