Skip to content

Commit

Permalink
Merge pull request #416 from indirect/dependabot/bundler/json-schema-…
Browse files Browse the repository at this point in the history
…4.3.0

Bump json-schema from 4.2.0 to 4.3.0
  • Loading branch information
github-actions[bot] authored Mar 27, 2024
2 parents 8fdbf3d + a9b71f3 commit 6dad6ae
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 @@ -6,7 +6,7 @@ gem "mail", "< 2.9.0"
group :development, :test do
gem "assert_json", "~> 1.0.0", require: false
gem "debug", "~> 1.9", platforms: %i[mri mingw x64_mingw]
gem "json-schema", "~> 4.2", require: false
gem "json-schema", "~> 4.3", require: false
gem "libxml-ruby", "~> 5.0.3"
gem "pry-rails", "~> 0.3.9"
gem "rspec-rails", "~> 6.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
reline (>= 0.4.2)
jb (0.8.2)
json (2.7.1)
json-schema (4.2.0)
json-schema (4.3.0)
addressable (>= 2.8)
language_server-protocol (3.17.0.3)
libxml-ruby (5.0.3)
Expand Down Expand Up @@ -455,7 +455,7 @@ DEPENDENCIES
hotwire-livereload (~> 1.3)
importmap-rails (~> 2.0)
jb (~> 0.8.2)
json-schema (~> 4.2)
json-schema (~> 4.3)
libxml-ruby (~> 5.0.3)
litestack (~> 0.4.3)
lograge (~> 0.14.0)
Expand Down

0 comments on commit 6dad6ae

Please sign in to comment.