Skip to content
Closed
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 @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'awesome_print'

# the static website generator
gem 'middleman', '~> 4.3'
gem 'middleman', '~> 4.4'

# this extension adds blog-specific functionality
gem 'middleman-blog'
Expand Down
80 changes: 44 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.3)
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
awesome_print (1.8.0)
Expand All @@ -23,15 +24,15 @@ GEM
aws-sdk-v1 (1.67.0)
json (~> 1.4)
nokogiri (~> 1)
backports (3.17.2)
backports (3.21.0)
builder (3.2.4)
coderay (1.1.3)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colored (1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.9)
configure-s3-website (1.5.5)
deep_merge (= 1.0.0)
contracts (0.13.0)
Expand All @@ -42,22 +43,22 @@ GEM
http_parser.rb (~> 0.6.0)
erubis (2.7.0)
eventmachine (1.2.7)
execjs (2.7.0)
execjs (2.8.1)
exifr (1.3.6)
fast_blank (1.0.0)
fastimage (2.1.7)
ffi (1.13.1)
fastimage (2.2.4)
ffi (1.15.3)
filey-diff (2.0.0)
fspath (3.1.2)
haml (5.1.2)
haml (5.2.1)
temple (>= 0.8.0)
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.6.0)
htmlcompressor (0.2.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
image_optim (0.26.5)
exifr (~> 1.2, >= 1.2.2)
Expand All @@ -71,29 +72,30 @@ GEM
image_size (2.0.2)
in_threads (1.5.4)
json (1.8.6)
kramdown (1.17.0)
kramdown (2.3.1)
rexml
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.16.2)
method_source (1.0.0)
middleman (4.3.7)
middleman (4.4.0)
coffee-script (~> 2.2)
haml (>= 4.0.5)
kramdown (~> 1.2)
middleman-cli (= 4.3.7)
middleman-core (= 4.3.7)
kramdown (>= 2.3.0)
middleman-cli (= 4.4.0)
middleman-core (= 4.4.0)
middleman-blog (4.0.3)
addressable (~> 2.3)
middleman-core (>= 4.0.0)
tzinfo (>= 0.3.0)
middleman-cli (4.3.7)
middleman-cli (4.4.0)
thor (>= 0.17.0, < 2.0)
middleman-core (4.3.7)
activesupport (>= 4.2, < 6.0)
addressable (~> 2.3)
middleman-core (4.4.0)
activesupport (>= 6.1, < 7.0)
addressable (~> 2.4)
backports (~> 3.6)
bundler
bundler (~> 2.0)
contracts (~> 0.13.0)
dotenv
erubis
Expand All @@ -102,16 +104,18 @@ GEM
fastimage (~> 2.0)
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 0.9.0)
i18n (~> 1.6.0)
listen (~> 3.0.0)
memoist (~> 0.14)
padrino-helpers (~> 0.13.0)
padrino-helpers (~> 0.15.0)
parallel
rack (>= 1.4.5, < 3)
sassc (~> 2.0)
servolux
tilt (~> 2.0.9)
toml
uglifier (~> 3.0)
webrick
middleman-livereload (3.4.6)
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
Expand All @@ -135,30 +139,31 @@ GEM
mime-types (1.25.1)
mini_magick (4.10.1)
mini_portile2 (2.5.0)
minitest (5.14.1)
minitest (5.14.4)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.13.3.4)
padrino-helpers (0.15.1)
i18n (>= 0.6.7, < 2)
padrino-support (= 0.15.1)
tilt (>= 1.4.1, < 3)
padrino-support (0.13.3.4)
activesupport (>= 3.1)
parallel (1.19.2)
padrino-support (0.15.1)
parallel (1.20.1)
parslet (2.0.0)
progress (3.5.2)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.5)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack-livereload (0.3.17)
rack
rb-fsevent (0.10.4)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.0)
rexml (3.2.5)
rouge (3.20.0)
s3_website (1.7.6)
aws-sdk (~> 1)
Expand All @@ -176,12 +181,15 @@ GEM
colored (= 1.2)
temple (0.8.2)
thor (0.18.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.7)
thread_safe (~> 0.1)
toml (0.3.0)
parslet (>= 1.8.0, < 3.0.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.7.0)
zeitwerk (2.4.2)
zopfli (0.0.7)

PLATFORMS
Expand All @@ -192,7 +200,7 @@ DEPENDENCIES
builder
dotenv
image_optim_pack
middleman (~> 4.3)
middleman (~> 4.4)
middleman-blog
middleman-images!
middleman-livereload
Expand Down