mirror of https://github.com/rails/rails
Merge pull request #48622 from skipkayhil/hm-listen-lower-bound
Add lower bound to Listen gem requirement
This commit is contained in:
commit
f46d3452ae
|
@ -1,3 +1,8 @@
|
|||
* Improve error message when EventedFileUpdateChecker is used without a
|
||||
compatible version of the Listen gem
|
||||
|
||||
*Hartley McGuire*
|
||||
|
||||
* Add `:report` behavior for Deprecation
|
||||
|
||||
Setting `config.active_support.deprecation = :report` uses the error
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
gem "listen"
|
||||
gem "listen", "~> 3.5"
|
||||
require "listen"
|
||||
|
||||
require "set"
|
||||
|
|
Loading…
Reference in New Issue