Gemfile.lock 2.99 KB
Newer Older
1 2 3
PATH
  remote: ../../..
  specs:
4 5 6
    annotate (2.6.6)
      activerecord (>= 3.2, <= 4.3)
      rake (~> 10.4)
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.1.1)
      actionpack (= 4.1.1)
      actionview (= 4.1.1)
      mail (~> 2.5.4)
    actionpack (4.1.1)
      actionview (= 4.1.1)
      activesupport (= 4.1.1)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
    activerecord (4.1.1)
      activemodel (= 4.1.1)
      activesupport (= 4.1.1)
      arel (~> 5.0.0)
    activesupport (4.1.1)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    arel (5.0.1.20140414130214)
    builder (3.2.2)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
cuong.tran committed
42
    coffee-script (2.3.0)
43 44
      coffee-script-source
      execjs
45
    coffee-script-source (1.9.1)
46
    erubis (2.7.0)
47
    execjs (2.4.0)
48
    hike (1.2.3)
49 50
    i18n (0.7.0)
    jbuilder (2.2.11)
51 52
      activesupport (>= 3.0.0, < 5)
      multi_json (~> 1.2)
53
    jquery-rails (3.1.2)
54 55
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
56
    json (1.8.2)
57 58 59 60
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mime-types (1.25.1)
61 62
    minitest (5.5.1)
    multi_json (1.11.0)
cuong.tran committed
63
    polyglot (0.3.5)
64
    rack (1.5.2)
65
    rack-test (0.6.3)
66 67 68 69 70 71 72 73 74 75 76
      rack (>= 1.0)
    rails (4.1.1)
      actionmailer (= 4.1.1)
      actionpack (= 4.1.1)
      actionview (= 4.1.1)
      activemodel (= 4.1.1)
      activerecord (= 4.1.1)
      activesupport (= 4.1.1)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.1.1)
      sprockets-rails (~> 2.0)
77 78
    rails-observers (0.1.2)
      activemodel (~> 4.0)
79 80 81 82 83
    railties (4.1.1)
      actionpack (= 4.1.1)
      activesupport (= 4.1.1)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
84 85
    rake (10.4.2)
    rdoc (4.2.0)
86 87
      json (~> 1.4)
    sass (3.2.19)
88
    sass-rails (4.0.5)
89
      railties (>= 4.0.0, < 5.0)
90 91
      sass (~> 3.2.2)
      sprockets (~> 2.8, < 3.0)
92
      sprockets-rails (~> 2.0)
93 94 95 96 97
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    spring (1.3.3)
    sprockets (2.12.3)
98 99 100 101
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
102
    sprockets-rails (2.2.4)
103 104
      actionpack (>= 3.0)
      activesupport (>= 3.0)
105 106
      sprockets (>= 2.8, < 4.0)
    sqlite3 (1.3.10)
107
    thor (0.19.1)
cuong.tran committed
108
    thread_safe (0.3.4)
109 110
    tilt (1.4.1)
    treetop (1.4.15)
111 112
      polyglot (>= 0.3.1)      
    turbolinks (2.5.3)
113
      coffee-rails
114
    tzinfo (1.2.2)
115
      thread_safe (~> 0.1)
116
    uglifier (2.7.1)
117 118 119 120 121 122 123 124 125 126 127 128
      execjs (>= 0.3.0)
      json (>= 1.8.0)

PLATFORMS
  ruby

DEPENDENCIES
  annotate!
  coffee-rails (~> 4.0.0)
  jbuilder (~> 2.0)
  jquery-rails
  rails (= 4.1.1)
129
  rails-observers
130 131 132 133 134 135
  sass-rails (~> 4.0.3)
  sdoc (~> 0.4.0)
  spring
  sqlite3
  turbolinks
  uglifier (>= 1.3.0)