about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-21 13:40:48 +0200
committerGitHub <noreply@github.com>2017-07-21 13:40:48 +0200
commit399f9f4a4ec9f7a405d0ca6317e66cbe79fa28ef (patch)
treefd80a053eb051bc2974251f41ebef8f8ce2eb4ba
parentf2390e2803248ba8e37ee5bd50c36051552773e3 (diff)
Update Goldfinger gem to 2.0 (#4286)
- No masking of HTTP::Error and OpenSSL::SSL::SSLError
- No longer accepts non-HTTPS WebFinger endpoints
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock13
2 files changed, 8 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 86f092080..f4182bff5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ gem 'devise', '~> 4.2'
 gem 'devise-two-factor', '~> 3.0'
 gem 'doorkeeper', '~> 4.2'
 gem 'fast_blank', '~> 1.0'
-gem 'goldfinger', '~> 1.2'
+gem 'goldfinger', '~> 2.0'
 gem 'hiredis', '~> 0.6'
 gem 'redis-namespace', '~> 1.5'
 gem 'htmlentities', '~> 4.3'
diff --git a/Gemfile.lock b/Gemfile.lock
index 6f0621f5f..8ed079753 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -166,10 +166,11 @@ GEM
     gemoji (3.0.0)
     globalid (0.4.0)
       activesupport (>= 4.2.0)
-    goldfinger (1.2.0)
-      addressable (~> 2.4)
-      http (~> 2.0)
-      nokogiri (~> 1.6)
+    goldfinger (2.0.0)
+      addressable (~> 2.5)
+      http (~> 2.2)
+      nokogiri (~> 1.8)
+      oj (~> 3.0)
     hamlit (2.8.4)
       temple (>= 0.8.0)
       thor
@@ -523,7 +524,7 @@ DEPENDENCIES
   fast_blank (~> 1.0)
   fuubar (~> 2.2)
   gemoji (~> 3.0)
-  goldfinger (~> 1.2)
+  goldfinger (~> 2.0)
   hamlit-rails (~> 0.2)
   hiredis (~> 0.6)
   htmlentities (~> 4.3)
@@ -591,4 +592,4 @@ RUBY VERSION
    ruby 2.4.1p111
 
 BUNDLED WITH
-   1.15.1
+   1.15.2