Skip to content

Conversation

@rjpaskin
Copy link
Contributor

No description provided.

One less thing to have to fix with Rails upgrades, and gem has not
needed changes for the past few upgrades anyway.
Copilot AI review requested due to automatic review settings October 17, 2025 16:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR loosens the Rails version requirements by removing upper version constraints to allow compatibility with newer Rails versions. The changes enable the gem to work with Rails 7.1+ while maintaining backward compatibility with older versions.

  • Removed upper version bounds (< 7.1) from Rails-related dependencies
  • Pinned bundler version in Docker entrypoint to ensure consistent behavior
  • Added specific Rails 7.0 versions to Gemfile for testing purposes

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
csv2db.gemspec Removed upper version constraints for activerecord, activesupport, and railties dependencies
docker-entrypoint.sh Pinned bundler version to 2.4.22 for consistent dependency resolution
Gemfile Added Rails 7.0 gems for testing compatibility with newer Rails versions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@rjpaskin rjpaskin force-pushed the loosen-rails-version-requirement branch from c83b30a to e7041f1 Compare October 17, 2025 16:18
@rjpaskin
Copy link
Contributor Author

Force-pushed in order to kick off a CodeQL analysis

@rjpaskin rjpaskin merged commit 0773f16 into master Oct 20, 2025
4 checks passed
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.

4 participants