Update accentor
This commit is contained in:
parent
fdf4a2e31a
commit
f22253d59f
7 changed files with 104 additions and 104 deletions
|
@ -28,7 +28,7 @@ gem 'will_paginate', '~> 3.3'
|
|||
gem 'image_processing', '~> 1.12.2'
|
||||
|
||||
# Reduces boot times through caching; required in config/boot.rb
|
||||
gem 'bootsnap', '~> 1.10.3', require: false
|
||||
gem 'bootsnap', '~> 1.11.1', require: false
|
||||
|
||||
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
|
||||
gem 'rack-cors', '~> 1.1'
|
||||
|
@ -44,7 +44,7 @@ end
|
|||
|
||||
group :development, :test do
|
||||
gem 'factory_bot_rails', '~> 6.2'
|
||||
gem 'faker', '~> 2.19'
|
||||
gem 'faker', '~> 2.20'
|
||||
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem 'byebug', platforms: %i[mri mingw x64_mingw]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue