diff options
author | David RodrÃguez <[email protected]> | 2023-10-26 22:17:09 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-13 11:06:10 +0900 |
commit | a4d80eee179cf4d0b126aa8c61888b7e08795a85 () | |
tree | 33bfed98764f21b8b497a93f9d924fc483cecd51 /spec/bundler/commands/version_spec.rb | |
parent | 50482cd1e5542f210565440bed7586821f774a29 (diff) |
[rubygems/rubygems] Let RuboCop target Ruby 3.0
https://.com/rubygems/rubygems/commit/70243b1d72
-rw-r--r-- | spec/bundler/commands/version_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ require_relative "../support/path" RSpec.describe "bundle version" do if Spec::Path.ruby_core? - COMMIT_HASH = /unknown|[a-fA-F0-9]{7,}/.freeze else - COMMIT_HASH = /[a-fA-F0-9]{7,}/.freeze end context "with -v" do |