Skip to content

Commit

Permalink
add various dependencies
Browse files Browse the repository at this point in the history
that are not of the default gems starting from Ruby 3.4.0.
  • Loading branch information
peterstadler committed Jan 9, 2025
1 parent 6bf58f4 commit d58e263
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]


gem "webrick", "~> 1.7"

# various dependencies that are not of the default gems starting from Ruby 3.4.0.
gem "csv"
gem "logger"
gem "base64"
gem "bigdecimal"
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.3.4)
csv (3.3.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -47,6 +50,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
mercenary (0.4.0)
minima (2.5.2)
jekyll (>= 3.5, < 5.0)
Expand Down Expand Up @@ -76,9 +80,13 @@ PLATFORMS
x86_64-darwin-20

DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
jekyll-sass-converter (~> 2.0)
logger
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
Expand Down

0 comments on commit d58e263

Please sign in to comment.