4bf2e0d944
Remove the vendored sqlite3-ruby. Instead, add support for Bundler (which is vendored). Before running the new Instiki, do a ruby bundle which will install all of the needed gems locally. (If you need to, tweak the contents of Gemfile.)
8 lines
165 B
Ruby
8 lines
165 B
Ruby
source "http://rubygems.org"
|
|
gem "sqlite3-ruby", :require => "sqlite3"
|
|
gem "itextomml", ">=1.4.2"
|
|
gem "mongrel", ">=1.2.0.pre2"
|
|
gem "nokogiri"
|
|
gem "rake"
|
|
gem "json"
|