Add basic gemfile

This commit is contained in:
R. Tyler Croy 2012-04-12 18:43:58 -07:00
parent 5d6a68998e
commit eeafea5f8a
2 changed files with 42 additions and 0 deletions

6
Gemfile Normal file
View File

@ -0,0 +1,6 @@
source :gemcutter
gem 'rake'
gem 'resin'
gem 'foreman'

36
Gemfile.lock Normal file
View File

@ -0,0 +1,36 @@
GEM
remote: http://rubygems.org/
specs:
daemons (1.1.8)
eventmachine (0.12.10)
foreman (0.41.0)
thor (>= 0.13.6)
haml (3.1.4)
json (1.6.6)
rack (1.4.1)
rack-protection (1.2.0)
rack
rake (0.9.2.2)
resin (0.2.1)
haml
json
sinatra
thin
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
foreman
rake
resin