Skip to content

Commit 9561907

Browse files
committed
🔨 binstubs
1 parent fe8ed15 commit 9561907

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bin/console

100755100644
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# frozen_string_literal: true
33

44
require "bundler/setup"
5-
require "oauth/tty"
5+
require "oauth-tty"
66

77
# You can add fixtures and/or initialization code here to make experimenting
88
# with your gem easier. You can also use a different console, if you like.
9+
require "debug" if ENV["DEBUG"] == "true"
910

1011
# (If you use this, don't forget to add pry to your Gemfile!)
1112
# require "pry"

bin/setup

100755100644
File mode changed.

0 commit comments

Comments
 (0)