Skip to content

Commit

Permalink
upgrade version upper boundary of slim to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjmp committed Dec 7, 2018
1 parent f41a770 commit 4b80cfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gem_common.rb
Expand Up @@ -17,7 +17,7 @@ def self.extended_dependencies spec
spec.add_dependency "erubis", "~>2.6"
spec.add_dependency "haml", ">=3.0", "<5.0"
spec.add_dependency "sass", "~>3.0", "<3.5.0"
spec.add_dependency "slim", ">=1.3.6", "<3.0.8"
spec.add_dependency "slim", ">=1.3.6", "<=4.0.1"
end
end
end
9 changes: 9 additions & 0 deletions test/apps/rails5.2/app/views/users/index.slim
@@ -0,0 +1,9 @@
<!-- slim v4 custom tag examples for testing -->

css(custom="tag"):
h1 { color: green; }

javascript(custom="tag"):
console.log("the kick is good");

h1 Green as I am, not down for those green eggs ham.

0 comments on commit 4b80cfe

Please sign in to comment.