Skip to content

Commit 6501b96

Browse files
authored
Merge pull request #148 from OpenTabletDriver/dependabot/bundler/site/jekyll-4.3.3
build(deps): bump jekyll from 4.3.2 to 4.3.3 in /site
2 parents 4b7a93d + 57abf81 commit 6501b96

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

site/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source "https://rubygems.org"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1313
# uncomment the line below. To upgrade, run `bundle update github-pages`.
14-
gem 'jekyll', '~> 4.3', '>= 4.3.2'
14+
gem 'jekyll', '~> 4.3'
1515
# If you have any plugins, put them here!
1616
group :jekyll_plugins do
1717
gem 'jekyll-github-metadata', '~> 2.16'

site/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.5)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
base64 (0.2.0)
77
colorator (1.1.0)
@@ -21,7 +21,7 @@ GEM
2121
http_parser.rb (0.8.0)
2222
i18n (1.14.1)
2323
concurrent-ruby (~> 1.0)
24-
jekyll (4.3.2)
24+
jekyll (4.3.3)
2525
addressable (~> 2.4)
2626
colorator (~> 1.0)
2727
em-websocket (~> 0.5)
@@ -66,8 +66,8 @@ GEM
6666
rouge (4.2.0)
6767
ruby2_keywords (0.0.5)
6868
safe_yaml (1.0.5)
69-
sass-embedded (1.69.5-x86_64-linux-gnu)
70-
google-protobuf (~> 3.23)
69+
sass-embedded (1.69.6-x86_64-linux-gnu)
70+
google-protobuf (~> 3.25)
7171
sawyer (0.9.2)
7272
addressable (>= 2.3.5)
7373
faraday (>= 0.17.3, < 3)
@@ -81,7 +81,7 @@ PLATFORMS
8181

8282
DEPENDENCIES
8383
http_parser.rb (~> 0.6.0)
84-
jekyll (~> 4.3, >= 4.3.2)
84+
jekyll (~> 4.3)
8585
jekyll-github-metadata (~> 2.16)
8686
tzinfo (>= 1, < 3)
8787
tzinfo-data

0 commit comments

Comments
 (0)