Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
* use the stock upstream roxml
* upstream roxml says it supports active support 2.x but it doesn't, so
  manually force 3.0.x
* specify a version of nokogiri that we know works
  • Loading branch information
yob committed May 16, 2011
1 parent de8dc68 commit 7a5155a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -64,8 +64,10 @@ spec = Gem::Specification.new do |s|
"tasks/**/*.rb",
"tasks/**/*.rake"
]
s.add_dependency('yob-roxml', '>=3.1.6')
s.add_dependency('roxml', '~>3.1.6')
s.add_dependency('activesupport', '~> 3.0.5')
s.add_dependency('andand')
s.add_dependency('nokogiri', '>=1.4')
end

Rake::GemPackageTask.new(spec) do |p|
Expand Down

0 comments on commit 7a5155a

Please sign in to comment.