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 3
3
specs:
4
4
zendesk_apps_tools (3.8.9 )
5
5
execjs (~> 2.7.0 )
6
- faraday (~> 1.3.1 )
6
+ faraday (~> 0.17.5 )
7
7
faye-websocket (>= 0.10.7 , < 0.12.0 )
8
8
listen (~> 2.10 )
9
9
rack-livereload
73
73
erubis (2.7.0 )
74
74
eventmachine (1.2.7 )
75
75
execjs (2.7.0 )
76
- faraday (1.3.1 )
77
- faraday-net_http (~> 1.0 )
76
+ faraday (0.17.5 )
78
77
multipart-post (>= 1.2 , < 3 )
79
- ruby2_keywords (>= 0.0.4 )
80
- faraday-net_http (1.0.1 )
81
78
faye-websocket (0.11.1 )
82
79
eventmachine (>= 0.12.0 )
83
80
websocket-driver (>= 0.5.1 )
133
130
diff-lcs (>= 1.2.0 , < 2.0 )
134
131
rspec-support (~> 3.11.0 )
135
132
rspec-support (3.11.0 )
136
- ruby2_keywords (0.0.5 )
137
133
rubyzip (2.3.2 )
138
134
sass (3.7.4 )
139
135
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
67
67
app_name = get_value_from_stdin ( 'Enter the name of the app:' )
68
68
69
69
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 )
71
71
72
72
unless response . success? && owned_apps_json . has_key? ( 'apps' )
73
73
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|
19
19
s . add_runtime_dependency 'rubyzip' , '>= 1.2.1' , '< 2.4.0'
20
20
s . add_runtime_dependency 'thin' , '~> 1.8.0'
21
21
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 '
23
23
s . add_runtime_dependency 'execjs' , '~> 2.7.0'
24
24
s . add_runtime_dependency 'zendesk_apps_support' , '~> 4.31.1'
25
25
s . add_runtime_dependency 'sinatra-cross_origin' , '~> 0.3.1'
You can’t perform that action at this time.
0 commit comments