|
| 1 | +GEM |
| 2 | + remote: https://rubygems.org/ |
| 3 | + specs: |
| 4 | + actionmailer (4.2.0) |
| 5 | + actionpack (= 4.2.0) |
| 6 | + actionview (= 4.2.0) |
| 7 | + activejob (= 4.2.0) |
| 8 | + mail (~> 2.5, >= 2.5.4) |
| 9 | + rails-dom-testing (~> 1.0, >= 1.0.5) |
| 10 | + actionpack (4.2.0) |
| 11 | + actionview (= 4.2.0) |
| 12 | + activesupport (= 4.2.0) |
| 13 | + rack (~> 1.6.0) |
| 14 | + rack-test (~> 0.6.2) |
| 15 | + rails-dom-testing (~> 1.0, >= 1.0.5) |
| 16 | + rails-html-sanitizer (~> 1.0, >= 1.0.1) |
| 17 | + actionview (4.2.0) |
| 18 | + activesupport (= 4.2.0) |
| 19 | + builder (~> 3.1) |
| 20 | + erubis (~> 2.7.0) |
| 21 | + rails-dom-testing (~> 1.0, >= 1.0.5) |
| 22 | + rails-html-sanitizer (~> 1.0, >= 1.0.1) |
| 23 | + activejob (4.2.0) |
| 24 | + activesupport (= 4.2.0) |
| 25 | + globalid (>= 0.3.0) |
| 26 | + activemodel (4.2.0) |
| 27 | + activesupport (= 4.2.0) |
| 28 | + builder (~> 3.1) |
| 29 | + activerecord (4.2.0) |
| 30 | + activemodel (= 4.2.0) |
| 31 | + activesupport (= 4.2.0) |
| 32 | + arel (~> 6.0) |
| 33 | + activesupport (4.2.0) |
| 34 | + i18n (~> 0.7) |
| 35 | + json (~> 1.7, >= 1.7.7) |
| 36 | + minitest (~> 5.1) |
| 37 | + thread_safe (~> 0.3, >= 0.3.4) |
| 38 | + tzinfo (~> 1.1) |
| 39 | + arel (6.0.0) |
| 40 | + builder (3.2.2) |
| 41 | + erubis (2.7.0) |
| 42 | + globalid (0.3.3) |
| 43 | + activesupport (>= 4.1.0) |
| 44 | + hike (1.2.3) |
| 45 | + i18n (0.7.0) |
| 46 | + json (1.8.2) |
| 47 | + loofah (2.0.1) |
| 48 | + nokogiri (>= 1.5.9) |
| 49 | + mail (2.6.3) |
| 50 | + mime-types (>= 1.16, < 3) |
| 51 | + mime-types (2.4.3) |
| 52 | + mini_portile (0.6.2) |
| 53 | + minitest (5.5.1) |
| 54 | + multi_json (1.10.1) |
| 55 | + nokogiri (1.6.6.2) |
| 56 | + mini_portile (~> 0.6.0) |
| 57 | + rack (1.6.0) |
| 58 | + rack-test (0.6.3) |
| 59 | + rack (>= 1.0) |
| 60 | + rails (4.2.0) |
| 61 | + actionmailer (= 4.2.0) |
| 62 | + actionpack (= 4.2.0) |
| 63 | + actionview (= 4.2.0) |
| 64 | + activejob (= 4.2.0) |
| 65 | + activemodel (= 4.2.0) |
| 66 | + activerecord (= 4.2.0) |
| 67 | + activesupport (= 4.2.0) |
| 68 | + bundler (>= 1.3.0, < 2.0) |
| 69 | + railties (= 4.2.0) |
| 70 | + sprockets-rails |
| 71 | + rails-api (0.4.0) |
| 72 | + actionpack (>= 3.2.11) |
| 73 | + railties (>= 3.2.11) |
| 74 | + rails-deprecated_sanitizer (1.0.3) |
| 75 | + activesupport (>= 4.2.0.alpha) |
| 76 | + rails-dom-testing (1.0.5) |
| 77 | + activesupport (>= 4.2.0.beta, < 5.0) |
| 78 | + nokogiri (~> 1.6.0) |
| 79 | + rails-deprecated_sanitizer (>= 1.0.1) |
| 80 | + rails-html-sanitizer (1.0.1) |
| 81 | + loofah (~> 2.0) |
| 82 | + railties (4.2.0) |
| 83 | + actionpack (= 4.2.0) |
| 84 | + activesupport (= 4.2.0) |
| 85 | + rake (>= 0.8.7) |
| 86 | + thor (>= 0.18.1, < 2.0) |
| 87 | + rake (10.4.2) |
| 88 | + spring (1.3.3) |
| 89 | + sprockets (2.12.3) |
| 90 | + hike (~> 1.2) |
| 91 | + multi_json (~> 1.0) |
| 92 | + rack (~> 1.0) |
| 93 | + tilt (~> 1.1, != 1.3.0) |
| 94 | + sprockets-rails (2.2.4) |
| 95 | + actionpack (>= 3.0) |
| 96 | + activesupport (>= 3.0) |
| 97 | + sprockets (>= 2.8, < 4.0) |
| 98 | + sqlite3 (1.3.10) |
| 99 | + thor (0.19.1) |
| 100 | + thread_safe (0.3.4) |
| 101 | + tilt (1.4.1) |
| 102 | + tzinfo (1.2.2) |
| 103 | + thread_safe (~> 0.1) |
| 104 | + |
| 105 | +PLATFORMS |
| 106 | + ruby |
| 107 | + |
| 108 | +DEPENDENCIES |
| 109 | + rails (= 4.2.0) |
| 110 | + rails-api |
| 111 | + spring |
| 112 | + sqlite3 |
0 commit comments