Skip to content

Commit

Permalink
Add the benchmark gem to address deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Feb 24, 2025
1 parent 9fcfff5 commit 1ca42cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ group :jekyll_plugins do
# - https://github.com/Garanas/jekyll-transcode-image-filters

gem 'jekyll-transcode-image-filters', git: "https://github.com/Garanas/jekyll-transcode-image-filters"
gem "benchmark"

# Used to generate RFC5545 compatible feeds for calendars
# - https://github.com/Garanas/jekyll-icalendar-feed
Expand Down
2 changes: 2 additions & 0 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.3.5)
Expand Down Expand Up @@ -206,6 +207,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
benchmark
http_parser.rb (~> 0.6.0)
jekyll-category-pages
jekyll-feed
Expand Down

0 comments on commit 1ca42cc

Please sign in to comment.