We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b071a5 commit 75c08b0Copy full SHA for 75c08b0
1 file changed
Gemfile
@@ -2,9 +2,9 @@ source "https://rubygems.org"
2
3
#ruby ">=3.2"
4
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
+# if Gem::Version.new(Bundler::VERSION) < Gem::Version.new("2.3.4")
+# abort "Update your Bundler version to '>=2.3.4' to be future proof."
+# end
8
9
# Hello! This is where you manage which Jekyll version is used to run.
10
# When you want to use a different version, change it below, save the
0 commit comments