Skip to content

Commit dba7ec9

Browse files
committed
Update Gemfile.lock
After the previous security update commit, as is usually the case, I got an error when trying to run the site om my local machine. Running ``` bundle clean --force ``` seems to have helped. I got that idea from https://stackoverflow.com/a/50542424/126014, but as usual, when it comes to Ruby and its ecosystem, I really have no idea what I'm doing.
1 parent c3f4c2c commit dba7ec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ GEM
7070
tzinfo-data (1.2023.4)
7171
tzinfo (>= 1.0.0)
7272
unicode-display_width (2.5.0)
73+
wdm (0.1.1)
7374
webrick (1.8.1)
7475

7576
PLATFORMS
@@ -84,6 +85,7 @@ DEPENDENCIES
8485
jekyll-sitemap
8586
pygments.rb
8687
tzinfo-data
88+
wdm (>= 0.1.0)
8789

8890
BUNDLED WITH
8991
2.5.10

0 commit comments

Comments
 (0)