Skip to content

Commit

Permalink
Upgrade to Bitters 2.0.4
Browse files Browse the repository at this point in the history
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
Web-Go-To authored and Web-Go-To committed Apr 24, 2020
1 parent 44945f9 commit 238ddf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suspenders.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rush to build something amazing; don't use it if you like missing deadlines.
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.version = Suspenders::VERSION

s.add_dependency 'bitters', '~> 2.0'
s.add_dependency 'bitters', '>= 2.0.4'
s.add_dependency 'rails', Suspenders::RAILS_VERSION

s.add_development_dependency 'rspec', '~> 3.2'
Expand Down

0 comments on commit 238ddf1

Please sign in to comment.