Files
rbproj/Gemfile
Andrea 902b185d96
Some checks failed
Run tests / test-project (push) Failing after 3s
chore: add tests workflow
2025-09-03 12:03:22 +02:00

11 lines
156 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
# gem "rails"
gem 'minitest', '~> 5.25'
gem 'rake', '~> 13.3'
gem 'rubocop', require: false