Skip to content
Open
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
57 changes: 31 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.4)
activesupport (5.2.8.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
async (2.2.1)
console (~> 1.10)
io-event (~> 1.1.0)
timers (~> 4.1)
backports (3.19.0)
byebug (11.1.3)
coderay (1.1.3)
Expand All @@ -29,9 +33,11 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.7)
console (1.16.2)
fiber-local
contracts (0.16.0)
dotenv (2.7.6)
dry-configurable (0.12.0)
dry-configurable (0.12.1)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5.0)
dry-container (0.7.2)
Expand All @@ -57,37 +63,38 @@ GEM
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubis (2.7.0)
ethon (0.12.0)
ffi (>= 1.3.0)
ethon (0.15.0)
ffi (>= 1.15.0)
execjs (2.7.0)
fastimage (2.2.1)
ffi (1.14.2)
ffi (1.14.2-x64-mingw32)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
fiber-local (1.0.0)
generator (0.0.1)
haml (5.2.1)
temple (>= 0.8.0)
tilt
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hashie (3.6.0)
html-proofer (3.18.2)
html-proofer (5.0.0)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
parallel (~> 1.3)
async (~> 2.1)
nokogiri (~> 1.13)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-event (1.1.1)
kramdown (1.17.0)
lazy_priority_queue (0.1.1)
listen (3.3.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memoist (0.16.2)
mercenary (0.4.0)
method_source (1.0.0)
middleman (5.0.0.rc.1)
coffee-script (~> 2.2)
Expand Down Expand Up @@ -128,33 +135,29 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.5.1)
minitest (5.14.2)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
mini_portile2 (2.8.0)
minitest (5.16.3)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.11.4-x64-mingw32)
racc (~> 1.4)
nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4)
oj (3.10.18)
padrino-helpers (0.14.4)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.14.4)
tilt (>= 1.4.1, < 3)
padrino-support (0.14.4)
parallel (1.20.1)
pry (0.13.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
pry (>= 0.13, < 0.15)
public_suffix (4.0.6)
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rainbow (3.0.0)
rake (13.0.3)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -177,13 +180,15 @@ GEM
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
timers (4.3.5)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
yell (2.2.2)
zeitwerk (2.6.1)

PLATFORMS
ruby
Expand Down