Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem "middleman", "~> 4.1"
gem "middleman-livereload", "~> 3.4"
gem "middleman-dato", "~> 0.5"
gem "yajl-ruby", "~> 1.3.1"
gem "json", "~> 1.8.3"
gem "json", "~> 2.3.0"
gem "rack", "~> 1.6.12"
gem "ffi", "~> 1.9.24"
79 changes: 36 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.7.1)
activesupport (4.2.11.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
backports (3.6.8)
blankslate (2.1.2.4)
cacert (0.5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -18,50 +18,46 @@ GEM
sass (>= 3.2, < 3.5)
concurrent-ruby (1.0.2)
contracts (0.13.0)
dato (0.1.10)
activesupport (= 4.2.7.1)
dato (0.7.13)
activesupport (>= 4.2.7)
addressable
downloadr
cacert
dato_json_schema
dotenv
faraday (>= 0.9.0)
faraday_middleware (>= 0.9.0)
fastimage
imgix (>= 0.3.1)
listen
mime-types
pusher-client
thor
toml
video_embed
domain_name (0.5.20160615)
unf (>= 0.0.5, < 1.0.0)
dato_json_schema (0.20.9)
dotenv (2.1.1)
downloadr (0.0.41)
addressable (~> 2.3)
rest-client (~> 1.7)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.2.0.1)
execjs (2.7.0)
faraday (0.9.2)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
faraday_middleware (1.0.0)
faraday (~> 1.0)
fast_blank (1.0.0)
fastimage (2.0.0)
addressable (~> 2)
fastimage (2.2.0)
ffi (1.9.25)
haml (5.1.2)
temple (>= 0.8.0)
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.4.4)
http-cookie (1.0.2)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
i18n (0.7.0)
imgix (1.1.0)
imgix (3.3.1)
addressable
json (1.8.6)
json (2.3.0)
kramdown (1.12.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -109,54 +105,51 @@ GEM
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
rack-livereload (~> 0.3.15)
mime-types (2.99.2)
minitest (5.9.0)
multipart-post (2.0.0)
netrc (0.11.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
minitest (5.14.1)
multipart-post (2.1.1)
padrino-helpers (0.13.3)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3)
activesupport (>= 3.1)
parallel (1.9.0)
parslet (1.5.0)
blankslate (~> 2.0)
parslet (1.8.2)
public_suffix (4.0.5)
pusher-client (0.6.2)
json
websocket (~> 1.0)
rack (1.6.12)
rack-livereload (0.3.16)
rack
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
sass (3.4.22)
semantic (1.4.1)
servolux (0.12.0)
temple (0.8.2)
thor (0.19.1)
thread_safe (0.3.5)
thor (1.0.1)
thread_safe (0.3.6)
tilt (1.4.1)
toml (0.1.2)
parslet (~> 1.5.0)
tzinfo (1.2.2)
toml (0.2.0)
parslet (~> 1.8.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (3.0.2)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
video_embed (0.1.0)
websocket (1.2.8)
yajl-ruby (1.3.1)

PLATFORMS
ruby

DEPENDENCIES
ffi (~> 1.9.24)
json (~> 1.8.3)
json (~> 2.3.0)
middleman (~> 4.1)
middleman-dato (~> 0.5)
middleman-livereload (~> 3.4)
Expand Down