fix sytax error for rufus dependency

This commit is contained in:
chiu 2024-02-23 09:05:23 +00:00
parent 294bfd9f1a
commit 0179942035
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ if RUBY_VERSION.to_f == 2.1
#form helpers
gem 'dynamic_form'
gem 'fugit', '1.9.0' #fix sytax error dependency for rufus
#development related gems
group :development do
gem 'better_errors', '>= 2.8.1', '< 2.8.2'