diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-04 02:56:00 +0100 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-01-04 10:56:00 +0900 |
commit | ff924f95bbb9ed728bbc95cab1651cc788e1351b (patch) | |
tree | cada8d683adefd6472305c79fdd1f528f85af542 | |
parent | c10f4bdb037d87444a76e52e85f046e7e59d753a (diff) |
Fix OpenSSL dependency in ostatus2 (#6174)
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 1b7af06a4..f3887b2b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,13 +299,11 @@ GEM sidekiq (>= 3.5.0) statsd-ruby (~> 1.2.0) oj (3.3.9) - openssl (2.0.6) orm_adapter (0.5.0) - ostatus2 (2.0.1) + ostatus2 (2.0.2) addressable (~> 2.4) http (~> 2.0) nokogiri (~> 1.6) - openssl (~> 2.0) ox (2.8.2) paperclip (5.1.0) activemodel (>= 4.2.0) |