Update accentor
This commit is contained in:
parent
b2a73d151c
commit
2570a1d661
5 changed files with 80 additions and 168 deletions
|
@ -10,7 +10,7 @@ gem 'rack', '~> 2.1.4'
|
|||
# Use postgresql as the database for Active Record
|
||||
gem 'pg', '>= 1.2.3', '< 2.0'
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 5.2'
|
||||
gem 'puma', '~> 5.3'
|
||||
# Use ActiveModelSerializer for serializing to JSON
|
||||
gem 'active_model_serializers', '~> 0.10'
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
|
@ -44,7 +44,7 @@ group :test do
|
|||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'factory_bot_rails', '~> 6.1'
|
||||
gem 'factory_bot_rails', '~> 6.2'
|
||||
gem 'faker', '~> 2.17'
|
||||
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
|
@ -55,7 +55,7 @@ group :development do
|
|||
gem 'annotate', '~> 3.1'
|
||||
|
||||
gem 'rubocop-minitest', '~> 0.12.1'
|
||||
gem 'rubocop-rails', '~> 2.9'
|
||||
gem 'rubocop-rails', '~> 2.10'
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue