Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 31, 2025

  • Analyze repository and identify Ruby 3.2 compatibility issues
  • Fix File.exists?File.exist? (removed in Ruby 3.2)
  • Fix FixnumInteger (removed in Ruby 3.2)
  • Fix YAML::quick_emit Hash monkey-patch (removed long ago)
  • Fix RuntimError typo → RuntimeError
  • Fix empty pathspec issue in commit diff
  • Add source to Gemfile
  • Remove deprecated has_rdoc from gemspec
  • Update tests to work with modern RSpec syntax (be_truebe true)
  • Add spec_helper.rb with RSpec configuration for should syntax
  • Add git user config to test setup for bare repository tests
  • Add CI workflow with GitHub Actions (Ruby 3.0, 3.1, 3.2, 3.3)
  • Verify all 29 tests pass
  • Remove vendor and .bundle folders from git tracking (already in .gitignore)
Original prompt

update git_store for Ruby 3.2, add CI and make all tests pass


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits December 31, 2025 15:03
Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
Copilot AI changed the title [WIP] Update git_store for Ruby 3.2 and add CI Update git_store for Ruby 3.2 compatibility and add CI Dec 31, 2025
Copilot AI requested a review from georgi December 31, 2025 15:11
Copy link
Owner

@georgi georgi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add vendor to gitignore and remove the folder from commit

Co-authored-by: georgi <19498+georgi@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 31, 2025

add vendor to gitignore and remove the folder from commit

Removed vendor/ and .bundle/ folders from git tracking in commit 629e8f9. They were already in .gitignore but had been accidentally committed earlier.

Copilot AI requested a review from georgi December 31, 2025 17:09
@georgi georgi marked this pull request as ready for review December 31, 2025 17:34
@georgi georgi merged commit 5565c74 into master Dec 31, 2025
4 checks passed
@georgi georgi deleted the copilot/update-git-store-ruby-3-2 branch December 31, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants