From 67a69bd17eb1104057d34dcd43e4e913e2293912 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Sun, 29 Dec 2024 14:57:00 +0800 Subject: [PATCH] chore: update gems --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e1750b7..ee8266a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,15 +7,15 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.3.4" +gem "jekyll", "~> 4.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" +gem "minima", "> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.12" + gem "jekyll-feed", "> 0.12" gem "jekyll-asciidoc" end @@ -32,4 +32,4 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] -gem 'jekyll-archives' +gem "jekyll-archives"