nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 30 lines 605 B view raw
1source "https://rubygems.org" 2 3gem "jekyll" 4 5gem "jekyll-avatar" 6gem "jekyll-mentions" 7gem "jekyll-seo-tag" 8gem "jekyll-sitemap" 9gem "jemoji" 10 11# Optional dependencies: 12gem "jekyll-coffeescript" 13gem "jekyll-compose" 14#gem "jekyll-docs" 15gem "jekyll-favicon" 16gem "jekyll-feed", "~> 0.9" 17gem "jekyll-gist" 18gem "jekyll-paginate" 19gem "jekyll-polyglot" 20gem "jekyll-redirect-from" 21gem "kramdown-syntax-coderay" 22gem "mime-types", "~> 3.0" 23gem "rdoc", "~> 6.0" 24gem "tomlrb" 25 26platform :ruby, :mswin, :mingw, :x64_mingw do 27 gem "classifier-reborn", "~> 2.2" 28 gem "liquid-c", "~> 4.0" 29 gem "yajl-ruby", "~> 1.4" 30end