File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 33 specs:
44 zendesk_apps_tools (3.8.9 )
55 execjs (~> 2.7.0 )
6- faraday (~> 1.3.1 )
6+ faraday (~> 0.17.5 )
77 faye-websocket (>= 0.10.7 , < 0.12.0 )
88 listen (~> 2.10 )
99 rack-livereload
7373 erubis (2.7.0 )
7474 eventmachine (1.2.7 )
7575 execjs (2.7.0 )
76- faraday (1.3.1 )
77- faraday-net_http (~> 1.0 )
76+ faraday (0.17.5 )
7877 multipart-post (>= 1.2 , < 3 )
79- ruby2_keywords (>= 0.0.4 )
80- faraday-net_http (1.0.1 )
8178 faye-websocket (0.11.1 )
8279 eventmachine (>= 0.12.0 )
8380 websocket-driver (>= 0.5.1 )
133130 diff-lcs (>= 1.2.0 , < 2.0 )
134131 rspec-support (~> 3.11.0 )
135132 rspec-support (3.11.0 )
136- ruby2_keywords (0.0.5 )
137133 rubyzip (2.3.2 )
138134 sass (3.7.4 )
139135 sass-listen (~> 4.0.0 )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def find_app_id(product_name = 'v2') # use the v2 endpoint if no product name is
6767 app_name = get_value_from_stdin ( 'Enter the name of the app:' )
6868
6969 response = cached_connection . get ( "/api/#{ product_name } /apps/owned.json" )
70- owned_apps_json = json_or_die ( response . env . request_body )
70+ owned_apps_json = json_or_die ( response . body )
7171
7272 unless response . success? && owned_apps_json . has_key? ( 'apps' )
7373 say_error_and_exit "Unable to retrieve apps. Please check your credentials and internet connection."
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919 s . add_runtime_dependency 'rubyzip' , '>= 1.2.1' , '< 2.4.0'
2020 s . add_runtime_dependency 'thin' , '~> 1.8.0'
2121 s . add_runtime_dependency 'sinatra' , '~> 1.4.6'
22- s . add_runtime_dependency 'faraday' , '~> 1.3.1 '
22+ s . add_runtime_dependency 'faraday' , '~> 0.17.5 '
2323 s . add_runtime_dependency 'execjs' , '~> 2.7.0'
2424 s . add_runtime_dependency 'zendesk_apps_support' , '~> 4.31.1'
2525 s . add_runtime_dependency 'sinatra-cross_origin' , '~> 0.3.1'
You can’t perform that action at this time.
0 commit comments