Skip to content

Gemfile.lock out of date? #162

Description

@ofZach

I don't understand if this was supposed to automatically load gems for me, but I had to do it manually, and it seems like many of the gem versions listed are older. As I installed them, I had to modify the gemfile.lock.

(I'm super new to ruby, so I might have been doing something wrong here)

this was what I had to install on a clean / machine:

gem install shotgun
gem install posix-spawn
gem install trollop
gem install bundler
gem install trollop
gem install systemu
gem install macaddr
gem install uuid
gem install mustache
gem install rack-protection
gem install redcarpet
gem install rocco
gem install tilt
gem install sinatra

my GEM lock reads like:

  GEM
  remote: http://rubygems.org/
  specs:
    macaddr (1.6.1)
      systemu (~> 2.5.0)
    mustache (0.99.4)
    nokogiri (1.5.6)
    posix-spawn (0.3.6)
    rack (1.4.1)
    rack-protection (1.3.2)
      rack
    redcarpet (2.2.2)
    rocco (0.8.2)
      mustache
      redcarpet
    shotgun (0.9)
      rack (>= 1.0)
    sinatra (1.3.3)
      rack (~> 1.3, >= 1.3.6)
      rack-protection (~> 1.2)
      tilt (~> 1.3, >= 1.3.3)
    systemu (2.5.2)
    tilt (1.3.3)
    trollop (2.0)
    uuid (2.3.6)
      macaddr (~> 1.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions