Gemfile.lock 2.4 KB
Newer Older
1 2 3
PATH
  remote: ../../..
  specs:
4 5 6
    annotate (2.5.0)
      activerecord
      rake
7

8
GEM
9
  remote: https://rubygems.org/
10
  specs:
11 12 13 14 15 16
    actionmailer (3.2.2)
      actionpack (= 3.2.2)
      mail (~> 2.4.0)
    actionpack (3.2.2)
      activemodel (= 3.2.2)
      activesupport (= 3.2.2)
17 18
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
19
      journey (~> 1.0.1)
20
      rack (~> 1.4.0)
21
      rack-cache (~> 1.1)
22
      rack-test (~> 0.6.1)
23 24 25
      sprockets (~> 2.1.2)
    activemodel (3.2.2)
      activesupport (= 3.2.2)
26
      builder (~> 3.0.0)
27 28 29
    activerecord (3.2.2)
      activemodel (= 3.2.2)
      activesupport (= 3.2.2)
30 31
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
32 33 34 35
    activeresource (3.2.2)
      activemodel (= 3.2.2)
      activesupport (= 3.2.2)
    activesupport (3.2.2)
36 37 38 39
      i18n (~> 0.6)
      multi_json (~> 1.0)
    arel (3.0.2)
    builder (3.0.0)
40 41 42 43 44 45 46
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.3.3)
47
    erubis (2.7.0)
48 49
    execjs (1.4.0)
      multi_json (~> 1.0)
50 51
    hike (1.2.1)
    i18n (0.6.0)
52 53
    journey (1.0.4)
    json (1.7.4)
54 55 56 57
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
58 59
    mime-types (1.19)
    multi_json (1.3.6)
60 61 62 63 64 65 66 67
    polyglot (0.3.3)
    rack (1.4.1)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
68 69 70 71 72 73
    rails (3.2.2)
      actionmailer (= 3.2.2)
      actionpack (= 3.2.2)
      activerecord (= 3.2.2)
      activeresource (= 3.2.2)
      activesupport (= 3.2.2)
74
      bundler (~> 1.0)
75 76 77 78
      railties (= 3.2.2)
    railties (3.2.2)
      actionpack (= 3.2.2)
      activesupport (= 3.2.2)
79 80 81
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
82
      thor (~> 0.14.6)
83 84 85
    rake (0.9.2.2)
    rdoc (3.12)
      json (~> 1.4)
86
    sass (3.2.1)
87 88 89 90 91
    sass-rails (3.2.5)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    sprockets (2.1.3)
92 93 94
      hike (~> 1.2)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
95
    sqlite3 (1.3.6)
96
    thor (0.14.6)
97 98 99 100
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
101
    tzinfo (0.3.33)
102
    uglifier (1.2.7)
103 104
      execjs (>= 0.3.0)
      multi_json (~> 1.3)
105 106 107 108 109

PLATFORMS
  ruby

DEPENDENCIES
110 111 112 113
  annotate!
  coffee-rails (~> 3.2.1)
  rails (= 3.2.2)
  sass-rails (~> 3.2.3)
114
  sqlite3
115
  uglifier (>= 1.0.3)