Skip to content

Commit

Permalink
Ruby: Ensure uri is imported at gem initialization (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-frank authored Jan 25, 2022
1 parent d852ede commit c44d460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby/lib/svix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "json"
require "openssl"
require "base64"
require "uri"

# API
require "svix/api/application_api"
Expand Down

0 comments on commit c44d460

Please sign in to comment.