From ea52525e3adf1ad5b4065b03dd23deecde4b7624 Mon Sep 17 00:00:00 2001 From: GitButler Date: Fri, 8 Mar 2024 10:09:05 -0500 Subject: [PATCH] GitButler Integration Commit This is an integration commit for the virtual branches that GitButler is tracking. Due to GitButler managing multiple virtual branches, you cannot switch back and forth between git branches and virtual branches easily. If you switch to another branch, GitButler will need to be reinitialized. If you commit on this branch, GitButler will throw it away. Here are the branches that are currently applied: - Virtual branch (refs/gitbutler/Virtual-branch) branch head: 8d7d2c1e2b6e5d073c2e9eab95af2b7ce027a6f0 - Gemfile.lock - rubytree.gemspec Your previous branch was: refs/heads/master The sha for that commit was: c9653ba86476c3cc8883fc5e0aa670d52bc5930b For more information about what we're doing here, check out our docs: https://docs.gitbutler.com/features/virtual-branches/integration-branch --- Gemfile.lock | 2 +- rubytree.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 967cbdb..3f69099 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ DEPENDENCIES simplecov (~> 0.21) simplecov-lcov (~> 0.8) test-unit (~> 3.0) - yard (~> 0.0, >= 0.9.20) + yard (~> 0.0, >= 0.9.36) BUNDLED WITH 2.3.4 diff --git a/rubytree.gemspec b/rubytree.gemspec index 52dd4c3..46c6e1a 100644 --- a/rubytree.gemspec +++ b/rubytree.gemspec @@ -77,7 +77,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'simplecov', '~> 0.21' s.add_development_dependency 'simplecov-lcov', '~> 0.8' s.add_development_dependency 'test-unit', '~> 3.0' - s.add_development_dependency 'yard', '~> 0.0', '>= 0.9.20' + s.add_development_dependency 'yard', '~> 0.0', '>= 0.9.36' s.post_install_message = <<-END_MESSAGE ========================================================================