mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Lock pry-stack_explorer until we drop Ruby 2.5 support
This commit is contained in:
parent
92b62a5c92
commit
4dbbb7cd48
1 changed files with 5 additions and 0 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
@ -7,3 +7,8 @@ updates:
|
||||||
time: "08:00"
|
time: "08:00"
|
||||||
timezone: America/New_York
|
timezone: America/New_York
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
ignore:
|
||||||
|
# Drops support for Ruby 2.5
|
||||||
|
- dependency-name: pry-stack_explorer
|
||||||
|
versions:
|
||||||
|
- ">= 5.0"
|
||||||
|
|
Loading…
Reference in a new issue