app running on 6.1 and ruby 2.7.2
This commit is contained in:
parent
e37ad34901
commit
2304aa9d9c
3 changed files with 31 additions and 33 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,7 +40,7 @@ gem 'ransack'
|
|||
gem 'acts_as_tree'
|
||||
gem 'rails-settings-cached', '= 0.4.3' # caching breaks tests until Rails 5 https://github.com/huacnlee/rails-settings-cached/issues/73
|
||||
gem 'resque'
|
||||
gem 'puma'
|
||||
gem 'puma', '~> 5.0' #waiting for stable puma 6 release. does break with capybara
|
||||
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
||||
gem 'ruby-units'
|
||||
gem 'attribute_normalizer'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue