Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-02-05 15:44:48 +01:00
parent 987a9d511a
commit 262a118db7
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 49 additions and 49 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.5'
gem 'puma', '~> 5.6'
# Use ActiveModelSerializer for serializing to JSON
gem 'active_model_serializers', '~> 0.10'
# Use Redis adapter to run Action Cable in production
@ -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.17.0'
gem 'rubocop-minitest', '~> 0.17.1'
gem 'rubocop-rails', '~> 2.13'
gem 'listen', '>= 3.1.5', '< 3.8'