about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-01-15 09:24:35 +0100
committerGitHub <noreply@github.com>2019-01-15 09:24:35 +0100
commitee5e24807fb59c398e7dfca807c51242269c7588 (patch)
tree509004933d00f27ae929f636f9667557e85efd82 /Gemfile
parent6cfb357940b3855ce53f6d1dfd87b1b32840a302 (diff)
Add `tootctl domains crawl` (#9809)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index edec721d6..fdfac330f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -145,3 +145,5 @@ group :production do
   gem 'lograge', '~> 0.10'
   gem 'redis-rails', '~> 5.0'
 end
+
+gem 'concurrent-ruby', require: false