Skip to content

Commit

Permalink
Merge pull request #226 from ifad/dependabot/bundler/json-2.7.1
Browse files Browse the repository at this point in the history
Bump json from 2.6.3 to 2.7.1
  • Loading branch information
tagliala authored Feb 5, 2024
2 parents 0c48eca + edd5b06 commit cd0fdfd
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 @@ ruby '2.6.10'

gem 'haml', '~> 6.2'
gem 'iso-639', '~> 0.3.6'
gem 'json', '~> 2.6'
gem 'json', '~> 2.7'
gem 'mail', '~> 2.8'
gem 'mime-types', '~> 3.5'
gem 'nokogiri', '~> 1.13'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
iso-639 (0.3.6)
json (2.6.3)
json (2.7.1)
kgio (2.11.4)
mail (2.8.1)
mini_mime (>= 0.1.1)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
byebug
haml (~> 6.2)
iso-639 (~> 0.3.6)
json (~> 2.6)
json (~> 2.7)
mail (~> 2.8)
mime-types (~> 3.5)
nokogiri (~> 1.13)
Expand Down

0 comments on commit cd0fdfd

Please sign in to comment.