Skip to content

Commit

Permalink
update mdl gem
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmallen authored and maxjacobson committed Jun 21, 2019
1 parent 05329b3 commit 481d8f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "mdl", "~> 0.4.0"
gem "mdl", "~> 0.5.0"
gem "posix-spawn"
gem "rake"

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ GEM
diff-lcs (1.2.5)
docile (1.1.5)
json (2.0.2)
kramdown (1.12.0)
mdl (0.4.0)
kramdown (1.17.0)
mdl (0.5.0)
kramdown (~> 1.12, >= 1.12.0)
mixlib-cli (~> 1.7, >= 1.7.0)
mixlib-config (~> 2.2, >= 2.2.1)
mixlib-cli (1.7.0)
mixlib-config (2.2.4)
mixlib-config (2.2.18)
tomlrb
posix-spawn (0.3.11)
rake (11.3.0)
rspec (3.5.0)
Expand All @@ -31,12 +32,13 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
tomlrb (1.2.8)

PLATFORMS
ruby

DEPENDENCIES
mdl (~> 0.4.0)
mdl (~> 0.5.0)
posix-spawn
rake
rspec
Expand Down

0 comments on commit 481d8f1

Please sign in to comment.