Skip to content

Commit

Permalink
update json-schema_builder to use our fork's most recent version. set…
Browse files Browse the repository at this point in the history
… replicase for canary staging to 1 to test 2.7 on canary (#384)
  • Loading branch information
yuenmichelle1 authored Dec 12, 2024
1 parent 1492e1e commit ea617fa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployment-staging-canary.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: talk-staging-canary-app
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
app: talk-staging-canary-app
Expand Down

0 comments on commit ea617fa

Please sign in to comment.