|
| 1 | +PATH |
| 2 | + remote: . |
| 3 | + specs: |
| 4 | + sword (0.1.0) |
| 5 | + rails (~> 5.0.3) |
| 6 | + |
| 7 | +GEM |
| 8 | + remote: https://rubygems.org/ |
| 9 | + specs: |
| 10 | + actioncable (5.0.3) |
| 11 | + actionpack (= 5.0.3) |
| 12 | + nio4r (>= 1.2, < 3.0) |
| 13 | + websocket-driver (~> 0.6.1) |
| 14 | + actionmailer (5.0.3) |
| 15 | + actionpack (= 5.0.3) |
| 16 | + actionview (= 5.0.3) |
| 17 | + activejob (= 5.0.3) |
| 18 | + mail (~> 2.5, >= 2.5.4) |
| 19 | + rails-dom-testing (~> 2.0) |
| 20 | + actionpack (5.0.3) |
| 21 | + actionview (= 5.0.3) |
| 22 | + activesupport (= 5.0.3) |
| 23 | + rack (~> 2.0) |
| 24 | + rack-test (~> 0.6.3) |
| 25 | + rails-dom-testing (~> 2.0) |
| 26 | + rails-html-sanitizer (~> 1.0, >= 1.0.2) |
| 27 | + actionview (5.0.3) |
| 28 | + activesupport (= 5.0.3) |
| 29 | + builder (~> 3.1) |
| 30 | + erubis (~> 2.7.0) |
| 31 | + rails-dom-testing (~> 2.0) |
| 32 | + rails-html-sanitizer (~> 1.0, >= 1.0.3) |
| 33 | + activejob (5.0.3) |
| 34 | + activesupport (= 5.0.3) |
| 35 | + globalid (>= 0.3.6) |
| 36 | + activemodel (5.0.3) |
| 37 | + activesupport (= 5.0.3) |
| 38 | + activerecord (5.0.3) |
| 39 | + activemodel (= 5.0.3) |
| 40 | + activesupport (= 5.0.3) |
| 41 | + arel (~> 7.0) |
| 42 | + activesupport (5.0.3) |
| 43 | + concurrent-ruby (~> 1.0, >= 1.0.2) |
| 44 | + i18n (~> 0.7) |
| 45 | + minitest (~> 5.1) |
| 46 | + tzinfo (~> 1.1) |
| 47 | + arel (7.1.4) |
| 48 | + builder (3.2.3) |
| 49 | + concurrent-ruby (1.0.5) |
| 50 | + erubis (2.7.0) |
| 51 | + globalid (0.4.0) |
| 52 | + activesupport (>= 4.2.0) |
| 53 | + i18n (0.8.4) |
| 54 | + loofah (2.0.3) |
| 55 | + nokogiri (>= 1.5.9) |
| 56 | + mail (2.6.5) |
| 57 | + mime-types (>= 1.16, < 4) |
| 58 | + method_source (0.8.2) |
| 59 | + mime-types (3.1) |
| 60 | + mime-types-data (~> 3.2015) |
| 61 | + mime-types-data (3.2016.0521) |
| 62 | + mini_portile2 (2.2.0) |
| 63 | + minitest (5.10.2) |
| 64 | + nio4r (2.1.0) |
| 65 | + nokogiri (1.8.0) |
| 66 | + mini_portile2 (~> 2.2.0) |
| 67 | + rack (2.0.3) |
| 68 | + rack-test (0.6.3) |
| 69 | + rack (>= 1.0) |
| 70 | + rails (5.0.3) |
| 71 | + actioncable (= 5.0.3) |
| 72 | + actionmailer (= 5.0.3) |
| 73 | + actionpack (= 5.0.3) |
| 74 | + actionview (= 5.0.3) |
| 75 | + activejob (= 5.0.3) |
| 76 | + activemodel (= 5.0.3) |
| 77 | + activerecord (= 5.0.3) |
| 78 | + activesupport (= 5.0.3) |
| 79 | + bundler (>= 1.3.0, < 2.0) |
| 80 | + railties (= 5.0.3) |
| 81 | + sprockets-rails (>= 2.0.0) |
| 82 | + rails-dom-testing (2.0.3) |
| 83 | + activesupport (>= 4.2.0) |
| 84 | + nokogiri (>= 1.6) |
| 85 | + rails-html-sanitizer (1.0.3) |
| 86 | + loofah (~> 2.0) |
| 87 | + railties (5.0.3) |
| 88 | + actionpack (= 5.0.3) |
| 89 | + activesupport (= 5.0.3) |
| 90 | + method_source |
| 91 | + rake (>= 0.8.7) |
| 92 | + thor (>= 0.18.1, < 2.0) |
| 93 | + rake (12.0.0) |
| 94 | + sprockets (3.7.1) |
| 95 | + concurrent-ruby (~> 1.0) |
| 96 | + rack (> 1, < 3) |
| 97 | + sprockets-rails (3.2.0) |
| 98 | + actionpack (>= 4.0) |
| 99 | + activesupport (>= 4.0) |
| 100 | + sprockets (>= 3.0.0) |
| 101 | + sqlite3 (1.3.13) |
| 102 | + thor (0.19.4) |
| 103 | + thread_safe (0.3.6) |
| 104 | + tzinfo (1.2.3) |
| 105 | + thread_safe (~> 0.1) |
| 106 | + websocket-driver (0.6.5) |
| 107 | + websocket-extensions (>= 0.1.0) |
| 108 | + websocket-extensions (0.1.2) |
| 109 | + |
| 110 | +PLATFORMS |
| 111 | + ruby |
| 112 | + |
| 113 | +DEPENDENCIES |
| 114 | + sqlite3 |
| 115 | + sword! |
| 116 | + |
| 117 | +BUNDLED WITH |
| 118 | + 1.14.6 |
0 commit comments