Skip to content

Commit

Permalink
Merge pull request #264 from genebean/dependabot/bundler/json-2.6.3
Browse files Browse the repository at this point in the history
Bump json from 2.6.2 to 2.6.3
  • Loading branch information
genebean authored Jan 27, 2023
2 parents a894e1d + 9dd447b commit 0ea70c8
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 @@ -3,7 +3,7 @@
source 'https://rubygems.org/'

# App Stack
gem 'json', '~> 2.3'
gem 'json', '~> 2.6'
gem 'net-smtp', '~> 0.3.3'
gem 'passenger', '~> 6.0'
gem 'pony', '~> 1.13'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
json (2.6.2)
json (2.6.3)
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.1.2)
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
json (~> 2.3)
json (~> 2.6)
minitest (~> 5.17)
minitest-reporters (~> 1.4, >= 1.4.3)
net-smtp (~> 0.3.3)
Expand Down

0 comments on commit 0ea70c8

Please sign in to comment.