Skip to content

Commit

Permalink
Bump haml from 4.0.7 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [haml](https://github.com/haml/haml) from 4.0.7 to 5.0.0.
- [Release notes](https://github.com/haml/haml/releases)
- [Changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md)
- [Commits](haml/haml@4.0.7...v5.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2019
1 parent bc548fe commit a7fc398
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"

gem "serialport", "~> 1.3"
gem "sinatra", "~> 1.4"
gem "haml", "~> 4.0"
gem "haml", "~> 5.0"
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
haml (4.0.7)
haml (5.0.0)
temple (>= 0.8.0)
tilt
rack (1.6.12)
rack-protection (1.5.5)
Expand All @@ -11,13 +12,14 @@ GEM
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
temple (0.8.2)
tilt (2.0.10)

PLATFORMS
ruby

DEPENDENCIES
haml (~> 4.0)
haml (~> 5.0)
serialport (~> 1.3)
sinatra (~> 1.4)

Expand Down

0 comments on commit a7fc398

Please sign in to comment.