Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 10 lines 169 B view raw
1source 'https://rubygems.org' 2gemspec 3 4group :development, :test do 5 gem 'anystyle', github: 'inukshuk/anystyle' 6end 7 8group :debug do 9 gem 'debug', require: false 10end