Mateusz Urbański

Results 7 comments of Mateusz Urbański

> however, it works perfectly under bare irb instead of rails console I have the same problem. Did you find a solution for that?

@vkononov I'm still having the same issue. In the `IRB` everything is working fine, but when I try to use it in rails console then it freezes:

@vkononov It seems that I found what is causing an issue. From my Gemfile I removed `spring` gem: ```ruby gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' ``` and now gem is...

Hi, Please try to hardcode version of `dry-system` gem in your Gemfile: ``` gem 'dry-system', '0.19.1' ```