Skip to content

Commit bc8046c

Browse files
authored
Merge pull request #700 from masterkain/feat/fix-ruby4-cgi-warning
2 parents bcd10e9 + 2babd4b commit bc8046c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/oauth2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
# includes modules from stdlib
4-
require "cgi"
4+
require "cgi/escape"
55
require "time"
66

77
# third party gems

0 commit comments

Comments
 (0)