Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 1f16662

Browse files
committed
We dont need to require rubygems in the bin as rubygems will wrap the bin for us
1 parent cefe766 commit 1f16662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/oauth

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/env ruby -w -rubygems
1+
#!/usr/bin/env ruby
22

33
require "oauth/cli"
44

5-
OAuth::CLI.execute(STDOUT, STDIN, STDERR, ARGV)
5+
OAuth::CLI.execute(STDOUT, STDIN, STDERR, ARGV)

0 commit comments

Comments
 (0)