Install more deployment deps so they get cached

This commit is contained in:
hadley 2015-11-10 10:54:37 -06:00
parent 059e8212e8
commit 5865a2dcff
2 changed files with 17 additions and 0 deletions

View File

@ -3,3 +3,6 @@ gem 'mime-types'
gem 'jekyll', '~>2.5.3'
gem 'dpl'
gem 'jmespath'
gem 'aws-sdk'
gem 'aws-sdk-core'
gem 'aws-sdk-resources'

View File

@ -1,6 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
aws-sdk (1.50.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
aws-sdk-core (2.1.35)
jmespath (~> 1.0)
aws-sdk-resources (2.1.35)
aws-sdk-core (= 2.1.35)
blankslate (2.1.2.4)
classifier-reborn (2.0.4)
fast-stemmer (~> 1.0)
@ -37,6 +44,7 @@ GEM
jekyll-watch (1.3.0)
listen (~> 3.0)
jmespath (1.1.3)
json (1.8.1)
kramdown (1.9.0)
liquid (2.6.3)
listen (3.0.4)
@ -44,6 +52,9 @@ GEM
rb-inotify (>= 0.9)
mercenary (0.3.5)
mime-types (2.6.2)
mini_portile (0.6.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
@ -64,6 +75,9 @@ PLATFORMS
ruby
DEPENDENCIES
aws-sdk
aws-sdk-core
aws-sdk-resources
dpl
jekyll (~> 2.5.3)
jmespath