Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-10-02 13:07:34 +02:00
parent c5a8a6bd95
commit 7d628db947
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 413 additions and 148 deletions

View file

@ -8,7 +8,7 @@ gem 'rails', '~> 6.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 1.2.3', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 5.4'
gem 'puma', '~> 5.5'
# Use ActiveModelSerializer for serializing to JSON
gem 'active_model_serializers', '~> 0.10'
# Use Redis adapter to run Action Cable in production
@ -18,7 +18,7 @@ gem 'bcrypt', '~> 3.1'
gem 'delayed_job_active_record', '~> 4.1'
gem 'delayed_cron_job', '~> 0.7'
gem 'delayed_cron_job', '~> 0.8'
gem 'wahwah', '~> 1.1.1'
@ -51,7 +51,7 @@ end
group :development do
gem 'annotate', '~> 3.1' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.15.0'
gem 'rubocop-minitest', '~> 0.15.1'
gem 'rubocop-rails', '~> 2.12'
gem 'listen', '>= 3.1.5', '< 3.8'