Skip to content

Commit

Permalink
updat json schema with version compatible with ruby 2.7 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Dec 12, 2024
1 parent ea617fa commit c9a172a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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', 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'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c9a172a

Please sign in to comment.