aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: 9db36457adb29bad2cabc43868e43cb68ab5d55c (plain)
1
2
3
4
5
6
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
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (3.2.13)
      activesupport (= 3.2.13)
      builder (~> 3.0.0)
    activerecord (3.2.13)
      activemodel (= 3.2.13)
      activesupport (= 3.2.13)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activesupport (3.2.13)
      i18n (= 0.6.1)
      multi_json (~> 1.0)
    arel (3.0.2)
    builder (3.0.4)
    camping (2.1.532)
      mab (>= 0.0.3)
      rack (>= 1.0)
    i18n (0.6.1)
    listen (0.7.3)
    mab (0.0.3)
    multi_json (1.7.2)
    rack (1.5.2)
    rerun (0.8.0)
      listen
    sqlite3 (1.3.7)
    tilt (1.3.6)
    tzinfo (0.3.37)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord
  camping
  rack
  rerun
  sqlite3
  tilt