Skip to content

Commit

Permalink
Use latest master of mdl
Browse files Browse the repository at this point in the history
So we can use latest improvements but still get our custom configuration
loaded (markdownlint/markdownlint#129).
  • Loading branch information
David Rodríguez committed Apr 7, 2016
1 parent d15da78 commit c9bdab4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'minitest', '~> 5.7'
gem 'simplecov', '0.11.2'
gem 'codeclimate-test-reporter', '0.5.0'
gem 'overcommit', '0.33.0'
gem 'mdl', '0.2.1'
gem 'mdl', github: 'mivok/markdownlint'
gem 'pry', github: 'pry'
gem 'travis', '~> 1.8'
gem 'yard', '0.8.7.6'
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: git://github.com/mivok/markdownlint.git
revision: dfa943cbfd7472172461cf11d2b7f60af7e3abe3
specs:
mdl (0.3.1)
kramdown (~> 1.8, >= 1.8.0)
mixlib-cli (~> 1.5, >= 1.5.0)
mixlib-config (~> 2.1, >= 2.1.0)

GIT
remote: git://github.com/pry/pry.git
revision: 689fbc419c3d8e5870a7f7186f9ac9c50aaba7eb
Expand Down Expand Up @@ -43,10 +52,6 @@ GEM
kramdown (1.10.0)
launchy (2.4.3)
addressable (~> 2.3)
mdl (0.2.1)
kramdown (~> 1.5, >= 1.5.0)
mixlib-cli (~> 1.5, >= 1.5.0)
mixlib-config (~> 2.1, >= 2.1.0)
metaclass (0.0.4)
method_source (0.8.2)
minitest (5.8.4)
Expand Down Expand Up @@ -105,7 +110,7 @@ DEPENDENCIES
bundler (~> 1.7)
byebug!
codeclimate-test-reporter (= 0.5.0)
mdl (= 0.2.1)
mdl!
minitest (~> 5.7)
mocha (~> 1.1)
overcommit (= 0.33.0)
Expand Down

0 comments on commit c9bdab4

Please sign in to comment.