Skip to content

Commit

Permalink
Install more deployment deps so they get cached
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 10, 2015
1 parent 059e821 commit 5865a2d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -37,13 +44,17 @@ 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)
rb-fsevent (>= 0.9.3)
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)
Expand All @@ -64,6 +75,9 @@ PLATFORMS
ruby

DEPENDENCIES
aws-sdk
aws-sdk-core
aws-sdk-resources
dpl
jekyll (~> 2.5.3)
jmespath
Expand Down

0 comments on commit 5865a2d

Please sign in to comment.