Deps cleanup #702

Merged
zachgoll merged 1 commits from dependencies-cleanup into main 2024-05-02 22:18:06 +08:00
zachgoll commented 2024-05-02 22:14:51 +08:00 (Migrated from github.com)

The major change here is removing some of the ActiveStorage adapters (which had severely outdated transitive deps). This was causing some unexpected behavior in tests.

Leaving S3 as the sole adapter for now and can introduce additional ones as requested.

Tests

Will be introducing a follow-up PR to re-introduce tests removed here without the flakiness.

The major change here is removing some of the ActiveStorage adapters (which had severely outdated transitive deps). This was causing some unexpected behavior in tests. Leaving S3 as the sole adapter for now and can introduce additional ones as requested. ## Tests Will be introducing a follow-up PR to re-introduce tests removed here without the flakiness.
zachgoll (Migrated from github.com) reviewed 2024-05-02 22:15:33 +08:00
@@ -8,4 +8,3 @@
# Drivers
gem "pg", "~> 1.5"
gem "redis", ">= 4.0.1"
zachgoll (Migrated from github.com) commented 2024-05-02 22:15:33 +08:00

Not currently using.

Not currently using.
zachgoll (Migrated from github.com) reviewed 2024-05-02 22:16:55 +08:00
@@ -50,1 +45,4 @@
gem "octokit"
gem "pagy"
gem "rails-settings-cached"
gem "tzinfo-data", platforms: %i[ windows jruby ]
zachgoll (Migrated from github.com) commented 2024-05-02 22:16:55 +08:00

After a closer look at this—was causing Faraday to be forced to an earlier version and the maintainers have issued a deprecation notice (still in Rails guides though, which was why it was introduced)

After a closer look at this—was causing Faraday to be forced to an earlier version and the maintainers have issued a deprecation notice (still in Rails guides though, which was why it was introduced)
Sign in to join this conversation.