Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
169 B
Ruby
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
source 'https://rubygems.org'
gemspec
group :development, :test do
gem 'anystyle', github: 'inukshuk/anystyle'
end
group :debug do
gem 'debug', require: false
end