lock listen version

This commit is contained in:
Benjamin Neff 2016-05-11 02:09:32 +02:00
parent 77d726b56d
commit f7d74f872e
2 changed files with 4 additions and 0 deletions

View file

@ -61,6 +61,9 @@ group :development, :test do
gem "spring-commands-rspec"
gem "spring-watcher-listen"
# dependency for guard and spring-watcher-listen
gem "listen", "< 3.1", require: false # newer not compatible with ruby <= 2.2.2
# GUID generation
gem "uuid", "~> 2.3.8"

View file

@ -289,6 +289,7 @@ DEPENDENCIES
fuubar (= 2.0.0)
guard-rspec
guard-rubocop
listen (< 3.1)
logging-rails (= 0.5.0)
nyan-cat-formatter
pronto (= 0.6.0)