Merge pull request #6130 from hashicorp/nrh/website-gems
Fix Website Gems
This commit is contained in:
commit
ef43617efd
|
@ -14,12 +14,12 @@ GIT
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (5.0.7)
|
||||
activesupport (5.0.7.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 0.7, < 2)
|
||||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
addressable (2.5.2)
|
||||
addressable (2.6.0)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
backports (3.11.3)
|
||||
builder (3.2.3)
|
||||
|
@ -30,9 +30,9 @@ GEM
|
|||
coffee-script-source (1.12.2)
|
||||
compass-import-once (1.0.5)
|
||||
sass (>= 3.2, < 3.5)
|
||||
concurrent-ruby (1.0.5)
|
||||
concurrent-ruby (1.1.4)
|
||||
contracts (0.13.0)
|
||||
dato (0.6.7)
|
||||
dato (0.6.18)
|
||||
activesupport (>= 4.2.7)
|
||||
addressable
|
||||
cacert
|
||||
|
@ -59,13 +59,13 @@ GEM
|
|||
erubis (2.7.0)
|
||||
eventmachine (1.2.7)
|
||||
execjs (2.7.0)
|
||||
faraday (0.15.2)
|
||||
faraday (0.15.4)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday_middleware (0.12.2)
|
||||
faraday_middleware (0.13.0)
|
||||
faraday (>= 0.7.4, < 1.0)
|
||||
fast_blank (1.0.0)
|
||||
fastimage (2.1.3)
|
||||
ffi (1.9.25)
|
||||
fastimage (2.1.5)
|
||||
ffi (1.10.0)
|
||||
haml (5.0.4)
|
||||
temple (>= 0.8.0)
|
||||
tilt
|
||||
|
@ -76,10 +76,10 @@ GEM
|
|||
domain_name (~> 0.5)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (0.7.0)
|
||||
imgix (1.1.0)
|
||||
imgix (1.2.2)
|
||||
addressable
|
||||
json (2.1.0)
|
||||
json_schema (0.19.1)
|
||||
json_schema (0.20.1)
|
||||
kramdown (1.17.0)
|
||||
listen (3.0.8)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
|
@ -149,12 +149,12 @@ GEM
|
|||
pusher-client (0.6.2)
|
||||
json
|
||||
websocket (~> 1.0)
|
||||
rack (2.0.5)
|
||||
rack (2.0.6)
|
||||
rack-livereload (0.3.17)
|
||||
rack
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rb-inotify (0.10.0)
|
||||
ffi (~> 1.0)
|
||||
redcarpet (3.4.0)
|
||||
rest-client (1.8.0)
|
||||
http-cookie (>= 1.0.2, < 2.0)
|
||||
|
@ -164,7 +164,7 @@ GEM
|
|||
sass (3.4.25)
|
||||
servolux (0.13.0)
|
||||
temple (0.8.0)
|
||||
thor (0.20.0)
|
||||
thor (0.20.3)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.8)
|
||||
toml (0.2.0)
|
||||
|
|
Loading…
Reference in New Issue