diff options
author | David RodrÃguez <[email protected]> | 2024-08-19 13:50:55 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-08-21 12:06:43 +0000 |
commit | 3ebe249ce1f93db9c6178230ae21166e35579da6 () | |
tree | 02600709a52558666f2cfccf19d1c48cf9f85789 | |
parent | 54b6025887f46b5317c6917fe8c5d630013f923a (diff) |
[rubygems/rubygems] Add better error when trying to develop RubyGems with an unsupported Ruby version
https://.com/rubygems/rubygems/commit/9d41c4088a
-rw-r--r-- | spec/bundler/support/rubygems_ext.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # frozen_string_literal: true require_relative "path" $LOAD_PATH.unshift(Spec::Path.source_lib_dir.to_s) |