diff --git a/Gemfile b/Gemfile index 13cf9b7..c0c90f7 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'faraday' gem 'faraday_middleware' gem 'honeybadger', '~> 4.5.0' gem 'json-schema', '~> 2.8' -gem 'json-schema_builder', '~> 0.0.8' +gem 'json-schema_builder', git: 'https://github.com/zooniverse/json-schema_builder.git', branch: 'talk-version' gem 'logstasher', '~> 0.9.0' gem 'newrelic_rpm' gem 'pg', '~> 0.21' diff --git a/Gemfile.lock b/Gemfile.lock index c5d804b..37c540b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/zooniverse/json-schema_builder.git + revision: 0adaef585068c47f6cd749617892ac0c4cfd53ec + branch: talk-version + specs: + json-schema_builder (0.8.2) + activesupport (>= 4.0) + json-schema (>= 2.1) + GIT remote: https://github.com/zooniverse/restpack_serializer.git revision: 637aaaf85eda4f467c034f19f52e3f0cb6b20112 @@ -150,9 +159,6 @@ GEM json (1.8.6) json-schema (2.8.1) addressable (>= 2.4) - json-schema_builder (0.0.9) - activesupport (>= 4.0) - json-schema (~> 2.5) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -382,7 +388,7 @@ DEPENDENCIES guard-rspec honeybadger (~> 4.5.0) json-schema (~> 2.8) - json-schema_builder (~> 0.0.8) + json-schema_builder! logstasher (~> 0.9.0) mock_redis newrelic_rpm diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 2c815d8..4a51365 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/zooniverse/json-schema_builder.git + revision: 0adaef585068c47f6cd749617892ac0c4cfd53ec + branch: talk-version + specs: + json-schema_builder (0.8.2) + activesupport (>= 4.0) + json-schema (>= 2.1) + GIT remote: https://github.com/zooniverse/restpack_serializer.git revision: 637aaaf85eda4f467c034f19f52e3f0cb6b20112 @@ -144,9 +153,6 @@ GEM json (1.8.6) json-schema (2.8.1) addressable (>= 2.4) - json-schema_builder (0.0.9) - activesupport (>= 4.0) - json-schema (~> 2.5) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -361,7 +367,7 @@ DEPENDENCIES guard-rspec honeybadger (~> 4.5.0) json-schema (~> 2.8) - json-schema_builder (~> 0.0.8) + json-schema_builder! logstasher (~> 0.9.0) mock_redis newrelic_rpm diff --git a/kubernetes/deployment-staging-canary.tmpl b/kubernetes/deployment-staging-canary.tmpl index 45d7917..3ef5e2c 100644 --- a/kubernetes/deployment-staging-canary.tmpl +++ b/kubernetes/deployment-staging-canary.tmpl @@ -5,7 +5,7 @@ metadata: labels: app: talk-staging-canary-app spec: - replicas: 0 + replicas: 1 selector: matchLabels: app: talk-staging-canary-app