Bundle hamlit in sinatra sample

This commit is contained in:
Takashi Kokubun 2015-11-21 06:16:33 +09:00
parent a68ad80bb9
commit 16efc8d666
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'sinatra'
gem 'hamlit', path: '../..'

View File

@ -1,6 +1,15 @@
PATH
remote: ../..
specs:
hamlit (0.1.0)
escape_utils
temple (~> 0.7.6)
tilt
GEM
remote: https://rubygems.org/
specs:
escape_utils (1.1.0)
rack (1.6.4)
rack-protection (1.5.3)
rack
@ -8,12 +17,14 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
temple (0.7.6)
tilt (2.0.1)
PLATFORMS
ruby
DEPENDENCIES
hamlit!
sinatra
BUNDLED WITH