mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-09-26 19:51:10 +08:00

Our use of Ruby is limited to the tests which make sure the servers are running; still, I like to keep it up-to-date.
7 lines
71 B
Ruby
7 lines
71 B
Ruby
source 'https://rubygems.org'
|
|
|
|
ruby '3.4.5'
|
|
|
|
gem 'rspec'
|
|
gem 'rubocop'
|