Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most important part of this Bitters release is the updated dependency on Thor. We were seeing issues like: ``` Bundler could not find compatible versions for gem "thor": In snapshot (Gemfile.lock): thor (= 1.0.1) In Gemfile: suspenders was resolved to 1.53.0, which depends on bitters (~> 2.0) was resolved to 2.0.3, which depends on thor (~> 0.19) rails (~> 6.0.2, >= 6.0.2.1) was resolved to 6.0.2.1, which depends on railties (= 6.0.2.1) was resolved to 6.0.2.1, which depends on thor (>= 0.20.3, < 2.0) ``` Updating Bitters will fix that.
- Loading branch information