summaryrefslogtreecommitdiff
path: root/include/ruby/internal/core/rbasic.h
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <[email protected]>2020-05-25 20:06:49 +0900
committerKazuhiro NISHIYAMA <[email protected]>2020-05-25 20:08:30 +0900
commitfcc8be0198a16cc5fa7d4827be0c781209b70f98 (patch)
tree38646ab761122fc9ac960cc89ddc5759ec245a8a /include/ruby/internal/core/rbasic.h
parent67d2a715ca35090fbb3ab13df5b7348b1807dd47 (diff)
Fix a failure in bundle version with version outputs the version with build metadata
``` 1) bundle version with version outputs the version with build metadata Failure/Error: expect(out).to match(/\ABundler version #{Regexp.escape(Bundler::VERSION)} \(\d{4}-\d{2}-\d{2} commit #{COMMIT_HASH}\)\z/) expected "Bundler version 2.2.0.dev (2020-05-25 commit )" to match /\ABundler version 2\.2\.0\.dev \(\d{4}-\d{2}-\d{2} commit (?-mix:unknown|[a-fA-F0-9]{7,})\)\z/ Diff: @@ -1,2 +1,2 @@ -/\ABundler version 2\.2\.0\.dev \(\d{4}-\d{2}-\d{2} commit (?-mix:unknown|[a-fA-F0-9]{7,})\)\z/ +"Bundler version 2.2.0.dev (2020-05-25 commit )" Commands: $ /home/user/snapshot-master/ruby -I/home/user/snapshot-master/spec/bundler -r/home/user/snapshot-master/spec/bundler/support/artifice/fail.rb -r/home/user/snapshot-master/spec/bundler/support/hax.rb /home/user/snapshot-master/tmp/1/gems/system/bin/bundle version Bundler version 2.2.0.dev (2020-05-25 commit ) # $? => 0 ```
Diffstat (limited to 'include/ruby/internal/core/rbasic.h')
0 files changed, 0 insertions, 0 deletions