Skip to content

Commit

Permalink
Merge pull request #323 from zendesk/sgoedecke/DINGO-600-bump-zas-for…
Browse files Browse the repository at this point in the history
…-co-reqs

[DINGO-600] Bump ZAS to support custom object requirements
  • Loading branch information
seangoedecke authored Nov 14, 2019
2 parents 454a245 + aa2e510 commit 467fc94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
sinatra-cross_origin (~> 0.3.1)
thin (~> 1.7.2)
thor (~> 0.19.4)
zendesk_apps_support (~> 4.23.0)
zendesk_apps_support (~> 4.25.0)

GEM
remote: https://rubygems.org/
Expand All @@ -38,7 +38,7 @@ GEM
contracts (0.16.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
crass (1.0.5)
cucumber (3.0.1)
builder (>= 2.1.2)
cucumber-core (~> 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion zendesk_apps_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'sinatra', '~> 1.4.6'
s.add_runtime_dependency 'faraday', '~> 0.9.2'
s.add_runtime_dependency 'execjs', '~> 2.7.0'
s.add_runtime_dependency 'zendesk_apps_support', '~> 4.23.0'
s.add_runtime_dependency 'zendesk_apps_support', '~> 4.25.0'
s.add_runtime_dependency 'sinatra-cross_origin', '~> 0.3.1'
s.add_runtime_dependency 'listen', '~> 2.10'
s.add_runtime_dependency 'rack-livereload'
Expand Down

0 comments on commit 467fc94

Please sign in to comment.