angular_xss 0.4.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +19 -9
- data/.ruby-version +1 -1
- data/CHANGELOG.md +20 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +1 -1
- data/{Gemfile.rails-3.2 → Gemfile.rails-3.2.haml-4} +1 -1
- data/{Gemfile.rails-3.2.lock → Gemfile.rails-3.2.haml-4.lock} +4 -4
- data/Gemfile.rails-4.2.haml-4 +1 -1
- data/Gemfile.rails-4.2.haml-4.lock +4 -4
- data/Gemfile.rails-4.2.haml-5 +1 -1
- data/Gemfile.rails-4.2.haml-5.lock +4 -4
- data/Gemfile.rails-5.1.haml-4 +1 -1
- data/Gemfile.rails-5.1.haml-4.lock +8 -6
- data/Gemfile.rails-5.1.haml-5 +1 -1
- data/Gemfile.rails-5.1.haml-5.lock +9 -7
- data/Gemfile.rails-6.1.haml-5 +1 -1
- data/Gemfile.rails-6.1.haml-5.lock +3 -3
- data/Gemfile.rails-7.0.haml-5 +8 -0
- data/Gemfile.rails-7.0.haml-5.lock +88 -0
- data/Gemfile.rails-7.1.haml-5 +9 -0
- data/Gemfile.rails-7.1.haml-5.lock +105 -0
- data/Gemfile.rails-7.1.haml-6 +9 -0
- data/Gemfile.rails-7.1.haml-6.lock +122 -0
- data/README.md +11 -2
- data/angular_xss.gemspec +1 -0
- data/lib/angular_xss/erb.rb +17 -27
- data/lib/angular_xss/escaper.rb +8 -0
- data/lib/angular_xss/haml.rb +25 -19
- data/lib/angular_xss/output_buffer.rb +25 -0
- data/lib/angular_xss/safe_buffer.rb +31 -7
- data/lib/angular_xss/version.rb +1 -1
- data/lib/angular_xss.rb +1 -0
- data/spec/angular_xss/erb_spec.rb +46 -3
- data/spec/angular_xss/escaper_spec.rb +21 -0
- data/spec/angular_xss/haml_spec.rb +0 -2
- data/spec/angular_xss/output_buffer_spec.rb +45 -0
- data/spec/angular_xss/safe_buffer_spec.rb +16 -4
- data/spec/spec_helper.rb +5 -11
- data/spec/support/engine_preventing_angular_xss.rb +21 -17
- data/spec/templates/_test_erb.erb +14 -5
- data/spec/templates/_test_haml.haml +40 -23
- metadata +18 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b6ab389824dfbb7cb7fa43b90922924b71330f335de953f0a07c9034d8bccaa
|
4
|
+
data.tar.gz: 70d073c5c2377cd8065ace516f34bffac0e22f8ed321b784390b0d125a05ecf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a2f62a344faa4bda34bfdfce335058a5a4b58d6f9406ee9d22771494dc1a61fc102c922033ce54123dcb27514a76c035b5e176c87569bb2262ca5d36d8c8982
|
7
|
+
data.tar.gz: d33a56cc8c6e6d3d51feea115007ee8f731633880d07a11f21a2c0c4afb6f9325d5134d3b2565867d3304f8f5531bd0c0126c83656107d019a1e68421ad4e730
|
data/.github/workflows/test.yml
CHANGED
@@ -14,28 +14,38 @@ jobs:
|
|
14
14
|
fail-fast: false
|
15
15
|
matrix:
|
16
16
|
include:
|
17
|
-
- ruby: 2.
|
18
|
-
gemfile: Gemfile.rails-3.2
|
19
|
-
- ruby: 2.
|
17
|
+
- ruby: 2.5.9
|
18
|
+
gemfile: Gemfile.rails-3.2.haml-4
|
19
|
+
- ruby: 2.5.9
|
20
20
|
gemfile: Gemfile.rails-4.2.haml-4
|
21
|
-
- ruby: 2.
|
21
|
+
- ruby: 2.5.9
|
22
22
|
gemfile: Gemfile.rails-4.2.haml-5
|
23
|
-
- ruby: 2.
|
23
|
+
- ruby: 2.5.9
|
24
24
|
gemfile: Gemfile.rails-5.1.haml-4
|
25
|
-
- ruby: 2.
|
25
|
+
- ruby: 2.5.9
|
26
26
|
gemfile: Gemfile.rails-5.1.haml-5
|
27
|
+
|
27
28
|
- ruby: 2.7.2
|
28
29
|
gemfile: Gemfile.rails-5.1.haml-4
|
29
30
|
- ruby: 2.7.2
|
30
31
|
gemfile: Gemfile.rails-5.1.haml-5
|
31
32
|
- ruby: 2.7.2
|
32
33
|
gemfile: Gemfile.rails-6.1.haml-5
|
33
|
-
- ruby:
|
34
|
+
- ruby: 2.7.2
|
35
|
+
gemfile: Gemfile.rails-7.0.haml-5
|
36
|
+
|
37
|
+
- ruby: 3.2.3
|
34
38
|
gemfile: Gemfile.rails-5.1.haml-4
|
35
|
-
- ruby: 3.
|
39
|
+
- ruby: 3.2.3
|
36
40
|
gemfile: Gemfile.rails-5.1.haml-5
|
37
|
-
- ruby: 3.
|
41
|
+
- ruby: 3.2.3
|
38
42
|
gemfile: Gemfile.rails-6.1.haml-5
|
43
|
+
- ruby: 3.2.3
|
44
|
+
gemfile: Gemfile.rails-7.0.haml-5
|
45
|
+
- ruby: 3.2.3
|
46
|
+
gemfile: Gemfile.rails-7.1.haml-5
|
47
|
+
- ruby: 3.2.3
|
48
|
+
gemfile: Gemfile.rails-7.1.haml-6
|
39
49
|
env:
|
40
50
|
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
|
41
51
|
steps:
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
3.2.3
|
data/CHANGELOG.md
CHANGED
@@ -9,6 +9,26 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
9
9
|
|
10
10
|
### Breaking changes
|
11
11
|
|
12
|
+
## 1.0 2024-07-02
|
13
|
+
|
14
|
+
### Compatible changes
|
15
|
+
* Bump version to 1.0 as this gem is production-ready for 10 years
|
16
|
+
* Declare the gem to be unmaintained
|
17
|
+
* Add compatibility with Rails 7.1
|
18
|
+
* Add compatibility with HAML 6
|
19
|
+
* NOTE: Don't use HAML 6.0.0. AngularXSS relies on a patch [introduced in 6.0.1](https://github.com/haml/haml/blob/main/CHANGELOG.md#601). Anything newer should be fine - the gem is currently tested against HAML 6.3
|
20
|
+
* Refactor our patches to use `Module#prepend` instead of `Module#module_eval`
|
21
|
+
* Refactor gem version comparisons to use `Gem::Version` instances
|
22
|
+
* Refactor specs to use the `expect` syntax
|
23
|
+
* Improve test coverage for more interpolation scenarios in ERB and HAML
|
24
|
+
* Add unit tests for patched methods
|
25
|
+
|
26
|
+
## 0.4.1 2022-03-16
|
27
|
+
|
28
|
+
### Compatible changes
|
29
|
+
|
30
|
+
- Add compatibility with Rails 7
|
31
|
+
- Require MFA for RubyGems
|
12
32
|
|
13
33
|
## 0.4.0 2021-08-23
|
14
34
|
|
@@ -69,4 +89,3 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
69
89
|
### Compatible changes
|
70
90
|
|
71
91
|
- First version.
|
72
|
-
|
data/Gemfile
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Gemfile.rails-5.1.haml-5
|
data/Gemfile.lock
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Gemfile.rails-5.1.haml-5.lock
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
angular_xss (0.
|
4
|
+
angular_xss (1.0.0)
|
5
5
|
activesupport
|
6
6
|
haml (>= 3.1.5)
|
7
7
|
|
@@ -28,7 +28,7 @@ GEM
|
|
28
28
|
concurrent-ruby (1.0.5)
|
29
29
|
diff-lcs (1.3)
|
30
30
|
erubis (2.7.0)
|
31
|
-
gemika (0.
|
31
|
+
gemika (0.8.3)
|
32
32
|
haml (4.0.2)
|
33
33
|
tilt
|
34
34
|
hike (1.2.3)
|
@@ -81,11 +81,11 @@ PLATFORMS
|
|
81
81
|
DEPENDENCIES
|
82
82
|
actionpack (~> 3.2)
|
83
83
|
angular_xss!
|
84
|
-
gemika
|
84
|
+
gemika (>= 0.8.3)
|
85
85
|
haml (= 4.0.2)
|
86
86
|
railties (~> 3.2)
|
87
87
|
rake
|
88
88
|
rspec
|
89
89
|
|
90
90
|
BUNDLED WITH
|
91
|
-
1.
|
91
|
+
2.1.4
|
data/Gemfile.rails-4.2.haml-4
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
angular_xss (0.
|
4
|
+
angular_xss (1.0.0)
|
5
5
|
activesupport
|
6
6
|
haml (>= 3.1.5)
|
7
7
|
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
crass (1.0.3)
|
32
32
|
diff-lcs (1.3)
|
33
33
|
erubis (2.7.0)
|
34
|
-
gemika (0.
|
34
|
+
gemika (0.8.3)
|
35
35
|
haml (4.0.7)
|
36
36
|
tilt
|
37
37
|
i18n (0.9.1)
|
@@ -79,10 +79,10 @@ PLATFORMS
|
|
79
79
|
DEPENDENCIES
|
80
80
|
actionpack (~> 4.2)
|
81
81
|
angular_xss!
|
82
|
-
gemika
|
82
|
+
gemika (>= 0.8.3)
|
83
83
|
haml (< 5)
|
84
84
|
rake
|
85
85
|
rspec
|
86
86
|
|
87
87
|
BUNDLED WITH
|
88
|
-
1.
|
88
|
+
2.1.4
|
data/Gemfile.rails-4.2.haml-5
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
angular_xss (0.
|
4
|
+
angular_xss (1.0.0)
|
5
5
|
activesupport
|
6
6
|
haml (>= 3.1.5)
|
7
7
|
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
crass (1.0.3)
|
32
32
|
diff-lcs (1.3)
|
33
33
|
erubis (2.7.0)
|
34
|
-
gemika (0.
|
34
|
+
gemika (0.8.3)
|
35
35
|
haml (5.0.4)
|
36
36
|
temple (>= 0.8.0)
|
37
37
|
tilt
|
@@ -81,10 +81,10 @@ PLATFORMS
|
|
81
81
|
DEPENDENCIES
|
82
82
|
actionpack (~> 4.2)
|
83
83
|
angular_xss!
|
84
|
-
gemika
|
84
|
+
gemika (>= 0.8.3)
|
85
85
|
haml (~> 5)
|
86
86
|
rake
|
87
87
|
rspec
|
88
88
|
|
89
89
|
BUNDLED WITH
|
90
|
-
1.
|
90
|
+
2.1.4
|
data/Gemfile.rails-5.1.haml-4
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
angular_xss (0.
|
4
|
+
angular_xss (1.0.0)
|
5
5
|
activesupport
|
6
6
|
haml (>= 3.1.5)
|
7
7
|
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
crass (1.0.3)
|
32
32
|
diff-lcs (1.3)
|
33
33
|
erubi (1.7.0)
|
34
|
-
gemika (0.
|
34
|
+
gemika (0.8.3)
|
35
35
|
haml (4.0.7)
|
36
36
|
tilt
|
37
37
|
i18n (0.9.1)
|
@@ -39,10 +39,12 @@ GEM
|
|
39
39
|
loofah (2.1.1)
|
40
40
|
crass (~> 1.0.2)
|
41
41
|
nokogiri (>= 1.5.9)
|
42
|
-
mini_portile2 (2.3
|
42
|
+
mini_portile2 (2.5.3)
|
43
43
|
minitest (5.10.3)
|
44
|
-
nokogiri (1.
|
45
|
-
mini_portile2 (~> 2.
|
44
|
+
nokogiri (1.11.7)
|
45
|
+
mini_portile2 (~> 2.5.0)
|
46
|
+
racc (~> 1.4)
|
47
|
+
racc (1.7.3)
|
46
48
|
rack (2.0.3)
|
47
49
|
rack-test (0.8.2)
|
48
50
|
rack (>= 1.0, < 3)
|
@@ -76,7 +78,7 @@ PLATFORMS
|
|
76
78
|
DEPENDENCIES
|
77
79
|
actionpack (~> 5.1)
|
78
80
|
angular_xss!
|
79
|
-
gemika
|
81
|
+
gemika (>= 0.8.3)
|
80
82
|
haml (< 5)
|
81
83
|
rake
|
82
84
|
rspec
|
data/Gemfile.rails-5.1.haml-5
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
angular_xss (0.
|
4
|
+
angular_xss (1.0.0)
|
5
5
|
activesupport
|
6
6
|
haml (>= 3.1.5)
|
7
7
|
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
crass (1.0.3)
|
32
32
|
diff-lcs (1.3)
|
33
33
|
erubi (1.7.0)
|
34
|
-
gemika (0.
|
34
|
+
gemika (0.8.3)
|
35
35
|
haml (5.0.4)
|
36
36
|
temple (>= 0.8.0)
|
37
37
|
tilt
|
@@ -40,10 +40,12 @@ GEM
|
|
40
40
|
loofah (2.1.1)
|
41
41
|
crass (~> 1.0.2)
|
42
42
|
nokogiri (>= 1.5.9)
|
43
|
-
mini_portile2 (2.3
|
43
|
+
mini_portile2 (2.5.3)
|
44
44
|
minitest (5.10.3)
|
45
|
-
nokogiri (1.
|
46
|
-
mini_portile2 (~> 2.
|
45
|
+
nokogiri (1.11.7)
|
46
|
+
mini_portile2 (~> 2.5.0)
|
47
|
+
racc (~> 1.4)
|
48
|
+
racc (1.7.3)
|
47
49
|
rack (2.0.3)
|
48
50
|
rack-test (0.8.2)
|
49
51
|
rack (>= 1.0, < 3)
|
@@ -52,7 +54,7 @@ GEM
|
|
52
54
|
nokogiri (>= 1.6)
|
53
55
|
rails-html-sanitizer (1.0.3)
|
54
56
|
loofah (~> 2.0)
|
55
|
-
rake (
|
57
|
+
rake (13.2.1)
|
56
58
|
rspec (3.10.0)
|
57
59
|
rspec-core (~> 3.10.0)
|
58
60
|
rspec-expectations (~> 3.10.0)
|
@@ -78,7 +80,7 @@ PLATFORMS
|
|
78
80
|
DEPENDENCIES
|
79
81
|
actionpack (~> 5.1)
|
80
82
|
angular_xss!
|
81
|
-
gemika
|
83
|
+
gemika (>= 0.8.3)
|
82
84
|
haml (~> 5)
|
83
85
|
rake
|
84
86
|
rspec
|
data/Gemfile.rails-6.1.haml-5
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
angular_xss (0.
|
4
|
+
angular_xss (1.0.0)
|
5
5
|
activesupport
|
6
6
|
haml (>= 3.1.5)
|
7
7
|
|
@@ -32,7 +32,7 @@ GEM
|
|
32
32
|
crass (1.0.6)
|
33
33
|
diff-lcs (1.4.4)
|
34
34
|
erubi (1.10.0)
|
35
|
-
gemika (0.
|
35
|
+
gemika (0.8.3)
|
36
36
|
haml (5.2.1)
|
37
37
|
temple (>= 0.8.0)
|
38
38
|
tilt
|
@@ -81,7 +81,7 @@ PLATFORMS
|
|
81
81
|
DEPENDENCIES
|
82
82
|
actionpack (~> 6.1)
|
83
83
|
angular_xss!
|
84
|
-
gemika
|
84
|
+
gemika (>= 0.8.3)
|
85
85
|
haml (~> 5)
|
86
86
|
rake
|
87
87
|
rspec
|
@@ -0,0 +1,88 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
angular_xss (1.0.0)
|
5
|
+
activesupport
|
6
|
+
haml (>= 3.1.5)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionpack (7.0.0)
|
12
|
+
actionview (= 7.0.0)
|
13
|
+
activesupport (= 7.0.0)
|
14
|
+
rack (~> 2.0, >= 2.2.0)
|
15
|
+
rack-test (>= 0.6.3)
|
16
|
+
rails-dom-testing (~> 2.0)
|
17
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
+
actionview (7.0.0)
|
19
|
+
activesupport (= 7.0.0)
|
20
|
+
builder (~> 3.1)
|
21
|
+
erubi (~> 1.4)
|
22
|
+
rails-dom-testing (~> 2.0)
|
23
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
+
activesupport (7.0.0)
|
25
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
26
|
+
i18n (>= 1.6, < 2)
|
27
|
+
minitest (>= 5.1)
|
28
|
+
tzinfo (~> 2.0)
|
29
|
+
builder (3.2.4)
|
30
|
+
concurrent-ruby (1.1.9)
|
31
|
+
crass (1.0.6)
|
32
|
+
diff-lcs (1.4.4)
|
33
|
+
erubi (1.10.0)
|
34
|
+
gemika (0.8.3)
|
35
|
+
haml (5.2.2)
|
36
|
+
temple (>= 0.8.0)
|
37
|
+
tilt
|
38
|
+
i18n (1.8.11)
|
39
|
+
concurrent-ruby (~> 1.0)
|
40
|
+
loofah (2.13.0)
|
41
|
+
crass (~> 1.0.2)
|
42
|
+
nokogiri (>= 1.5.9)
|
43
|
+
mini_portile2 (2.6.1)
|
44
|
+
minitest (5.15.0)
|
45
|
+
nokogiri (1.12.5)
|
46
|
+
mini_portile2 (~> 2.6.1)
|
47
|
+
racc (~> 1.4)
|
48
|
+
racc (1.6.0)
|
49
|
+
rack (2.2.3)
|
50
|
+
rack-test (1.1.0)
|
51
|
+
rack (>= 1.0, < 3)
|
52
|
+
rails-dom-testing (2.0.3)
|
53
|
+
activesupport (>= 4.2.0)
|
54
|
+
nokogiri (>= 1.6)
|
55
|
+
rails-html-sanitizer (1.4.2)
|
56
|
+
loofah (~> 2.3)
|
57
|
+
rake (13.0.6)
|
58
|
+
rspec (3.10.0)
|
59
|
+
rspec-core (~> 3.10.0)
|
60
|
+
rspec-expectations (~> 3.10.0)
|
61
|
+
rspec-mocks (~> 3.10.0)
|
62
|
+
rspec-core (3.10.1)
|
63
|
+
rspec-support (~> 3.10.0)
|
64
|
+
rspec-expectations (3.10.1)
|
65
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
66
|
+
rspec-support (~> 3.10.0)
|
67
|
+
rspec-mocks (3.10.2)
|
68
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
69
|
+
rspec-support (~> 3.10.0)
|
70
|
+
rspec-support (3.10.3)
|
71
|
+
temple (0.8.2)
|
72
|
+
tilt (2.0.10)
|
73
|
+
tzinfo (2.0.4)
|
74
|
+
concurrent-ruby (~> 1.0)
|
75
|
+
|
76
|
+
PLATFORMS
|
77
|
+
ruby
|
78
|
+
|
79
|
+
DEPENDENCIES
|
80
|
+
actionpack (~> 7.0)
|
81
|
+
angular_xss!
|
82
|
+
gemika (>= 0.8.3)
|
83
|
+
haml (~> 5)
|
84
|
+
rake
|
85
|
+
rspec
|
86
|
+
|
87
|
+
BUNDLED WITH
|
88
|
+
2.2.26
|
@@ -0,0 +1,105 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
angular_xss (1.0.0)
|
5
|
+
activesupport
|
6
|
+
haml (>= 3.1.5)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: http://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actionpack (7.1.3.4)
|
12
|
+
actionview (= 7.1.3.4)
|
13
|
+
activesupport (= 7.1.3.4)
|
14
|
+
nokogiri (>= 1.8.5)
|
15
|
+
racc
|
16
|
+
rack (>= 2.2.4)
|
17
|
+
rack-session (>= 1.0.1)
|
18
|
+
rack-test (>= 0.6.3)
|
19
|
+
rails-dom-testing (~> 2.2)
|
20
|
+
rails-html-sanitizer (~> 1.6)
|
21
|
+
actionview (7.1.3.4)
|
22
|
+
activesupport (= 7.1.3.4)
|
23
|
+
builder (~> 3.1)
|
24
|
+
erubi (~> 1.11)
|
25
|
+
rails-dom-testing (~> 2.2)
|
26
|
+
rails-html-sanitizer (~> 1.6)
|
27
|
+
activesupport (7.1.3.4)
|
28
|
+
base64
|
29
|
+
bigdecimal
|
30
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
|
+
connection_pool (>= 2.2.5)
|
32
|
+
drb
|
33
|
+
i18n (>= 1.6, < 2)
|
34
|
+
minitest (>= 5.1)
|
35
|
+
mutex_m
|
36
|
+
tzinfo (~> 2.0)
|
37
|
+
base64 (0.2.0)
|
38
|
+
bigdecimal (3.1.8)
|
39
|
+
builder (3.3.0)
|
40
|
+
byebug (11.1.3)
|
41
|
+
concurrent-ruby (1.3.3)
|
42
|
+
connection_pool (2.4.1)
|
43
|
+
crass (1.0.6)
|
44
|
+
diff-lcs (1.5.1)
|
45
|
+
drb (2.2.1)
|
46
|
+
erubi (1.13.0)
|
47
|
+
gemika (0.8.3)
|
48
|
+
haml (5.2.2)
|
49
|
+
temple (>= 0.8.0)
|
50
|
+
tilt
|
51
|
+
i18n (1.14.5)
|
52
|
+
concurrent-ruby (~> 1.0)
|
53
|
+
loofah (2.22.0)
|
54
|
+
crass (~> 1.0.2)
|
55
|
+
nokogiri (>= 1.12.0)
|
56
|
+
minitest (5.23.1)
|
57
|
+
mutex_m (0.2.0)
|
58
|
+
nokogiri (1.16.6-x86_64-linux)
|
59
|
+
racc (~> 1.4)
|
60
|
+
racc (1.8.0)
|
61
|
+
rack (3.1.3)
|
62
|
+
rack-session (2.0.0)
|
63
|
+
rack (>= 3.0.0)
|
64
|
+
rack-test (2.1.0)
|
65
|
+
rack (>= 1.3)
|
66
|
+
rails-dom-testing (2.2.0)
|
67
|
+
activesupport (>= 5.0.0)
|
68
|
+
minitest
|
69
|
+
nokogiri (>= 1.6)
|
70
|
+
rails-html-sanitizer (1.6.0)
|
71
|
+
loofah (~> 2.21)
|
72
|
+
nokogiri (~> 1.14)
|
73
|
+
rake (13.2.1)
|
74
|
+
rspec (3.13.0)
|
75
|
+
rspec-core (~> 3.13.0)
|
76
|
+
rspec-expectations (~> 3.13.0)
|
77
|
+
rspec-mocks (~> 3.13.0)
|
78
|
+
rspec-core (3.13.0)
|
79
|
+
rspec-support (~> 3.13.0)
|
80
|
+
rspec-expectations (3.13.1)
|
81
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
82
|
+
rspec-support (~> 3.13.0)
|
83
|
+
rspec-mocks (3.13.1)
|
84
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
85
|
+
rspec-support (~> 3.13.0)
|
86
|
+
rspec-support (3.13.1)
|
87
|
+
temple (0.10.3)
|
88
|
+
tilt (2.3.0)
|
89
|
+
tzinfo (2.0.6)
|
90
|
+
concurrent-ruby (~> 1.0)
|
91
|
+
|
92
|
+
PLATFORMS
|
93
|
+
x86_64-linux
|
94
|
+
|
95
|
+
DEPENDENCIES
|
96
|
+
actionpack (~> 7.1)
|
97
|
+
angular_xss!
|
98
|
+
byebug
|
99
|
+
gemika (>= 0.8.3)
|
100
|
+
haml (~> 5)
|
101
|
+
rake
|
102
|
+
rspec
|
103
|
+
|
104
|
+
BUNDLED WITH
|
105
|
+
2.5.13
|