Commit 4d4295b8 authored by Greg Williams's avatar Greg Williams
Browse files

Added Gemfile for config management and corresponding lock file

parent 198763d7
Loading
Loading
Loading
Loading

Gemfile

0 → 100644
+8 −0
Original line number Diff line number Diff line
source "http://rubygems.org/"

gem "bundler", ">= 1.3.5"
gem "rake", ">= 0.9.2.2"

gem "require_all"
gem "constructor"
gem "diy"

Gemfile.lock

0 → 100644
+18 −0
Original line number Diff line number Diff line
GEM
  remote: http://rubygems.org/
  specs:
    constructor (2.0.0)
    diy (1.1.2)
      constructor (>= 1.0.0)
    rake (10.3.2)
    require_all (1.3.2)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (>= 1.3.5)
  constructor
  diy
  rake (>= 0.9.2.2)
  require_all