Skip to content

Commit

Permalink
Bump json-schema from 5.0.1 to 5.1.0 (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Кирилл Леонов <71232234+leonovk@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and leonovk authored Dec 1, 2024
1 parent 259fb33 commit 7d907e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'config', '~> 5.5'
gem 'digest', '~> 3.1', '>= 3.1.1'
gem 'faraday', '~> 2.12'
gem 'ipaddr', '~> 1.2'
gem 'json-schema', '~> 5.0'
gem 'json-schema', '~> 5.1'
gem 'puma', '~> 6.4'
gem 'rainbow', '~> 3.1', '>= 3.1.1'
gem 'rake', '~> 13.2', '>= 13.2.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
hashdiff (1.1.1)
ipaddr (1.2.7)
json (2.7.5)
json-schema (5.0.1)
json-schema (5.1.0)
addressable (~> 2.8)
language_server-protocol (3.17.0.3)
listen (3.9.0)
Expand Down Expand Up @@ -167,7 +167,7 @@ DEPENDENCIES
dotenv (~> 3.1)
faraday (~> 2.12)
ipaddr (~> 1.2)
json-schema (~> 5.0)
json-schema (~> 5.1)
pry-byebug (~> 3.10, >= 3.10.1)
puma (~> 6.4)
rack-test (~> 2.1)
Expand Down

0 comments on commit 7d907e3

Please sign in to comment.