-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Locked in all Gemfile dependencies * Locked in all related apt-get installed package dependencies * Removed apt-get upgrade run from Dockerfile to make the above have any meaning * Removed redundant bundle install from .rultor.yml install section given that this is also run from Maven (site target) anyhow.
- Loading branch information
1 parent
1ac243a
commit 582d124
Showing
4 changed files
with
16 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# | ||
# Just run "bundle" | ||
# | ||
source 'https://rubygems.org' | ||
ruby '2.2.4' | ||
gem 'jekyll', '2.4.0' | ||
gem 'sass' | ||
gem 'jekyll-sass' | ||
gem 'sass', '3.4.21' | ||
gem 'jekyll-sass', '1.2.2' | ||
gem 'jekyll-plantuml', '1.0.2' | ||
gem 'jekyll-press' | ||
gem 'jgd', '1.3' | ||
gem 'nokogiri' | ||
gem 'mail' | ||
gem 'uuidtools' | ||
gem 'liquid' | ||
gem 'redcarpet' | ||
gem 'nokogiri', '1.6.7.2' | ||
gem 'mail', '2.6.3' | ||
gem 'uuidtools', '2.1.5' | ||
gem 'liquid', '2.6.3' | ||
gem 'redcarpet', '3.3.4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters