Skip to content

Commit ab48872

Browse files
authored
chore: Attempt to fix uri gem issue for generation tools (#17123)
1 parent 06e7924 commit ab48872

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.toys/generate-updates.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
require "uri"
16+
1517
desc "Run standard Google client generation."
1618

1719
flag :git_remote, "--remote=NAME" do

.toys/generate.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
require "uri"
16+
1517
desc "Run standard Google client generation."
1618

1719
optional_arg :api, desc: "API name (optional). Generates all APIs if omitted."

0 commit comments

Comments
 (0)