Closed vipulnsward closed 1 week ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request introduces several changes across multiple files. It updates the GitHub Actions workflow to test a new Rails version (7.2) while removing support for an older version (6.1). The CHANGELOG.md
is revised to reflect the new version (3.4.4) and document the addition of Mongoid support along with breaking changes. Additionally, the Gemfile-rails-7-2
is modified to specify the new Rails version, and the version number for the Uploadcare::Rails
module is updated to 3.4.4.
File | Change Summary |
---|---|
.github/workflows/test.yml |
Updated test job matrix to include gemfiles/Gemfile-rails-7-2 and removed gemfiles/Gemfile-rails-6-1 . |
CHANGELOG.md |
Updated version to 3.4.4, added Mongoid support entries, and introduced a "Breaking Changes" section for Rails 6.1x removal. |
gemfiles/Gemfile-rails-7-2 |
Updated Rails gem version from 6.1.0 to 7.2.0 and changed the GitHub branch from '6-1-stable' to '7-2-stable'. |
lib/uploadcare/rails/version.rb |
Updated version constant from 3.4.3 to 3.4.4. |
lib/uploadcare/rails/version.rb
to 3.4.3
, which is relevant as the main PR also involves versioning changes in the same file.🐇 In the meadow, we hop with glee,
New gems and features, oh so free!
With Rails 7.2, we leap and bound,
Mongoid support is now profound.
Version 3.4.4, a joyful cheer,
In our code, the future is clear! 🌼✨
Description
Checklist
Summary by CodeRabbit
mount_uploadcare_file
andmount_uploadcare_file_group
methods.