Skip to content

Commit

Permalink
Updated Nokogiri to 1.6.0 - temporary hack of sax-machine dependency …
Browse files Browse the repository at this point in the history
…necessary
  • Loading branch information
JonasNielsen committed Oct 11, 2013
1 parent 87b1bb1 commit 9b0bd4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -6,4 +6,6 @@ group :development, :test do
gem 'rake'
gem 'guard-rspec'
gem 'simplecov', :require => false, :platforms => :mri_19
# TODO Remove this dependency after updating sax-machine dependency in gemspec
gem 'sax-machine', github: "AutoUncle/sax-machine", ref: '95e5f8fedb5ed2d1b3b6bdf3e9ac8c3dc5750de7'
end
8 changes: 7 additions & 1 deletion feedzirra.gemspec
Expand Up @@ -19,7 +19,13 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY

s.add_dependency 'nokogiri', '~> 1.6.0'
s.add_dependency 'sax-machine', '~> 0.2.0.rc1'
#
# TODO Update sax-machine dependency as soon as a new version is released with the changes of this pull request: https://github.com/pauldix/sax-machine/pull/45
# The current released version of sax-machine has a dependency for an older version of Nokogiri, causing compatibility issues.
#
# Also remove temporary gem dependency in Gemfile
#
# s.add_dependency 'sax-machine', '~> 0.2.0.rc1'
s.add_dependency 'curb', '~> 0.8.1'
s.add_dependency 'loofah', '~> 1.2.1'

Expand Down

0 comments on commit 9b0bd4d

Please sign in to comment.