source 'https://rubygems.org'
gem 'jekyll'
group :jekyll_plugins do
    gem 'jekyll-locale', git: 'https://github.com/hellcp/jekyll-locale.git', ref: '1a9ba57'
    gem 'jekyll-redirect-from'
    gem 'jekyll-theme-opensuse', :git => 'https://github.com/opensuse/jekyll-theme.git', :branch => "l10n-feat"
end
gem 'faraday'
gem 'faraday_middleware'
gem 'human_size'
gem 'rake'
