summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 2a54e2283e7f1eaaa2604c93ed464ce46e49694b (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
GEM
  remote: http://rubygems.org/
  specs:
    bcrypt-ruby (2.1.4)
    diff-lcs (1.1.3)
    git (1.2.5)
    highline (1.6.2)
    jeweler (1.6.4)
      bundler (~> 1.0)
      git (>= 1.2.5)
      rake
    mocha (0.9.12)
    moneta (0.7.2)
    rake (0.9.2)
    rdoc (3.8)
    rspec (2.4.0)
      rspec-core (~> 2.4.0)
      rspec-expectations (~> 2.4.0)
      rspec-mocks (~> 2.4.0)
    rspec-core (2.4.0)
    rspec-expectations (2.4.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.4.0)

PLATFORMS
  ruby

DEPENDENCIES
  bcrypt-ruby
  highline
  jeweler (~> 1.6.4)
  mocha
  moneta (~> 0.7.2)
  rdoc (~> 3.8)
  rspec (~> 2.4.0)