Skip to content

Commit

Permalink
Another attempt to fix the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Dec 12, 2013
1 parent 75a3f3e commit 6eba6d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source "http://rubygems.org"
gemspec

gem 'jruby-openssl', "~> 0.9.0", platform: :jruby
gem "rubysl", "~> 2.1", platform: :rbx

group :development do
gem "ruby-debug", "~> 0.10.4", platform: :jruby
Expand All @@ -17,9 +18,5 @@ group :test do
gem "rake", "~> 10.1.0"
gem "vcr", "~> 2.5.0"
gem "webmock", "~> 1.13.0"
end

platforms :rbx do
gem "rubysl", "~> 2.1"
gem "rubinius-coverage"
gem "rubinius-coverage", platform: :rbx
end

0 comments on commit 6eba6d4

Please sign in to comment.