Deps cleanup #702
Reference in New Issue
Block a user
Delete Branch "dependencies-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@@ -8,4 +8,3 @@# Driversgem "pg", "~> 1.5"gem "redis", ">= 4.0.1"Not currently using.
@@ -50,1 +45,4 @@gem "octokit"gem "pagy"gem "rails-settings-cached"gem "tzinfo-data", platforms: %i[ windows jruby ]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)