Skip to content

Commit cb9c76a

Browse files
author
Kirill Platonov
committed
fix net/ping require bug
1 parent b9d84d2 commit cb9c76a

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

Gemfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
source "https://rubygems.org"
22

3-
gemspec
4-
5-
gem 'turn'
6-
gem 'rspec'
7-
gem 'guard-rspec'
8-
gem 'growl'
9-
gem 'net-ping'
10-
gem 'fuubar'
3+
gemspec

Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ DEPENDENCIES
7070
fuubar
7171
growl
7272
guard-rspec
73-
net-ping
7473
proxy_manager!
7574
rspec
7675
turn

lib/proxy_manager.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'proxy_manager/main'
2+
require 'net/ping'
23

34
module ProxyManager
45
def self.root

spec/proxy_manager/proxy_manager_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require 'spec_helper'
2-
require 'net/ping'
32
require 'proxy_manager'
43

54
describe ProxyManager do

0 commit comments

Comments
 (0)