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 #2

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
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'byebug'
gem 'json', '~> 2.4.0'
gem 'json', '~> 2.3.0'
gem 'rubocop', '~> 0.51.0', require: false
gem 'hex_string'
gem 'number-theory'
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Expand Up @@ -3,9 +3,8 @@ GEM
specs:
ast (2.4.0)
byebug (10.0.2)
gcd (0.0.1)
hex_string (1.0.1)
json (2.1.0)
json (2.3.0)
narray (0.6.1.2)
number-theory (1.0.0)
narray (>= 0.6)
Expand All @@ -15,7 +14,7 @@ GEM
powerpack (0.1.2)
rainbow (2.2.2)
rake
rake (12.3.1)
rake (13.0.3)
rubocop (0.51.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
Expand All @@ -31,10 +30,10 @@ PLATFORMS

DEPENDENCIES
byebug
gcd
hex_string
json (~> 2.1.0)
json (~> 2.3.0)
number-theory
rake (>= 12.3.3)
rubocop (~> 0.51.0)

BUNDLED WITH
Expand Down