mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Remove rubysl from Gemfile.
Rubinius has not required adding rubysl to the Gemfile for over a year, so if anyone has issues with this, they need to upgrade.
This commit is contained in:
parent
d70a791a94
commit
b6000cffaa
1 changed files with 0 additions and 4 deletions
4
Gemfile
4
Gemfile
|
@ -11,7 +11,3 @@ gem "rack"
|
||||||
gem 'minitest', '~> 4.0'
|
gem 'minitest', '~> 4.0'
|
||||||
|
|
||||||
gem "jruby-openssl", :platform => "jruby"
|
gem "jruby-openssl", :platform => "jruby"
|
||||||
|
|
||||||
platforms :rbx do
|
|
||||||
gem 'rubysl', '~> 2.0'
|
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in a new issue