Julio Lucero
Julio Lucero
Remember to increase the version! Also the CI is failling
@dgonzalezh sorry I didn't mention it before, but we could update the GitHub actions file to use Ruby 2.7 https://github.com/hired/reactor/blob/master/.github/workflows/build.yaml ` ruby: [2.5, 2.6, 2.7]`
apparently not :(
@JuanVqz I was trying to add a spec to cover your case. Theoretically, it must be like this if I'm not wrong https://gist.github.com/julioalucero/4b44268cdfcc478fd454ad81e012ff65, right? If yes, the spec is green...
@JuanVqz @etagwerker I made some discoveries: 1. Are you using `Foreman`? I yes, try to start Rails without it. Example: `bundle exec rails s -p 3000 -b 0.0.0.0`. It should...
@bokmann I would make green CI if you are going to accept it 😄