Skip to content

Commit

Permalink
Upgrade hamlit version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
epergo committed Aug 8, 2022
1 parent 1db269d commit 68f0e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sinatra-contrib/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ group :development, :test do
end

platform :jruby, :ruby do
gem 'hamlit'
gem 'hamlit-block', '>= 0.7.1'
gem 'hamlit', '~> 3'
gem 'liquid', '~> 2.6.x'
gem 'slim'
end
Expand Down
2 changes: 1 addition & 1 deletion sinatra-contrib/spec/content_for_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
end

Tilt.prefer Tilt::ERBTemplate
require 'hamlit/block'
require 'hamlit'
Tilt.register Tilt::HamlTemplate, :haml

extend Forwardable
Expand Down

0 comments on commit 68f0e5f

Please sign in to comment.