Skip to content

Commit c54b580

Browse files
committed
Remove useless require
1 parent fd14817 commit c54b580

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ namespace :openapi do
3333
end
3434

3535
task :download_openapi_specs do
36-
require "json"
37-
3836
IBM_CLOUD_GEMS.each do |api_gem, openapi_json|
3937
uri = URI("https://cloud.ibm.com/apidocs/#{openapi_json}")
4038
output_file = openapi_json.sub("/", "-")

0 commit comments

Comments
 (0)