Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Add a gemfile for locking gli
Browse files Browse the repository at this point in the history
  • Loading branch information
oestrich committed Aug 17, 2012
1 parent 068044b commit a940f02
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
@@ -0,0 +1,4 @@
source :rubygems

gem 'gli', '1.6.0'
gem 'showoff'
32 changes: 32 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,32 @@
GEM
remote: http://rubygems.org/
specs:
blankslate (2.1.2.4)
bluecloth (2.2.0)
gli (1.6.0)
json (1.7.4)
nokogiri (1.5.5)
parslet (1.4.0)
blankslate (~> 2.0)
rack (1.4.1)
rack-protection (1.2.0)
rack
showoff (0.7.0)
bluecloth
gli (>= 1.3.2)
json
nokogiri
parslet
sinatra
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)

PLATFORMS
ruby

DEPENDENCIES
gli (= 1.6.0)
showoff

0 comments on commit a940f02

Please sign in to comment.