|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 | 4 | selectize-ajax (0.1.9)
|
5 |
| - coffee-rails (~> 4.2) |
| 5 | + coffee-rails (~> 5.0) |
6 | 6 |
|
7 | 7 | GEM
|
8 | 8 | remote: https://rubygems.org/
|
9 | 9 | specs:
|
10 |
| - actionpack (5.2.2) |
11 |
| - actionview (= 5.2.2) |
12 |
| - activesupport (= 5.2.2) |
13 |
| - rack (~> 2.0) |
| 10 | + actionpack (6.0.3.2) |
| 11 | + actionview (= 6.0.3.2) |
| 12 | + activesupport (= 6.0.3.2) |
| 13 | + rack (~> 2.0, >= 2.0.8) |
14 | 14 | rack-test (>= 0.6.3)
|
15 | 15 | rails-dom-testing (~> 2.0)
|
16 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.2) |
17 |
| - actionview (5.2.2) |
18 |
| - activesupport (= 5.2.2) |
| 16 | + rails-html-sanitizer (~> 1.0, >= 1.2.0) |
| 17 | + actionview (6.0.3.2) |
| 18 | + activesupport (= 6.0.3.2) |
19 | 19 | builder (~> 3.1)
|
20 | 20 | erubi (~> 1.4)
|
21 | 21 | rails-dom-testing (~> 2.0)
|
22 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.3) |
23 |
| - activesupport (5.2.2) |
| 22 | + rails-html-sanitizer (~> 1.1, >= 1.2.0) |
| 23 | + activesupport (6.0.3.2) |
24 | 24 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
25 | 25 | i18n (>= 0.7, < 2)
|
26 | 26 | minitest (~> 5.1)
|
27 | 27 | tzinfo (~> 1.1)
|
28 |
| - builder (3.2.3) |
29 |
| - coffee-rails (4.2.2) |
| 28 | + zeitwerk (~> 2.2, >= 2.2.2) |
| 29 | + builder (3.2.4) |
| 30 | + coffee-rails (5.0.0) |
30 | 31 | coffee-script (>= 2.2.0)
|
31 |
| - railties (>= 4.0.0) |
| 32 | + railties (>= 5.2.0) |
32 | 33 | coffee-script (2.4.1)
|
33 | 34 | coffee-script-source
|
34 | 35 | execjs
|
35 | 36 | coffee-script-source (1.12.2)
|
36 |
| - concurrent-ruby (1.1.4) |
37 |
| - crass (1.0.4) |
38 |
| - diff-lcs (1.3) |
39 |
| - erubi (1.8.0) |
| 37 | + concurrent-ruby (1.1.7) |
| 38 | + crass (1.0.6) |
| 39 | + diff-lcs (1.4.4) |
| 40 | + erubi (1.9.0) |
40 | 41 | execjs (2.7.0)
|
41 |
| - i18n (1.3.0) |
| 42 | + i18n (1.8.5) |
42 | 43 | concurrent-ruby (~> 1.0)
|
43 |
| - loofah (2.2.3) |
| 44 | + loofah (2.6.0) |
44 | 45 | crass (~> 1.0.2)
|
45 | 46 | nokogiri (>= 1.5.9)
|
46 |
| - method_source (0.9.2) |
| 47 | + method_source (1.0.0) |
47 | 48 | mini_portile2 (2.4.0)
|
48 |
| - minitest (5.11.3) |
49 |
| - nokogiri (1.9.1) |
| 49 | + minitest (5.14.1) |
| 50 | + nokogiri (1.10.10) |
50 | 51 | mini_portile2 (~> 2.4.0)
|
51 |
| - rack (2.0.6) |
| 52 | + rack (2.2.3) |
52 | 53 | rack-test (1.1.0)
|
53 | 54 | rack (>= 1.0, < 3)
|
54 | 55 | rails-dom-testing (2.0.3)
|
55 | 56 | activesupport (>= 4.2.0)
|
56 | 57 | nokogiri (>= 1.6)
|
57 |
| - rails-html-sanitizer (1.0.4) |
58 |
| - loofah (~> 2.2, >= 2.2.2) |
59 |
| - railties (5.2.2) |
60 |
| - actionpack (= 5.2.2) |
61 |
| - activesupport (= 5.2.2) |
| 58 | + rails-html-sanitizer (1.3.0) |
| 59 | + loofah (~> 2.3) |
| 60 | + railties (6.0.3.2) |
| 61 | + actionpack (= 6.0.3.2) |
| 62 | + activesupport (= 6.0.3.2) |
62 | 63 | method_source
|
63 | 64 | rake (>= 0.8.7)
|
64 |
| - thor (>= 0.19.0, < 2.0) |
65 |
| - rake (10.5.0) |
66 |
| - rspec (3.8.0) |
67 |
| - rspec-core (~> 3.8.0) |
68 |
| - rspec-expectations (~> 3.8.0) |
69 |
| - rspec-mocks (~> 3.8.0) |
70 |
| - rspec-core (3.8.0) |
71 |
| - rspec-support (~> 3.8.0) |
72 |
| - rspec-expectations (3.8.2) |
| 65 | + thor (>= 0.20.3, < 2.0) |
| 66 | + rake (12.3.3) |
| 67 | + rspec (3.9.0) |
| 68 | + rspec-core (~> 3.9.0) |
| 69 | + rspec-expectations (~> 3.9.0) |
| 70 | + rspec-mocks (~> 3.9.0) |
| 71 | + rspec-core (3.9.2) |
| 72 | + rspec-support (~> 3.9.3) |
| 73 | + rspec-expectations (3.9.2) |
73 | 74 | diff-lcs (>= 1.2.0, < 2.0)
|
74 |
| - rspec-support (~> 3.8.0) |
75 |
| - rspec-mocks (3.8.0) |
| 75 | + rspec-support (~> 3.9.0) |
| 76 | + rspec-mocks (3.9.1) |
76 | 77 | diff-lcs (>= 1.2.0, < 2.0)
|
77 |
| - rspec-support (~> 3.8.0) |
78 |
| - rspec-support (3.8.0) |
| 78 | + rspec-support (~> 3.9.0) |
| 79 | + rspec-support (3.9.3) |
79 | 80 | selectize-rails (0.12.6)
|
80 |
| - thor (0.20.3) |
| 81 | + thor (1.0.1) |
81 | 82 | thread_safe (0.3.6)
|
82 |
| - tzinfo (1.2.5) |
| 83 | + tzinfo (1.2.7) |
83 | 84 | thread_safe (~> 0.1)
|
| 85 | + zeitwerk (2.4.0) |
84 | 86 |
|
85 | 87 | PLATFORMS
|
86 | 88 | ruby
|
87 | 89 |
|
88 | 90 | DEPENDENCIES
|
89 |
| - bundler (~> 1.13) |
90 |
| - coffee-rails (~> 4.2) |
| 91 | + bundler (>= 1.6, < 3) |
| 92 | + coffee-rails (~> 5.0) |
91 | 93 | railties
|
92 |
| - rake (~> 10.0) |
| 94 | + rake (~> 12) |
93 | 95 | rspec (~> 3.0)
|
94 | 96 | selectize-ajax!
|
95 | 97 | selectize-rails
|
96 | 98 |
|
97 | 99 | BUNDLED WITH
|
98 |
| - 1.16.2 |
| 100 | + 1.17.2 |
0 commit comments