envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Fix the CI build #212

Closed orien closed 5 years ago

orien commented 5 years ago

Since Bundler 2.0 was released, our build has failed:

image

In our CI we install the latest version of Bundler (2.0.1), but our gemspec specifies we must use ~> 1.10 which excludes version 2.

To fix this:

image