Skip to content

Commit d0da5fa

Browse files
committed
Update Jekyll theme version and fix Gemfile.lock
1 parent 308dc82 commit d0da5fa

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.3"
44
gem "webrick"
5-
gem "bulma-clean-theme", '1.0.0'
5+
gem "bulma-clean-theme", '1.0.3'

Gemfile.lock

+2-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
6-
bulma-clean-theme (1.0.0)
6+
bulma-clean-theme (1.0.3)
77
jekyll (>= 4.3, < 5.0)
88
jekyll-feed (~> 0.15)
99
jekyll-paginate (~> 1.1)
@@ -17,12 +17,8 @@ GEM
1717
http_parser.rb (~> 0)
1818
eventmachine (1.2.7)
1919
ffi (1.17.0)
20-
ffi (1.17.0-arm64-darwin)
21-
ffi (1.17.0-x86_64-darwin)
2220
forwardable-extended (2.6.0)
2321
google-protobuf (3.23.4)
24-
google-protobuf (3.23.4-arm64-darwin)
25-
google-protobuf (3.23.4-x86_64-darwin)
2622
http_parser.rb (0.8.0)
2723
i18n (1.14.5)
2824
concurrent-ruby (~> 1.0)
@@ -76,10 +72,6 @@ GEM
7672
sass-embedded (1.58.3)
7773
google-protobuf (~> 3.21)
7874
rake (>= 10.0.0)
79-
sass-embedded (1.58.3-arm64-darwin)
80-
google-protobuf (~> 3.21)
81-
sass-embedded (1.58.3-x86_64-darwin)
82-
google-protobuf (~> 3.21)
8375
strscan (3.1.0)
8476
terminal-table (3.0.2)
8577
unicode-display_width (>= 1.1.1, < 3)
@@ -92,10 +84,8 @@ PLATFORMS
9284
x86_64-linux
9385

9486
DEPENDENCIES
95-
bulma-clean-theme (= 1.0.0)
87+
bulma-clean-theme (= 1.0.3)
9688
jekyll (~> 4.3)
97-
jekyll-seo-tag
98-
jekyll-sitemap
9989
webrick
10090

10191
BUNDLED WITH

0 commit comments

Comments
 (0)