rails / spring-watcher-listen

MIT License
64 stars 35 forks source link

Release version that supports 4.0 and above #27

Closed technicalpickles closed 2 years ago

technicalpickles commented 2 years ago

I wanted to give this a try, but I'm getting this from bundler:

Bundler could not find compatible versions for gem "spring":
  In snapshot (Gemfile.lock):
    spring (>= 3.0.0)

  In Gemfile:
    spring

    spring-commands-rspec was resolved to 1.0.4, which depends on
      spring (>= 0.9.1)

    spring-watcher-listen was resolved to 2.0.0, which depends on
      spring (~> 1.2)

It looks like https://github.com/jonleighton/spring-watcher-listen/pull/26 addresses this, so could we get a release with it?

pjg commented 2 years ago

This issue should now read "Release version that supports spring v4.0".

kroehre commented 2 years ago

What's blocking this? @rafaelfranca