Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "ostruct"
gem "minitest", "~> 5.27.0"
gem "minitest-rg", "~> 5.4.0"
gem "pry", "~> 0.14.2"
gem "pry-byebug", "~> 3.11.0"
gem "pry-byebug", "~> 3.12.0"

Choose a reason for hiding this comment

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

critical

This update to pry-byebug v3.12.0 introduces a critical compatibility issue. The release notes for this version state that support for Ruby 3.1 has been dropped. However, the project's activerecord-spanner-adapter.gemspec file still lists Ruby 3.1 as a supported version (required_ruby_version = ">= 3.1").

This will break the development environment for anyone using Ruby 3.1, as bundle install will fail. To maintain compatibility, please revert this change. If dropping Ruby 3.1 support is intended, it should be done as a separate, deliberate change that also updates the .gemspec.

gem "pry-byebug", "~> 3.11.0"

gem "mutex_m"
# Add sqlite3 for testing for compatibility with other adapters.
gem 'sqlite3'
Expand Down