Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Sep 26, 2018
1 parent 9588d1a commit e34f50a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 3 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
PATH
remote: .
specs:
jekyll-haml-markup (0.1.2)
haml (>= 4.0)
jekyll-haml-markup (0.1.3)
haml (~> 4)
jekyll (~> 3.0)
liquid (>= 3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -19,8 +18,7 @@ GEM
eventmachine (1.2.7)
ffi (1.9.25)
forwardable-extended (2.6.0)
haml (5.0.4)
temple (>= 0.8.0)
haml (4.0.7)
tilt
http_parser.rb (0.6.0)
i18n (0.9.5)
Expand Down Expand Up @@ -66,7 +64,6 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
temple (0.8.0)
tilt (2.0.8)

PLATFORMS
Expand Down
3 changes: 1 addition & 2 deletions jekyll-haml-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'nokogiri', '~> 1.6', '>= 1.6.8'

spec.add_runtime_dependency 'jekyll', '~> 3.0'
spec.add_runtime_dependency 'liquid', '>= 3.0'
spec.add_runtime_dependency 'haml', '>= 4.0'
spec.add_runtime_dependency 'haml', '~> 4'
end

0 comments on commit e34f50a

Please sign in to comment.