lock listen version
This commit is contained in:
parent
77d726b56d
commit
f7d74f872e
2 changed files with 4 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -61,6 +61,9 @@ group :development, :test do
|
||||||
gem "spring-commands-rspec"
|
gem "spring-commands-rspec"
|
||||||
gem "spring-watcher-listen"
|
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
|
# GUID generation
|
||||||
gem "uuid", "~> 2.3.8"
|
gem "uuid", "~> 2.3.8"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -289,6 +289,7 @@ DEPENDENCIES
|
||||||
fuubar (= 2.0.0)
|
fuubar (= 2.0.0)
|
||||||
guard-rspec
|
guard-rspec
|
||||||
guard-rubocop
|
guard-rubocop
|
||||||
|
listen (< 3.1)
|
||||||
logging-rails (= 0.5.0)
|
logging-rails (= 0.5.0)
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.6.0)
|
pronto (= 0.6.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue