Skip to content
Merged
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,7 +4,7 @@ gem 'jekyll', '4.2.2'
gem 'webrick'

# Used for custom _plugins
gem 'activesupport', '~> 6.1.4'
gem 'activesupport', '~> 7.0.2'
gem 'liquid-tag-parser', '~> 2.0.2'

group :jekyll_plugins do
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.4.1)
activesupport (7.0.2.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
Expand Down Expand Up @@ -57,7 +56,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.0)
minitest (5.14.4)
minitest (5.15.0)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -83,19 +82,18 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.7.0)
zeitwerk (2.4.2)

PLATFORMS
aarch64-linux
ruby
x86_64-linux

DEPENDENCIES
activesupport (~> 6.1.4)
activesupport (~> 7.0.2)
jekyll (= 4.2.2)
jekyll-toc (~> 0.17.1)
liquid-tag-parser (~> 2.0.2)
webrick

BUNDLED WITH
2.2.27
2.3.12
2 changes: 1 addition & 1 deletion site-shared