Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-03-28 16:46:21 +02:00
parent c5960023d1
commit 5843cc0eb9
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 140 additions and 153 deletions

View file

@ -54,10 +54,10 @@ end
group :development do
gem 'annotate', '~> 3.1'
gem 'rubocop-minitest', '~> 0.10.3'
gem 'rubocop-minitest', '~> 0.11.0'
gem 'rubocop-rails', '~> 2.9'
gem 'listen', '>= 3.1.5', '< 3.5'
gem 'listen', '>= 3.1.5', '< 3.6'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 2.1'
gem 'spring-watcher-listen', '~> 2.0'