Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No version that supports Spring 3.0 #35

Open
kroehre opened this issue Sep 23, 2022 · 1 comment
Open

No version that supports Spring 3.0 #35

kroehre opened this issue Sep 23, 2022 · 1 comment

Comments

@kroehre
Copy link

kroehre commented Sep 23, 2022

d61ae74 brought support for spring 3.0, but there isn't a version until 2.1.0 which requires spring 4.0 (da75829)

@gasi
Copy link

gasi commented Sep 18, 2023

Ditto. I use this workaround in our Gemfile:

# NOTE: Newest version that doesn’t require Spring 4.x. Unfortunately, it was
# never released, but we can grab it via explicit Git reference:
# https://github.com/rails/spring-watcher-listen/issues/35
gem(
  'spring-watcher-listen',
  git: 'https://github.com/rails/spring-watcher-listen.git',
  ref: 'd61ae74ac8462aef863592eea0e417d3ca31d6af'
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants