We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a8336 + 01e5cf1 commit 04d7fd9Copy full SHA for 04d7fd9
Gemfile.lock
@@ -6,10 +6,10 @@ GEM
6
i18n (>= 1.6, < 2)
7
minitest (>= 5.1)
8
tzinfo (~> 2.0)
9
- better_errors (2.10.0)
+ better_errors (2.9.1)
10
+ coderay (>= 1.0.0)
11
erubi (>= 1.0.0)
12
rack (>= 0.9.0)
- rouge (>= 1.0.0)
13
browser (5.3.1)
14
byebug (11.1.3)
15
chunky_png (1.4.0)
@@ -82,7 +82,6 @@ GEM
82
ffi (~> 1.0)
83
redcarpet (3.6.0)
84
rexml (3.2.5)
85
- rouge (1.11.1)
86
rr (3.1.0)
87
rss (0.2.9)
88
rexml
renovate.json
@@ -1,3 +1,9 @@
1
{
2
- "extends": ["github>freecodecamp/renovate-config"]
+ "extends": ["github>freecodecamp/renovate-config"],
3
+ "packageRules": [
4
+ {
5
+ "matchPackageNames": ["better_errors"],
+ "allowedVersions": "!/^2\\.10\\.0$/"
+ }
+ ]
}
0 commit comments