Fix dependencies

This commit is contained in:
Stefan Schlott 2016-03-18 09:44:11 +01:00
parent c54d02c172
commit 2ecd4875ad
3 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,3 @@
source "http://gems.github.com"
source "http://rubygems.org"
gem 'nanoc', '~> 3.7.5'
@ -8,9 +7,11 @@ gem 'systemu', '~> 2.6.5'
gem 'adsf', '~> 1.2.0'
gem 'sass', '~> 3.4.21'
gem 'rdiscount', '~> 2.1.8'
gem 't', '~> 2.10.0'
gem 'nokogiri', '~> 1.6.4'
gem 'feedjira', '~> 2.0.0'
gem 'ri_cal', '~> 0.8.8'
gem 'rqrcode_png', '~> 0.1.5'
group :production do
gem 't', '~> 2.10.0'
end