We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1023684 commit c2942a1Copy full SHA for c2942a1
jwt_console_project/jwt_console.rb
@@ -2,7 +2,7 @@
2
3
gemfile do
4
source 'https://rubygems.org'
5
- gem 'docusign_esign',' ~> 3.15.0'
+ gem 'docusign_esign',' ~> 3.17.0'
6
end
7
8
class ESign
@@ -22,10 +22,10 @@ def load_config_data
22
begin
23
config_file_contents = File.read(config_file_path)
24
rescue Errno::ENOENT
25
- $stderr.puts "missing config file"
+ $stderr.puts "Missing config file"
26
raise
27
28
- YAML.load(config_file_contents)
+ YAML.unsafe_load(config_file_contents)
29
30
31
def get_consent
0 commit comments