summaryrefslogtreecommitdiff
path: root/pkgs/tools/misc/anystyle-cli/Gemfile
blob: 8d6364f03b201d1413ba1624d7a1570c089a553a (plain)
1
2
3
4
5
6
7
8
9
10
source 'https://rubygems.org'
gemspec

group :development, :test do
  gem 'anystyle', github: 'inukshuk/anystyle'
end

group :debug do
  gem 'debug', require: false
end