Gemfile in ruby_version-1.0.2 vs Gemfile in ruby_version-1.0.3
- old
+ new
@@ -1,4 +1,11 @@
source 'https://rubygems.org'
gemspec
+### ### ###
+
+# 3.2 workaround for RSpec 2.99, see https://bugs.ruby-lang.org/issues/17391
+def File.exists?(f)exist?(f)end unless defined? File.exists?
+
+### ### ###
+