Files
nip/Gemfile
Brian Cunnie f0d46d5d32 Bump Ruby 3.4.2 → 3.4.5
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.
2025-09-14 07:49:11 -07:00

7 lines
71 B
Ruby

source 'https://rubygems.org'
ruby '3.4.5'
gem 'rspec'
gem 'rubocop'