We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3012d1d commit 8bf4ff0Copy full SHA for 8bf4ff0
Gemfile.lock
@@ -43,6 +43,7 @@ GEM
43
arel (7.1.4)
44
builder (3.2.2)
45
concurrent-ruby (1.0.2)
46
+ crass (1.0.4)
47
descendants_tracker (0.0.4)
48
thread_safe (~> 0.3, >= 0.3.1)
49
diff-lcs (1.2.5)
@@ -80,7 +81,8 @@ GEM
80
81
kontoapi-ruby (0.4.0)
82
addressable (~> 2.3, >= 2.3.7)
83
yajl-ruby (~> 1.2, >= 1.2.1)
- loofah (2.0.3)
84
+ loofah (2.3.0)
85
+ crass (~> 1.0.2)
86
nokogiri (>= 1.5.9)
87
mail (2.6.4)
88
mime-types (>= 1.16, < 4)
@@ -122,8 +124,8 @@ GEM
122
124
rails-dom-testing (2.0.1)
123
125
activesupport (>= 4.2.0, < 6.0)
126
nokogiri (~> 1.6.0)
- rails-html-sanitizer (1.0.3)
- loofah (~> 2.0)
127
+ rails-html-sanitizer (1.3.0)
128
+ loofah (~> 2.3)
129
railties (5.0.0.1)
130
actionpack (= 5.0.0.1)
131
activesupport (= 5.0.0.1)
0 commit comments