diff options
author | Robert Speicher <robert@gitlab.com> | 2016-06-23 23:51:08 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-06-23 23:51:08 +0000 |
commit | 9e43fc151b7d0efca8795e5fbb1fa39d9ed21322 (patch) | |
tree | 7429c8b793151afe4ea441c01fac5880b6787dfb /Gemfile.lock | |
parent | 951b0a1a12ea16e815da0e483474b5ae61b7077a (diff) | |
parent | 262f902d9afd4c7ec13124141312726d68f5ca79 (diff) | |
download | gitlab-ce-9e43fc151b7d0efca8795e5fbb1fa39d9ed21322.tar.gz |
Merge branch 'hamlit-test' into 'master'
Replace Haml with Hamlit
What this change does:
- It replaces HAML with [Hamlit](https://github.com/k0kubun/hamlit), a much more efficient implementation of HAML.
- It removes `haml-rails`.
- It adds `hamlit.rb` and removes `haml.rb`.
- It makes things faster and less memory-hungry!
See also #13201.
See merge request !3666
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ce52985bd4a..7ea7ea95c1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -320,14 +320,10 @@ GEM grape-entity (0.4.8) activesupport multi_json (>= 1.3.2) - haml (4.0.7) + hamlit (2.5.0) + temple (~> 0.7.6) + thor tilt - haml-rails (0.9.0) - actionpack (>= 4.0.1) - activesupport (>= 4.0.1) - haml (>= 4.0.6, < 5.0) - html2haml (>= 1.0.1) - railties (>= 4.0.1) hashie (3.4.3) health_check (1.5.1) rails (>= 2.3.0) @@ -337,11 +333,6 @@ GEM html-pipeline (1.11.0) activesupport (>= 2) nokogiri (~> 1.4) - html2haml (2.0.0) - erubis (~> 2.7.0) - haml (~> 4.0.0) - nokogiri (~> 1.6.0) - ruby_parser (~> 3.5) htmlentities (4.3.4) http_parser.rb (0.5.3) httparty (0.13.7) @@ -733,6 +724,7 @@ GEM railties (>= 3.2.5, < 6) teaspoon-jasmine (2.2.0) teaspoon (>= 1.0.0) + temple (0.7.7) term-ansicolor (1.3.2) tins (~> 1.0) test_after_commit (0.4.2) @@ -882,7 +874,7 @@ DEPENDENCIES gon (~> 6.0.1) grape (~> 0.13.0) grape-entity (~> 0.4.2) - haml-rails (~> 0.9.0) + hamlit (~> 2.5) health_check (~> 1.5.1) hipchat (~> 1.5.0) html-pipeline (~> 1.11.0) |