Skip to content

Commit

Permalink
Conditional support for ActionText
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Sep 9, 2021
1 parent 9a0ace0 commit b3ff37d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 461 deletions.
25 changes: 0 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PATH
remote: .
specs:
view_component-form (0.1.0)
actiontext (>= 6.0.0, < 7.0)
actionview (>= 6.0.0, < 7.0)
activesupport (>= 6.0.0, < 7.0)
view_component (>= 2.34.0, < 3.0)
Expand All @@ -17,33 +16,12 @@ GEM
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.4.1)
actionpack (= 6.1.4.1)
activerecord (= 6.1.4.1)
activestorage (= 6.1.4.1)
activesupport (= 6.1.4.1)
nokogiri (>= 1.8.5)
actionview (6.1.4.1)
activesupport (= 6.1.4.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.4.1)
activesupport (= 6.1.4.1)
globalid (>= 0.3.6)
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activerecord (6.1.4.1)
activemodel (= 6.1.4.1)
activesupport (= 6.1.4.1)
activestorage (6.1.4.1)
actionpack (= 6.1.4.1)
activejob (= 6.1.4.1)
activerecord (= 6.1.4.1)
activesupport (= 6.1.4.1)
marcel (~> 1.0.0)
mini_mime (>= 1.1.0)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
Expand Down Expand Up @@ -74,14 +52,11 @@ GEM
crass (1.0.6)
diff-lcs (1.4.4)
erubi (1.10.0)
globalid (0.5.2)
activesupport (>= 5.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.6.1)
Expand Down
213 changes: 0 additions & 213 deletions gemfiles/rails_6.0.x.gemfile.lock

This file was deleted.

Loading

0 comments on commit b3ff37d

Please sign in to comment.