|
2 | 2 | remote: ../../..
|
3 | 3 | specs:
|
4 | 4 | annotate (2.6.6)
|
5 |
| - activerecord (>= 3.2, <= 4.3) |
6 |
| - rake (~> 10.4) |
| 5 | + activerecord (>= 3.2, < 7.0) |
| 6 | + rake (>= 10.4, < 14.0) |
7 | 7 |
|
8 | 8 | GEM
|
9 | 9 | remote: https://rubygems.org/
|
|
44 | 44 | thread_safe (~> 0.3, >= 0.3.4)
|
45 | 45 | tzinfo (~> 1.1)
|
46 | 46 | arel (6.0.0)
|
47 |
| - builder (3.2.2) |
| 47 | + builder (3.2.3) |
48 | 48 | coffee-rails (4.1.0)
|
49 | 49 | coffee-script (>= 2.2.0)
|
50 | 50 | railties (>= 4.0.0, < 5.0)
|
51 | 51 | coffee-script (2.3.0)
|
52 | 52 | coffee-script-source
|
53 | 53 | execjs
|
54 | 54 | coffee-script-source (1.9.1)
|
| 55 | + concurrent-ruby (1.1.5) |
| 56 | + crass (1.0.4) |
55 | 57 | erubis (2.7.0)
|
56 | 58 | execjs (2.4.0)
|
57 | 59 | globalid (0.3.3)
|
58 | 60 | activesupport (>= 4.1.0)
|
59 | 61 | hike (1.2.3)
|
60 |
| - i18n (0.7.0) |
| 62 | + i18n (0.9.5) |
| 63 | + concurrent-ruby (~> 1.0) |
61 | 64 | jbuilder (2.2.11)
|
62 | 65 | activesupport (>= 3.0.0, < 5)
|
63 | 66 | multi_json (~> 1.2)
|
64 | 67 | jquery-rails (4.0.3)
|
65 | 68 | rails-dom-testing (~> 1.0)
|
66 | 69 | railties (>= 4.2.0)
|
67 | 70 | thor (>= 0.14, < 2.0)
|
68 |
| - json (1.8.2) |
69 |
| - loofah (2.0.1) |
| 71 | + json (1.8.6) |
| 72 | + loofah (2.3.0) |
| 73 | + crass (~> 1.0.2) |
70 | 74 | nokogiri (>= 1.5.9)
|
71 | 75 | mail (2.6.3)
|
72 | 76 | mime-types (>= 1.16, < 3)
|
73 | 77 | mime-types (2.4.3)
|
74 |
| - mini_portile (0.6.2) |
75 |
| - minitest (5.5.1) |
| 78 | + mini_portile2 (2.4.0) |
| 79 | + minitest (5.12.2) |
76 | 80 | multi_json (1.11.0)
|
77 |
| - nokogiri (1.6.6.2) |
78 |
| - mini_portile (~> 0.6.0) |
79 |
| - rack (1.6.0) |
| 81 | + nokogiri (1.10.4) |
| 82 | + mini_portile2 (~> 2.4.0) |
| 83 | + rack (1.6.11) |
80 | 84 | rack-test (0.6.3)
|
81 | 85 | rack (>= 1.0)
|
82 | 86 | rails (4.2.0)
|
|
92 | 96 | sprockets-rails
|
93 | 97 | rails-deprecated_sanitizer (1.0.3)
|
94 | 98 | activesupport (>= 4.2.0.alpha)
|
95 |
| - rails-dom-testing (1.0.5) |
96 |
| - activesupport (>= 4.2.0.beta, < 5.0) |
97 |
| - nokogiri (~> 1.6.0) |
| 99 | + rails-dom-testing (1.0.9) |
| 100 | + activesupport (>= 4.2.0, < 5.0) |
| 101 | + nokogiri (~> 1.6) |
98 | 102 | rails-deprecated_sanitizer (>= 1.0.1)
|
99 |
| - rails-html-sanitizer (1.0.1) |
100 |
| - loofah (~> 2.0) |
| 103 | + rails-html-sanitizer (1.2.0) |
| 104 | + loofah (~> 2.2, >= 2.2.2) |
101 | 105 | rails-observers (0.1.2)
|
102 | 106 | activemodel (~> 4.0)
|
103 | 107 | railties (4.2.0)
|
@@ -130,11 +134,11 @@ GEM
|
130 | 134 | sprockets (>= 2.8, < 4.0)
|
131 | 135 | sqlite3 (1.3.10)
|
132 | 136 | thor (0.19.1)
|
133 |
| - thread_safe (0.3.4) |
| 137 | + thread_safe (0.3.6) |
134 | 138 | tilt (1.4.1)
|
135 | 139 | turbolinks (2.5.3)
|
136 | 140 | coffee-rails
|
137 |
| - tzinfo (1.2.2) |
| 141 | + tzinfo (1.2.5) |
138 | 142 | thread_safe (~> 0.1)
|
139 | 143 | uglifier (2.7.1)
|
140 | 144 | execjs (>= 0.3.0)
|
|
0 commit comments