Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Bump json from 1.7.7 to 2.3.1 in /hephaestus #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hephaestus/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "oj"
gem "rake"
gem "tire"
gem "pry", :require => false
gem "json", "~> 1.7.7"
gem "json", "~> 2.3.1"
gem "httparty"
gem "ruby-progressbar", require: false

Expand Down
4 changes: 2 additions & 2 deletions hephaestus/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
httpi (1.1.1)
rack
i18n (0.6.5)
json (1.7.7)
json (2.3.1)
log4r (1.1.10)
metaclass (0.0.4)
method_source (0.8.1)
Expand Down Expand Up @@ -140,7 +140,7 @@ DEPENDENCIES
hashie
httparty
httpi
json (~> 1.7.7)
json (~> 2.3.1)
log4r
mapa76-core!
minitest
Expand Down