diff options
author | David Yip <yipdw@member.fsf.org> | 2018-05-04 10:11:45 -0500 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-05-04 10:11:45 -0500 |
commit | 54e80bec735bd0329fc4db08d36103d5e80f358e (patch) | |
tree | a5090c0cc1a3e2cee6047fc93b0b77633b732823 | |
parent | e41332c37be6ff7147e76edba8337636430433e3 (diff) |
Remove duplicate posix-spawn entry from Gemfile.
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 990c43539..500628ad1 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,6 @@ gem 'nsa', '~> 0.2' gem 'oj', '~> 3.5' gem 'ostatus2', '~> 2.0' gem 'ox', '~> 2.9' -gem 'posix-spawn', '~> 0.3' gem 'pundit', '~> 1.1' gem 'premailer-rails' gem 'rack-attack', '~> 5.2' |