We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60698a9 + aaf1c91 commit 69ee974Copy full SHA for 69ee974
hooks/ruby/configuring-your-server/Gemfile
@@ -1,4 +1,4 @@
1
source "https://rubygems.org"
2
3
-gem "json", "~> 1.8"
+gem "json", "~> 2.3"
4
gem "sinatra", "~> 1.3.5"
hooks/ruby/configuring-your-server/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- json (1.8.3)
+ json (2.3.0)
5
rack (1.6.13)
6
rack-protection (1.5.5)
7
rack
@@ -15,7 +15,7 @@ PLATFORMS
15
ruby
16
17
DEPENDENCIES
18
- json (~> 1.8)
+ json (~> 2.3)
19
sinatra (~> 1.3.5)
20
21
BUNDLED WITH
0 commit comments