Skip to content

Commit

Permalink
Merge pull request #135 from ifad/dependabot/bundler/json-2.6.2
Browse files Browse the repository at this point in the history
Bump json from 2.3.1 to 2.6.2
  • Loading branch information
tagliala authored May 27, 2022
2 parents 1778086 + 8611ebf commit 6224275
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.5'

gem 'haml', '~> 5.2'
gem 'iso-639', '~> 0.3.5'
gem 'json', '~> 2.3'
gem 'json', '~> 2.6'
gem 'mail', '~> 2.7'
gem 'mime-types', '~> 3.4'
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 @@ -22,7 +22,7 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
iso-639 (0.3.5)
json (2.3.1)
json (2.6.2)
kgio (2.11.3)
mail (2.7.1)
mini_mime (>= 0.1.1)
Expand Down Expand Up @@ -113,7 +113,7 @@ DEPENDENCIES
byebug (~> 11.1)
haml (~> 5.2)
iso-639 (~> 0.3.5)
json (~> 2.3)
json (~> 2.6)
mail (~> 2.7)
mime-types (~> 3.4)
nokogiri (~> 1.13)
Expand Down

0 comments on commit 6224275

Please sign in to comment.