Skip to content

Commit

Permalink
Bump json from 2.7.6 to 2.8.1
Browse files Browse the repository at this point in the history
Bumps [json](https://github.com/ruby/json) from 2.7.6 to 2.8.1.
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.7.6...v2.8.1)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 3ed83df commit d349b42
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 @@ -9,7 +9,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
gem 'base64', '~> 0.2.0'
gem 'bigdecimal', '~> 3.1'
gem 'mutex_m', '~> 0.2.0'
gem 'json', '~> 2.7'
gem 'json', '~> 2.8'

group :development do
gem 'web-console', '>= 3.3.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.6)
json (2.8.1)
jwt (2.7.1)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -406,7 +406,7 @@ DEPENDENCIES
bigdecimal (~> 3.1)
bootsnap (>= 1.4.2)
byebug
json (~> 2.7)
json (~> 2.8)
listen (>= 3.0.5)
mutex_m (~> 0.2.0)
mysql2
Expand Down

0 comments on commit d349b42

Please sign in to comment.