diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-05 15:29:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 15:29:52 +0200 |
commit | 61a06eb328aa8c43487fcfd2529b9699b357b8c3 (patch) | |
tree | a2e39644d36ea55637f2d6263eacb4276a54bc2c | |
parent | df605f0f8ba795a10cf67095429bfeb7c362b7c9 (diff) |
Update goldfinger to 2.0.1, see tootsuite/goldfinger#5 (#4527)
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e5fd3506a..e2430d153 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM ruby-progressbar (~> 1.4) globalid (0.4.0) activesupport (>= 4.2.0) - goldfinger (2.0.0) + goldfinger (2.0.1) addressable (~> 2.5) http (~> 2.2) nokogiri (~> 1.8) @@ -264,7 +264,7 @@ GEM mini_portile2 (~> 2.2.0) nokogumbo (1.4.13) nokogiri - oj (3.2.0) + oj (3.3.4) openssl (2.0.4) orm_adapter (0.5.0) ostatus2 (2.0.1) @@ -590,4 +590,4 @@ RUBY VERSION ruby 2.4.1p111 BUNDLED WITH - 1.15.2 + 1.15.3 |