Skip to content

Commit 75c08b0

Browse files
Remove bundler version check
1 parent 0b071a5 commit 75c08b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ source "https://rubygems.org"
22

33
#ruby ">=3.2"
44

5-
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new("2.3.4")
6-
abort "Update your Bundler version to '>=2.3.4' to be future proof."
7-
end
5+
# if Gem::Version.new(Bundler::VERSION) < Gem::Version.new("2.3.4")
6+
# abort "Update your Bundler version to '>=2.3.4' to be future proof."
7+
# end
88

99
# Hello! This is where you manage which Jekyll version is used to run.
1010
# When you want to use a different version, change it below, save the

0 commit comments

Comments
 (0)