File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ source 'http://rubygems.org'
22source 'http://gems.github.com'
33
44gem 'rake'
5+ gem 'libxml-ruby' , '= 1.1.3'
56gem 'sqlite3-ruby'
67gem 'sequel'
78gem 'sinatra'
Original file line number Diff line number Diff line change 99 httpclient (2.1.5.2 )
1010 json (1.4.6 )
1111 kgio (2.0.0 )
12- libxml-ruby (1.1.4 )
12+ libxml-ruby (1.1.3 )
1313 rack (1.2.1 )
1414 rake (0.8.7 )
1515 ratom (0.6.7 )
1616 libxml-ruby (>= 1.1.2 )
1717 ruby-hmac (0.4.0 )
18- sequel (3.17 .0 )
18+ sequel (3.18 .0 )
1919 sinatra (1.1.0 )
2020 rack (~> 1.1 )
2121 tilt (~> 1.1 )
@@ -38,6 +38,7 @@ DEPENDENCIES
3838 eventmachine
3939 httpclient
4040 json
41+ libxml-ruby (= 1.1.3 )
4142 rake
4243 ratom
4344 ruby-hmac
Original file line number Diff line number Diff line change 11#!/usr/bin/env ruby
22
33require "rubygems"
4- require "bundler"
5- Bundler . setup ( :default )
4+ require "bundler/setup"
65
76ENV [ 'RACK_ENV' ] ||= "development"
87
You can’t perform that action at this time.
0 commit comments