diff options
author | Holly 'Frinkel' Lotor <admin@frinkel.tech> | 2020-01-20 17:59:14 +0000 |
---|---|---|
committer | Holly 'Frinkel' Lotor <admin@frinkel.tech> | 2020-01-20 16:57:59 -0500 |
commit | e37c5a967af4b9c4338df709646375ea427f157e (patch) | |
tree | b9dd23eb903be034cb8ac47cde0c6285511faea7 /Gemfile | |
parent | 259f0b15fc10470c00c57d88aec07617b5ee6ece (diff) |
More smoke testing, merge in request pool from upstream
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 1e01e5c19..771b8ab47 100644 --- a/Gemfile +++ b/Gemfile @@ -151,6 +151,7 @@ group :production do end gem 'concurrent-ruby', require: false +gem 'connection_pool', require: false gem "ruby-bbcode", "~> 2.0" |