Skip to content

Commit

Permalink
bump faraday to latest
Browse files Browse the repository at this point in the history
fixes issue zendesk#349
  • Loading branch information
ohitsdylan committed Feb 5, 2021
1 parent 0f16557 commit d5abb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
zendesk_apps_tools (3.8.1)
execjs (~> 2.7.0)
faraday (~> 0.9.2)
faraday (~> 1.3.0)
faye-websocket (~> 0.10.7)
listen (~> 2.10)
rack-livereload
Expand Down
2 changes: 1 addition & 1 deletion zendesk_apps_tools.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rubyzip', '~> 1.2.1'
s.add_runtime_dependency 'thin', '~> 1.7.2'
s.add_runtime_dependency 'sinatra', '~> 1.4.6'
s.add_runtime_dependency 'faraday', '~> 0.9.2'
s.add_runtime_dependency 'faraday', '~> 1.3.0'
s.add_runtime_dependency 'execjs', '~> 2.7.0'
s.add_runtime_dependency 'zendesk_apps_support', '~> 4.29.5'
s.add_runtime_dependency 'sinatra-cross_origin', '~> 0.3.1'
Expand Down

0 comments on commit d5abb5f

Please sign in to comment.