Update accentor
This commit is contained in:
parent
987a9d511a
commit
262a118db7
7 changed files with 49 additions and 49 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue