Skip to content

Commit

Permalink
fix tests for rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen von Takach committed Nov 25, 2013
1 parent 9176535 commit 662c7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source "https://rubygems.org"
gemspec

gem "rubysl", :platform => :rbx
1 change: 0 additions & 1 deletion libuv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'ffi', '>= 1.9'
gem.add_runtime_dependency 'thread_safe'
gem.add_runtime_dependency 'ruby-tls', '>= 1.0.1'
gem.add_runtime_dependency 'rubysl' if $platform.to_s == 'rbx'

gem.add_development_dependency 'rspec', '>= 2.14'
gem.add_development_dependency 'rake', '>= 10.1'
Expand Down

0 comments on commit 662c7fd

Please sign in to comment.