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 5527daa + c2f89a8 commit 60698a9Copy full SHA for 60698a9
hooks/ruby/dismiss-review-server/Gemfile
@@ -1,5 +1,5 @@
1
source "https://rubygems.org"
2
3
-gem "json", "~> 1.8"
+gem "json", "~> 2.3"
4
gem "rest-client"
5
gem "sinatra", "~> 1.3.5"
hooks/ruby/dismiss-review-server/Gemfile.lock
@@ -1,11 +1,11 @@
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
domain_name (0.5.20161129)
unf (>= 0.0.5, < 1.0.0)
6
http-cookie (1.0.3)
7
domain_name (~> 0.5)
8
- json (1.8.6)
+ json (2.3.0)
9
mime-types (3.1)
10
mime-types-data (~> 3.2015)
11
mime-types-data (3.2016.0521)
@@ -30,7 +30,7 @@ PLATFORMS
30
ruby
31
32
DEPENDENCIES
33
- json (~> 1.8)
+ json (~> 2.3)
34
rest-client
35
sinatra (~> 1.3.5)
36
0 commit comments