Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
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 chaos/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

gem "capistrano"
gem 'json', '~> 1.7.7'
gem 'json', '~> 2.3.1'
gem "rake"
gem "yajl-ruby", :require => "yajl/json_gem"

Expand Down
4 changes: 2 additions & 2 deletions chaos/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
hashr (0.0.22)
highline (1.6.19)
i18n (0.6.5)
json (1.7.7)
json (2.3.1)
listen (0.7.3)
lumberjack (1.0.3)
metaclass (0.0.1)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
factory_girl
guard
guard-minitest
json (~> 1.7.7)
json (~> 2.3.1)
mapa76-core!
minitest
mocha
Expand Down