Skip to content
Snippets Groups Projects
Gemfile 321 B
Newer Older
  • Learn to ignore specific revisions
  • Tom Wiesing's avatar
    Tom Wiesing committed
    source 'https://rubygems.org'
    gem 'github-pages', group: :jekyll_plugins
    
    
    gem "sprockets", "~> 3.7"
    gem "webrick", "~> 1.7"
    
    Frederik Schaefer's avatar
    Frederik Schaefer committed
    
    # Fix ffi version to fix the following bug:
    #   ffi-1.17.0-x86_64-linux-musl requires rubygems version >= 3.3.22, which is
    #   incompatible with the current version, 2.7.6.2
    gem "ffi", "< 1.17.0"