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,6 +1,12 @@
sudo: required
dist: trusty
language: ruby language: ruby
rvm: rvm:
- "1.9.3" - "1.9.3"
- "2.2.4" before_install:
- sudo apt-get -qq update
- sudo apt-get install -y build-essential patch libxslt-dev libxml2-dev
- gem install --verbose nokogiri -v 1.6.4
bundler_args: --without production
script: bundle exec nanoc script: bundle exec nanoc

View file

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

View file

@ -1,5 +1,4 @@
GEM GEM
remote: http://gems.github.com/
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
addressable (2.4.0) addressable (2.4.0)