Skip to content

Commit

Permalink
#7 obk
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 15, 2024
1 parent a3b49e2 commit 129838a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ LABEL "maintainer"="Yegor Bugayenko"

RUN gem install \
octokit:8.1.0 \
obk:0.3.1 \
faraday-retry:2.2.1 \
rubocop:1.63.5

Expand Down
3 changes: 2 additions & 1 deletion lib/octokit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

require 'obk'
require 'octokit'

def octokit
Expand All @@ -34,7 +35,7 @@ def octokit
end
o
end
$octokit
Obk.new($octokit, pause: 500)
end

def repositories
Expand Down

0 comments on commit 129838a

Please sign in to comment.