diff --git a/Gemfile b/Gemfile index c0c90f7..2873a35 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', git: 'https://github.com/zooniverse/json-schema_builder.git', branch: 'talk-version' +gem 'json-schema_builder', git: 'https://github.com/zooniverse/json-schema_builder.git', branch: 'talk-version', ref: '5e39cae16a' gem 'logstasher', '~> 0.9.0' gem 'newrelic_rpm' gem 'pg', '~> 0.21' diff --git a/Gemfile.lock b/Gemfile.lock index 37c540b..e2f8774 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,11 @@ GIT remote: https://github.com/zooniverse/json-schema_builder.git - revision: 0adaef585068c47f6cd749617892ac0c4cfd53ec + revision: 5e39cae16a9a6f19ef347848a3691541312eda81 + ref: 5e39cae16a branch: talk-version specs: json-schema_builder (0.8.2) - activesupport (>= 4.0) + activesupport (>= 4.0, <= 7.2) json-schema (>= 2.1) GIT diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 4a51365..fa879bc 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -1,10 +1,11 @@ GIT remote: https://github.com/zooniverse/json-schema_builder.git - revision: 0adaef585068c47f6cd749617892ac0c4cfd53ec + revision: 5e39cae16a9a6f19ef347848a3691541312eda81 + ref: 5e39cae16a branch: talk-version specs: json-schema_builder (0.8.2) - activesupport (>= 4.0) + activesupport (>= 4.0, <= 7.2) json-schema (>= 2.1) GIT