Skip to content

Commit

Permalink
Update to Ruby 2.6.2 and update haml
Browse files Browse the repository at this point in the history
haml 5.0.1 is not compatible with Ruby 2.6. Think it was fixed in 5.0.4.
  • Loading branch information
walro committed Apr 8, 2019
1 parent d4f5b9b commit c7d8624
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.4
2.6.2
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
faraday_middleware (>= 0.9)
loofah (>= 2.0)
sax-machine (>= 1.0)
haml (5.0.1)
haml (5.0.4)
temple (>= 0.8.0)
tilt
jsonable (0.0.3)
Expand Down Expand Up @@ -49,8 +49,8 @@ GEM
rack-protection (= 2.0.2)
sinatra (= 2.0.2)
tilt (>= 1.3, < 3)
temple (0.8.0)
tilt (2.0.8)
temple (0.8.1)
tilt (2.0.9)
unicorn (5.3.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand All @@ -72,7 +72,7 @@ DEPENDENCIES
unicorn

RUBY VERSION
ruby 2.4.4p296
ruby 2.6.2p47

BUNDLED WITH
1.16.5
1.17.3
Binary file removed vendor/cache/haml-5.0.1.gem
Binary file not shown.
Binary file added vendor/cache/haml-5.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/temple-0.8.0.gem
Binary file not shown.
Binary file added vendor/cache/temple-0.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/tilt-2.0.8.gem
Binary file not shown.
Binary file added vendor/cache/tilt-2.0.9.gem
Binary file not shown.

0 comments on commit c7d8624

Please sign in to comment.