removed json dependency
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
require 'rest_client'
|
||||
require 'JSON'
|
||||
require 'json'
|
||||
require 'sightstone/modules/champion_module'
|
||||
require 'sightstone/modules/summoner_module'
|
||||
require 'sightstone/modules/game_module'
|
||||
@@ -57,4 +57,4 @@ class SightstoneConnectionException < SightstoneApiException; end
|
||||
class RateLimitExceededException < SightstoneApiException; end
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user