Skip to content

Commit fc1333b

Browse files
committed
(MAINT) Pin MDL to 0.11.0
It looks like there was a version bump of mdl this week which introduced some markdown violations. This commit pins mdl to 0.11.0 to give us time to investigate the changes and keep ci working.
1 parent 88bbbce commit fc1333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ group :development do
1919

2020
gem 'json_spec', '~> 1.1', '>= 1.1.5'
2121

22-
gem 'mdl'
22+
gem 'mdl', '~> 0.11.0'
2323
gem 'mocha'
2424

2525
gem 'pry', require: false

0 commit comments

Comments
 (0)