Commit d27400cc authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add Gemfile.lock

Running `bundle install` should now use the .lock file, and ensure
a more similar environment on every development machine.
parent 7cb16bfb
Loading
Loading
Loading
Loading

Gemfile.lock

0 → 100644
+40 −0
Original line number Diff line number Diff line
PATH
  remote: .
  specs:
    jsduck (3.10.1)
      json
      parallel
      rdiscount

GEM
  remote: http://rubygems.org/
  specs:
    chunky_png (1.2.5)
    compass (0.12.1)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.1)
    diff-lcs (1.1.3)
    fssm (0.2.9)
    json (1.7.3)
    parallel (0.5.16)
    rake (0.9.2.2)
    rdiscount (1.6.8)
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
    rspec-core (2.10.0)
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)
    sass (3.1.18)

PLATFORMS
  ruby

DEPENDENCIES
  compass
  jsduck!
  rake
  rspec