Skip to content

Commit 69ee974

Browse files
Merge dependabot/bundler/hooks/ruby/configuring-your-server/json-2.3.0 into combine-prs-branch
2 parents 60698a9 + aaf1c91 commit 69ee974

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,4 +1,4 @@
11
source "https://rubygems.org"
22

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

hooks/ruby/configuring-your-server/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
4-
json (1.8.3)
4+
json (2.3.0)
55
rack (1.6.13)
66
rack-protection (1.5.5)
77
rack
@@ -15,7 +15,7 @@ PLATFORMS
1515
ruby
1616

1717
DEPENDENCIES
18-
json (~> 1.8)
18+
json (~> 2.3)
1919
sinatra (~> 1.3.5)
2020

2121
BUNDLED WITH

0 commit comments

Comments
 (0)