Skip to content

Commit a1879ca

Browse files
committed
Setup bundler in the bin scripts
1 parent 984da1d commit a1879ca

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

bin/add-ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

4+
require "bundler/setup"
45
require_relative "../lib/commands/add_ruby_version"
56

67
if ARGV.length != 1

bin/check-and-create-pr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# 0 - Success (PR created or no new versions)
1818
# 1 - Error occurred
1919

20+
require "bundler/setup"
2021
require_relative "../lib/commands/check_and_create_pr"
2122

2223
def print_help

0 commit comments

Comments
 (0)