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
58 changes: 28 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
activesupport (5.2.3)
activesupport (5.2.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
attr_extras (5.2.0)
autoprefixer-rails (8.0.0)
execjs
bcrypt (3.1.13)
bcrypt (3.1.16)
chronic (0.10.2)
chunky_png (1.3.11)
chunky_png (1.4.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -32,39 +32,37 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.1.5)
crass (1.0.4)
concurrent-ruby (1.1.8)
crass (1.0.6)
daemons (1.3.1)
dragonfly (1.2.0)
dragonfly (1.2.1)
addressable (~> 2.3)
multi_json (~> 1.0)
rack (>= 1.3)
duktape (1.6.1.0)
duktape (2.0.1.1)
eventmachine (1.2.7)
execjs (2.7.0)
execjs (2.8.1)
faker (1.9.3)
i18n (>= 0.7)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
ffi (1.11.1)
ffi (1.15.0)
haml (4.0.7)
tilt
httparty (0.16.4)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.6.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
kramdown (1.16.2)
liquid (4.0.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
locomotivecms-liquid (4.0.0)
locomotivecms-solid (4.0.1)
locomotivecms-liquid (~> 4.0.0)
locomotivecms_coal (1.6.0.rc1)
activesupport (>= 5.1.5, < 6.0)
faraday (~> 0.15.4)
Expand All @@ -76,25 +74,25 @@ GEM
attr_extras (~> 5.2.0)
colorize
stringex (~> 2.8.2)
locomotivecms_steam (1.5.0.rc0)
locomotivecms_steam (1.5.0.rc1)
RedCloth (~> 4.3.2)
autoprefixer-rails (~> 8.0.0)
bcrypt (~> 3.1.11)
chronic (~> 0.10.2)
coffee-script (~> 2.4.1)
compass (~> 1.0.3)
dragonfly (~> 1.2.0)
duktape (~> 1.6.1.0)
duktape (~> 2.0.1.1)
httparty (~> 0.16.0)
kramdown (~> 1.16.2)
locomotivecms-solid (~> 4.0.1)
liquid (~> 4.0.3)
locomotivecms_common (~> 0.3.1)
mime-types (~> 3.1.0)
mimetype-fu (~> 0.1.2)
moneta (~> 1.0.0)
morphine (~> 0.1.1)
multi_json (~> 1.13.1)
nokogiri (~> 1.8.2)
nokogiri (~> 1.10.4)
pony (~> 1.12)
rack-cache (~> 1.7.0)
rack-rewrite (~> 1.5.1)
Expand All @@ -119,34 +117,34 @@ GEM
mini_mime (>= 0.1.1)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mime-types-data (3.2021.0225)
mimetype-fu (0.1.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
mini_mime (1.1.0)
mini_portile2 (2.4.0)
minitest (5.14.4)
moneta (1.0.0)
morphine (0.1.1)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
neatjson (0.8.4)
netrc (0.11.0)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogumbo (1.5.0)
nokogiri
oj (3.7.12)
pony (1.13.1)
mail (>= 2.0)
public_suffix (3.1.0)
rack (2.0.7)
public_suffix (4.0.6)
rack (2.2.3)
rack-cache (1.7.2)
rack (>= 0.4)
rack-rewrite (1.5.1)
rack_csrf (2.6.0)
rack (>= 1.1.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
ruby_dep (1.5.0)
sanitize (4.6.6)
Expand All @@ -165,7 +163,7 @@ GEM
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.9)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand Down