diff options
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 16 | ||||
-rw-r--r-- | Gemfile.lock | 20 |
2 files changed, 15 insertions, 21 deletions
@@ -2,20 +2,10 @@ source "https://rubygems.org" gem "jekyll" gem "texture" +gem "kramdown-parser-gfm" +gem "webrick" +gem "json" group :jekyll_plugins do gem "jekyll-feed" end - -# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem -# and associated library. -install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do - gem "tzinfo" - gem "tzinfo-data" -end - -gem "kramdown-parser-gfm" - -gem "webrick" - -gem "json" diff --git a/Gemfile.lock b/Gemfile.lock index 4c85494..bb945d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,10 @@ GEM eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (3.25.2) + google-protobuf (3.25.3) + google-protobuf (3.25.3-arm64-darwin) + google-protobuf (3.25.3-x86_64-darwin) + google-protobuf (3.25.3-x86_64-linux) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -62,20 +65,23 @@ GEM sass-embedded (1.69.5) google-protobuf (~> 3.23) rake (>= 13.0.0) + sass-embedded (1.69.5-arm64-darwin) + google-protobuf (~> 3.23) + sass-embedded (1.69.5-x86_64-darwin) + google-protobuf (~> 3.23) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) texture (0.5) jekyll (>= 3.7) jekyll-seo-tag (>= 2.1) - tzinfo (2.0.6) - concurrent-ruby (~> 1.0) - tzinfo-data (1.2024.1) - tzinfo (>= 1.0.0) unicode-display_width (2.5.0) webrick (1.8.1) PLATFORMS + arm64-darwin ruby + x86_64-darwin + x86_64-linux DEPENDENCIES jekyll @@ -83,9 +89,7 @@ DEPENDENCIES json kramdown-parser-gfm texture - tzinfo - tzinfo-data webrick BUNDLED WITH - 2.4.6 + 2.5.6 |