Skip to content

Commit

Permalink
Bump ZAS to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcinerney committed Jan 15, 2014
1 parent 6370db8 commit c62a232
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec

gem 'zendesk_apps_support', :git => 'https://github.com/zendesk/zendesk_apps_support.git', :ref => 'v1.10.0'
gem 'zendesk_apps_support', :git => 'https://github.com/zendesk/zendesk_apps_support.git', :ref => 'v1.11.0'
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/zendesk/zendesk_apps_support.git
revision: e81dde8941fdf12308a21da182caa73de170462e
ref: v1.10.0
revision: f4bbd755394d9e39564f58761d2e14f71c64e55e
ref: v1.11.0
specs:
zendesk_apps_support (1.10.0)
zendesk_apps_support (1.11.0)
erubis
i18n
jshintrb (= 0.2.4)
Expand All @@ -19,7 +19,7 @@ PATH
rubyzip (~> 0.9.1)
sinatra (~> 1.3.4)
thor (~> 0.18.0)
zendesk_apps_support (~> 1.10.0)
zendesk_apps_support (~> 1.11.0)

GEM
remote: https://rubygems.org/
Expand All @@ -44,7 +44,7 @@ GEM
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (2.0.2)
faraday (0.8.8)
faraday (0.8.9)
multipart-post (~> 1.2.0)
ffi (1.3.1)
gherkin (2.12.0)
Expand All @@ -61,7 +61,7 @@ GEM
rack (1.5.2)
rack-protection (1.5.1)
rack
rake (10.1.0)
rake (10.1.1)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
Expand All @@ -72,7 +72,7 @@ GEM
rspec-mocks (2.12.2)
rubyzip (0.9.9)
safe_yaml (0.9.7)
sass (3.2.12)
sass (3.2.13)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion zendesk_apps_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rubyzip', '~> 0.9.1'
s.add_runtime_dependency 'sinatra', '~> 1.3.4'
s.add_runtime_dependency 'faraday', '~> 0.8.7'
s.add_runtime_dependency 'zendesk_apps_support', '~> 1.10.0'
s.add_runtime_dependency 'zendesk_apps_support', '~> 1.11.0'

s.add_development_dependency 'cucumber'
s.add_development_dependency 'aruba'
Expand Down

0 comments on commit c62a232

Please sign in to comment.