|
| 1 | +PATH |
| 2 | + remote: . |
| 3 | + specs: |
| 4 | + vue_cli-rails (0.1.0) |
| 5 | + activesupport (>= 4.2) |
| 6 | + rack-proxy (>= 0.6) |
| 7 | + railties (>= 4.2) |
| 8 | + |
| 9 | +GEM |
| 10 | + remote: https://rubygems.org/ |
| 11 | + specs: |
| 12 | + actionpack (5.2.2) |
| 13 | + actionview (= 5.2.2) |
| 14 | + activesupport (= 5.2.2) |
| 15 | + rack (~> 2.0) |
| 16 | + rack-test (>= 0.6.3) |
| 17 | + rails-dom-testing (~> 2.0) |
| 18 | + rails-html-sanitizer (~> 1.0, >= 1.0.2) |
| 19 | + actionview (5.2.2) |
| 20 | + activesupport (= 5.2.2) |
| 21 | + builder (~> 3.1) |
| 22 | + erubi (~> 1.4) |
| 23 | + rails-dom-testing (~> 2.0) |
| 24 | + rails-html-sanitizer (~> 1.0, >= 1.0.3) |
| 25 | + activesupport (5.2.2) |
| 26 | + concurrent-ruby (~> 1.0, >= 1.0.2) |
| 27 | + i18n (>= 0.7, < 2) |
| 28 | + minitest (~> 5.1) |
| 29 | + tzinfo (~> 1.1) |
| 30 | + builder (3.2.3) |
| 31 | + byebug (11.0.0) |
| 32 | + coderay (1.1.2) |
| 33 | + concurrent-ruby (1.1.4) |
| 34 | + crass (1.0.4) |
| 35 | + diff-lcs (1.3) |
| 36 | + erubi (1.8.0) |
| 37 | + i18n (1.5.3) |
| 38 | + concurrent-ruby (~> 1.0) |
| 39 | + loofah (2.2.3) |
| 40 | + crass (~> 1.0.2) |
| 41 | + nokogiri (>= 1.5.9) |
| 42 | + method_source (0.9.2) |
| 43 | + mini_portile2 (2.4.0) |
| 44 | + minitest (5.11.3) |
| 45 | + nokogiri (1.10.1) |
| 46 | + mini_portile2 (~> 2.4.0) |
| 47 | + pry (0.12.2) |
| 48 | + coderay (~> 1.1.0) |
| 49 | + method_source (~> 0.9.0) |
| 50 | + pry-byebug (3.7.0) |
| 51 | + byebug (~> 11.0) |
| 52 | + pry (~> 0.10) |
| 53 | + rack (2.0.6) |
| 54 | + rack-proxy (0.6.5) |
| 55 | + rack |
| 56 | + rack-test (1.1.0) |
| 57 | + rack (>= 1.0, < 3) |
| 58 | + rails-dom-testing (2.0.3) |
| 59 | + activesupport (>= 4.2.0) |
| 60 | + nokogiri (>= 1.6) |
| 61 | + rails-html-sanitizer (1.0.4) |
| 62 | + loofah (~> 2.2, >= 2.2.2) |
| 63 | + railties (5.2.2) |
| 64 | + actionpack (= 5.2.2) |
| 65 | + activesupport (= 5.2.2) |
| 66 | + method_source |
| 67 | + rake (>= 0.8.7) |
| 68 | + thor (>= 0.19.0, < 2.0) |
| 69 | + rake (10.5.0) |
| 70 | + rspec (3.8.0) |
| 71 | + rspec-core (~> 3.8.0) |
| 72 | + rspec-expectations (~> 3.8.0) |
| 73 | + rspec-mocks (~> 3.8.0) |
| 74 | + rspec-core (3.8.0) |
| 75 | + rspec-support (~> 3.8.0) |
| 76 | + rspec-expectations (3.8.2) |
| 77 | + diff-lcs (>= 1.2.0, < 2.0) |
| 78 | + rspec-support (~> 3.8.0) |
| 79 | + rspec-mocks (3.8.0) |
| 80 | + diff-lcs (>= 1.2.0, < 2.0) |
| 81 | + rspec-support (~> 3.8.0) |
| 82 | + rspec-support (3.8.0) |
| 83 | + thor (0.20.3) |
| 84 | + thread_safe (0.3.6) |
| 85 | + tzinfo (1.2.5) |
| 86 | + thread_safe (~> 0.1) |
| 87 | + |
| 88 | +PLATFORMS |
| 89 | + ruby |
| 90 | + |
| 91 | +DEPENDENCIES |
| 92 | + bundler (~> 1.16) |
| 93 | + pry-byebug |
| 94 | + rake (~> 10.0) |
| 95 | + rspec (~> 3.0) |
| 96 | + vue_cli-rails! |
| 97 | + |
| 98 | +BUNDLED WITH |
| 99 | + 1.17.3 |
0 commit comments