Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.4.8
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ruby 3.4.8
bundler 4.0.7
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## 2.0.0

- **BREAKING**: Removed Google Drive export feature and `google_drive` gem dependency. The `drive` action, `google_client` helper, `:google_api_id` and `:google_api_secret` config keys, and the `Dbhero::GdriveExporter` class are all gone. This unblocks Faraday 2.x compatibility, since `google_drive` transitively required `google-api-client 0.7.x` which hardcoded the removed `faraday/request/multipart` path.
- **BREAKING**: Minimum Rails bumped from `>= 4.1` to `>= 7.2`.
- **BREAKING**: Minimum Ruby set to `>= 3.4`.
- Dropped `codeclimate-test-reporter` (abandoned project).
- Migrated test stack from `factory_girl_rails` to `factory_bot_rails` and bumped `rspec-rails` from `~> 3.0` to `~> 7.0`.
- Modernized `spec/dummy` Rails application for Rails 7.2+ defaults.

## 1.3.0

- Rails 5 Upgrade updates:
Expand Down
Loading