Skip to content

Commit

Permalink
Remove require for older backports
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Jun 8, 2015
1 parent 7d2988a commit d30c990
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/octokit/client/pub_sub_hubbub.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
major, minor, patch = RUBY_VERSION.split('.').map(&:to_i)

if (major == 1 && minor < 9) || (major == 1 && minor == 9 && patch < 2)
# pull in backports
require 'octokit/backports/uri'
end

module Octokit
class Client

Expand Down

0 comments on commit d30c990

Please sign in to comment.