|
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | | - actionmailer (4.2.10) |
5 | | - actionpack (= 4.2.10) |
6 | | - actionview (= 4.2.10) |
7 | | - activejob (= 4.2.10) |
| 4 | + actionmailer (4.2.11) |
| 5 | + actionpack (= 4.2.11) |
| 6 | + actionview (= 4.2.11) |
| 7 | + activejob (= 4.2.11) |
8 | 8 | mail (~> 2.5, >= 2.5.4) |
9 | 9 | rails-dom-testing (~> 1.0, >= 1.0.5) |
10 | | - actionpack (4.2.10) |
11 | | - actionview (= 4.2.10) |
12 | | - activesupport (= 4.2.10) |
| 10 | + actionpack (4.2.11) |
| 11 | + actionview (= 4.2.11) |
| 12 | + activesupport (= 4.2.11) |
13 | 13 | rack (~> 1.6) |
14 | 14 | rack-test (~> 0.6.2) |
15 | 15 | rails-dom-testing (~> 1.0, >= 1.0.5) |
16 | 16 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
17 | | - actionview (4.2.10) |
18 | | - activesupport (= 4.2.10) |
| 17 | + actionview (4.2.11) |
| 18 | + activesupport (= 4.2.11) |
19 | 19 | builder (~> 3.1) |
20 | 20 | erubis (~> 2.7.0) |
21 | 21 | rails-dom-testing (~> 1.0, >= 1.0.5) |
22 | 22 | rails-html-sanitizer (~> 1.0, >= 1.0.3) |
23 | | - activejob (4.2.10) |
24 | | - activesupport (= 4.2.10) |
| 23 | + activejob (4.2.11) |
| 24 | + activesupport (= 4.2.11) |
25 | 25 | globalid (>= 0.3.0) |
26 | | - activemodel (4.2.10) |
27 | | - activesupport (= 4.2.10) |
| 26 | + activemodel (4.2.11) |
| 27 | + activesupport (= 4.2.11) |
28 | 28 | builder (~> 3.1) |
29 | | - activerecord (4.2.10) |
30 | | - activemodel (= 4.2.10) |
31 | | - activesupport (= 4.2.10) |
| 29 | + activerecord (4.2.11) |
| 30 | + activemodel (= 4.2.11) |
| 31 | + activesupport (= 4.2.11) |
32 | 32 | arel (~> 6.0) |
33 | | - activesupport (4.2.10) |
| 33 | + activesupport (4.2.11) |
34 | 34 | i18n (~> 0.7) |
35 | 35 | minitest (~> 5.1) |
36 | 36 | thread_safe (~> 0.3, >= 0.3.4) |
|
70 | 70 | climate_control (0.2.0) |
71 | 71 | cliver (0.3.2) |
72 | 72 | coderay (1.1.2) |
73 | | - concurrent-ruby (1.0.5) |
| 73 | + concurrent-ruby (1.1.3) |
74 | 74 | connection_pool (2.2.1) |
75 | 75 | crack (0.4.3) |
76 | 76 | safe_yaml (~> 1.0.0) |
@@ -164,15 +164,15 @@ GEM |
164 | 164 | loofah (2.2.3) |
165 | 165 | crass (~> 1.0.2) |
166 | 166 | nokogiri (>= 1.5.9) |
167 | | - mail (2.7.0) |
| 167 | + mail (2.7.1) |
168 | 168 | mini_mime (>= 0.1.1) |
169 | 169 | maxminddb (0.1.14) |
170 | 170 | method_source (0.9.0) |
171 | 171 | mime-types (3.2.2) |
172 | 172 | mime-types-data (~> 3.2015) |
173 | 173 | mime-types-data (3.2018.0812) |
174 | 174 | mimemagic (0.3.2) |
175 | | - mini_mime (1.0.0) |
| 175 | + mini_mime (1.0.1) |
176 | 176 | mini_portile2 (2.3.0) |
177 | 177 | minitest (5.11.3) |
178 | 178 | multi_json (1.12.2) |
@@ -202,34 +202,34 @@ GEM |
202 | 202 | method_source (~> 0.9.0) |
203 | 203 | public_suffix (3.0.1) |
204 | 204 | puma (3.11.0) |
205 | | - rack (1.6.10) |
| 205 | + rack (1.6.11) |
206 | 206 | rack-test (0.6.3) |
207 | 207 | rack (>= 1.0) |
208 | | - rails (4.2.10) |
209 | | - actionmailer (= 4.2.10) |
210 | | - actionpack (= 4.2.10) |
211 | | - actionview (= 4.2.10) |
212 | | - activejob (= 4.2.10) |
213 | | - activemodel (= 4.2.10) |
214 | | - activerecord (= 4.2.10) |
215 | | - activesupport (= 4.2.10) |
| 208 | + rails (4.2.11) |
| 209 | + actionmailer (= 4.2.11) |
| 210 | + actionpack (= 4.2.11) |
| 211 | + actionview (= 4.2.11) |
| 212 | + activejob (= 4.2.11) |
| 213 | + activemodel (= 4.2.11) |
| 214 | + activerecord (= 4.2.11) |
| 215 | + activesupport (= 4.2.11) |
216 | 216 | bundler (>= 1.3.0, < 2.0) |
217 | | - railties (= 4.2.10) |
| 217 | + railties (= 4.2.11) |
218 | 218 | sprockets-rails |
219 | 219 | rails-deprecated_sanitizer (1.0.3) |
220 | 220 | activesupport (>= 4.2.0.alpha) |
221 | | - rails-dom-testing (1.0.8) |
222 | | - activesupport (>= 4.2.0.beta, < 5.0) |
| 221 | + rails-dom-testing (1.0.9) |
| 222 | + activesupport (>= 4.2.0, < 5.0) |
223 | 223 | nokogiri (~> 1.6) |
224 | 224 | rails-deprecated_sanitizer (>= 1.0.1) |
225 | 225 | rails-html-sanitizer (1.0.4) |
226 | 226 | loofah (~> 2.2, >= 2.2.2) |
227 | | - railties (4.2.10) |
228 | | - actionpack (= 4.2.10) |
229 | | - activesupport (= 4.2.10) |
| 227 | + railties (4.2.11) |
| 228 | + actionpack (= 4.2.11) |
| 229 | + activesupport (= 4.2.11) |
230 | 230 | rake (>= 0.8.7) |
231 | 231 | thor (>= 0.18.1, < 2.0) |
232 | | - rake (12.3.0) |
| 232 | + rake (12.3.1) |
233 | 233 | rb-fsevent (0.10.2) |
234 | 234 | rb-inotify (0.9.10) |
235 | 235 | ffi (>= 0.5.0, < 2) |
|
280 | 280 | climate_control (>= 0.0.3, < 1.0) |
281 | 281 | textacular (3.2.2) |
282 | 282 | activerecord (>= 3.0, < 5.0) |
283 | | - thor (0.20.0) |
| 283 | + thor (0.20.3) |
284 | 284 | thread_safe (0.3.6) |
285 | 285 | tilt (2.0.8) |
286 | 286 | tzinfo (1.2.5) |
@@ -342,7 +342,7 @@ DEPENDENCIES |
342 | 342 | poltergeist |
343 | 343 | pry |
344 | 344 | puma |
345 | | - rails (= 4.2.10) |
| 345 | + rails (= 4.2.11) |
346 | 346 | rake |
347 | 347 | redcarpet |
348 | 348 | rspec-rails |
|
0 commit comments