Skip to content

Commit

Permalink
Merge pull request #1286 from CollageLabs/dependabot/bundler/jekyll-4…
Browse files Browse the repository at this point in the history
….3.3

build(deps): bump jekyll from 4.3.2 to 4.3.3
  • Loading branch information
LuisAlejandro authored Jan 10, 2024
2 parents 2edc681 + 8cdabc2 commit c684322
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby '>= 3.0'

gem 'jekyll', '4.3.2'
gem 'jekyll', '4.3.3'
gem 'jekyll-paginate-v2', '3.0.0'
gem 'amp-jekyll', '1.0.3'
gem 'octopress-minify-html', '1.3.1'
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
amp-jekyll (1.0.3)
fastimage (>= 1.8.0)
jekyll (>= 3.0, < 5.0)
nokogiri (>= 1.6.0)
colorator (1.1.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
css_press (0.3.2)
csspool-st (= 3.1.2)
json
Expand All @@ -19,19 +19,19 @@ GEM
eventmachine (1.2.7)
execjs (2.8.1)
fastimage (2.2.6)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-linux)
google-protobuf (3.25.2-aarch64-linux)
google-protobuf (3.25.2-x86_64-linux)
html_press (0.8.2)
htmlentities
multi_css (>= 0.1.0)
multi_js (>= 0.1.0)
htmlentities (4.3.4)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -79,24 +79,24 @@ GEM
octopress-hooks
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
public_suffix (5.0.4)
racc (1.6.2)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.1)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.69.7-aarch64-linux-gnu)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86_64-linux-gnu)
google-protobuf (~> 3.25)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
Expand All @@ -105,7 +105,7 @@ PLATFORMS

DEPENDENCIES
amp-jekyll (= 1.0.3)
jekyll (= 4.3.2)
jekyll (= 4.3.3)
jekyll-paginate-v2 (= 3.0.0)
octopress-minify-html (= 1.3.1)
webrick (= 1.8.1)
Expand Down

0 comments on commit c684322

Please sign in to comment.