Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-03-12 21:13:56 +01:00
parent fdf4a2e31a
commit f22253d59f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 104 additions and 104 deletions

View file

@ -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]