Skip to content

Commit

Permalink
Merge branch 'main' into add_sonic_netbox_blog
Browse files Browse the repository at this point in the history
  • Loading branch information
scoopex authored Nov 15, 2024
2 parents 4f1966f + e8ebd0e commit 74eaf6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: _gems/jekyll-assets
specs:
jekyll-assets (4.0.0.alpha)
activesupport (>= 5, < 8)
activesupport (>= 5, < 9)
execjs (~> 2.7)
extras (~> 0.2)
fastimage (~> 2.0, >= 1.8)
Expand All @@ -23,7 +23,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -35,10 +35,11 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
benchmark (0.3.0)
benchmark (0.4.0)
bibtex-ruby (6.1.0)
latex-decode (~> 0.0)
racc (~> 1.7)
Expand Down Expand Up @@ -174,6 +175,7 @@ GEM
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
uri (1.0.1)
webrick (1.8.2)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion _gems/jekyll-assets/jekyll-assets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.6.0"
s.add_runtime_dependency("execjs", "~> 2.7")
s.add_runtime_dependency("nokogiri", "~> 1.10")
s.add_runtime_dependency("activesupport", ">= 5", "< 8")
s.add_runtime_dependency("activesupport", ">= 5", "< 9")
s.add_runtime_dependency("sprockets", "~> 4.0.beta7")
s.add_runtime_dependency("fastimage", ">= 1.8", "~> 2.0")
s.add_runtime_dependency("liquid-tag-parser", ">= 1", "< 3")
Expand Down

0 comments on commit 74eaf6c

Please sign in to comment.