Skip to content

Commit 60698a9

Browse files
Merge dependabot/bundler/hooks/ruby/dismiss-review-server/json-2.3.0 into combine-prs-branch
2 parents 5527daa + c2f89a8 commit 60698a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "json", "~> 1.8"
3+
gem "json", "~> 2.3"
44
gem "rest-client"
55
gem "sinatra", "~> 1.3.5"

hooks/ruby/dismiss-review-server/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
domain_name (0.5.20161129)
55
unf (>= 0.0.5, < 1.0.0)
66
http-cookie (1.0.3)
77
domain_name (~> 0.5)
8-
json (1.8.6)
8+
json (2.3.0)
99
mime-types (3.1)
1010
mime-types-data (~> 3.2015)
1111
mime-types-data (3.2016.0521)
@@ -30,7 +30,7 @@ PLATFORMS
3030
ruby
3131

3232
DEPENDENCIES
33-
json (~> 1.8)
33+
json (~> 2.3)
3434
rest-client
3535
sinatra (~> 1.3.5)
3636

0 commit comments

Comments
 (0)