Skip to content

Commit 94b5f89

Browse files
committed
libxml_ruby.so: invalid ELF header with libxml-ruby 1.1.4
1 parent 94e9b9c commit 94b5f89

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'http://rubygems.org'
22
source 'http://gems.github.com'
33

44
gem 'rake'
5+
gem 'libxml-ruby', '= 1.1.3'
56
gem 'sqlite3-ruby'
67
gem 'sequel'
78
gem 'sinatra'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ GEM
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

webglue.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env ruby
22

33
require "rubygems"
4-
require "bundler"
5-
Bundler.setup(:default)
4+
require "bundler/setup"
65

76
ENV['RACK_ENV'] ||= "development"
87

0 commit comments

Comments
 (0)