app running on 6.1 and ruby 2.7.2

This commit is contained in:
viehlieb 2022-10-28 11:03:41 +02:00
parent e37ad34901
commit 2304aa9d9c
3 changed files with 31 additions and 33 deletions

View file

@ -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'