diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-27 04:42:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-27 04:42:08 +0200 |
commit | b9fbcbfe4e0a15fcf8a457ce17ea080f0eb939fc (patch) | |
tree | 03332ded5e52a9cdb099dec8286ab7ac36d67c02 /Gemfile | |
parent | 501148ab912b3bd36dbf0f9f2e10bfde7787012d (diff) |
Add search syntax for operators and phrases (#11411)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index e969c4ae0..96eb44af7 100644 --- a/Gemfile +++ b/Gemfile @@ -64,6 +64,7 @@ gem 'nsa', '~> 0.2' gem 'oj', '~> 3.8' gem 'ostatus2', '~> 2.0' gem 'ox', '~> 2.11' +gem 'parslet' gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c' gem 'pundit', '~> 2.0' gem 'premailer-rails' |