Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json from 2.1.0 to 2.3.0 #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
end
gem 'addressable', '~> 2.5.2'
gem 'byebug'
gem 'json', '~> 2.4.0'
gem 'json', '~> 2.3.0'
gem 'rest-client'
gem 'rubocop', '~> 0.51.0', require: false
gem "rake", ">= 12.3.3"
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Expand Up @@ -9,7 +9,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
json (2.1.0)
json (2.3.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
Expand All @@ -21,7 +21,7 @@ GEM
public_suffix (3.0.3)
rainbow (2.2.2)
rake
rake (12.3.1)
rake (13.0.3)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand All @@ -45,7 +45,8 @@ PLATFORMS
DEPENDENCIES
addressable (~> 2.5.2)
byebug
json (~> 2.1.0)
json (~> 2.3.0)
rake (>= 12.3.3)
rest-client
rubocop (~> 0.51.0)

Expand Down