Commit dc90cd9ae0fd104a16b8fc7ba557cde75d712c37:
pin version of parser gem until problem is isolated
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
www/board/agenda/Gemfile | +
------------------------------------------------------------
1 changes: 1 additions, 0 deletions.
------------------------------------------------------------
diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 335df4b..6401764 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -20,6 +20,7 @@ gem 'execjs', ('<2.5.1' if RUBY_VERSION =~ /^1/)
gem 'listen', ('~> 2.10' if RUBY_VERSION =~ /^1/)
gem 'activesupport'
gem 'mail'
+gem 'parser', '2.3.0.2'
gem 'mime-types', '~> 2.6'