-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (16 loc) · 674 Bytes
/
Gemfile
File metadata and controls
20 lines (16 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source "http://rubygems.org"
# Specify your gem's dependencies in nosql-tutorial.gemspec
gemspec
gem 'sinatra-static-assets', :git => 'git://github.com/wbzyl/sinatra-static-assets.git'
gem 'sinatra-filler', :git => 'git://github.com/wbzyl/sinatra-filler.git'
# undefined method `write' for #<Syck::Emitter:0x37dda38>
# a workaround
# RUBYOPT='-rpsych' bundle install
#
# useful bash oneliners:
#
# cd tutorials
#
# for x in $(ls) ; do pushd $x ; bundle install --path=$HOME/.gems ; popd ; done
# for x in $(ls) ; do pushd $x ; git pull ; popd ; done
gem 'rack-codehighlighter', :git => 'git://github.com/wbzyl/rack-codehighlighter.git', :branch => 'pre-caption'