Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    carte-server (0.0.26)
      activesupport
      haml
      mongoid
      mongoid-geospatial
      mongoid-simple-tags
      mongoid_auto_increment_id (= 0.6.5)
      pry
      redcarpet
      sinatra
      sinatra-contrib
      will_paginate_mongoid

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.2.1)
      activesupport (= 4.2.1)
      builder (~> 3.1)
    activesupport (4.2.1)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    backports (3.6.4)
    bson (2.3.0)
    builder (3.2.2)
    coderay (1.1.0)
    connection_pool (2.2.0)
    diff-lcs (1.2.5)
    haml (4.0.6)
      tilt
    httparty (0.13.3)
      json (~> 1.8)
      multi_xml (>= 0.5.2)
    i18n (0.7.0)
    json (1.8.2)
    method_source (0.8.2)
    minitest (5.6.1)
    mongoid (4.0.2)
      activemodel (~> 4.0)
      moped (~> 2.0.0)
      origin (~> 2.1)
      tzinfo (>= 0.3.37)
    mongoid-geospatial (4.0.1)
      mongoid (>= 4.0.0)
    mongoid-simple-tags (0.1.3)
      json (~> 1.8)
      mongoid (>= 3.0.3)
    mongoid_auto_increment_id (0.6.5)
      mongoid (>= 3.1.0, < 4.1.0)
    moped (2.0.4)
      bson (~> 2.2)
      connection_pool (~> 2.0)
      optionable (~> 0.2.0)
    multi_json (1.11.0)
    multi_xml (0.5.5)
    optionable (0.2.0)
    origin (2.1.1)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.6.0)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (10.4.2)
    redcarpet (3.2.3)
    rspec (3.2.0)
      rspec-core (~> 3.2.0)
      rspec-expectations (~> 3.2.0)
      rspec-mocks (~> 3.2.0)
    rspec-core (3.2.3)
      rspec-support (~> 3.2.0)
    rspec-expectations (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-mocks (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-support (3.2.2)
    shotgun (0.9.1)
      rack (>= 1.0)
    sinatra (1.4.6)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    sinatra-contrib (1.4.2)
      backports (>= 2.0)
      multi_json
      rack-protection
      rack-test
      sinatra (~> 1.4.0)
      tilt (~> 1.3)
    slop (3.6.0)
    thread_safe (0.3.5)
    tilt (1.4.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    will_paginate (3.0.7)
    will_paginate_mongoid (2.0.1)
      mongoid
      will_paginate (~> 3.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.7)
  carte-server!
  httparty
  rake (~> 10.0)
  rspec
  shotgun