Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-02-25 14:51:12 +01:00
parent db10861103
commit 6933c7bc3f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 5924 additions and 10733 deletions

View file

@ -4,15 +4,13 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '~> 3.1.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1'
gem 'rails', '~> 7.0'
# Use postgresql as the database for Active Record
gem 'pg', '>= 1.2.3', '< 2.0'
# Use Puma as the app server
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
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1'
@ -20,21 +18,24 @@ gem 'delayed_job_active_record', '~> 4.1'
gem 'delayed_cron_job', '~> 0.9'
gem 'wahwah', '~> 1.1.1'
gem 'wahwah', '~> 1.2.0'
gem 'has_scope', '~> 0.8'
gem 'pundit', '~> 2.1'
gem 'pundit', '~> 2.2'
gem 'will_paginate', '~> 3.3'
# Use ActiveStorage variant
gem 'image_processing', '~> 1.12.1'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.6', require: false
gem 'bootsnap', '~> 1.10.3', require: false
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors', '~> 1.1'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
group :test do
gem 'codecov', '~> 0.6.0', require: false
gem 'mocha', '~> 1.13.0', require: false
@ -50,15 +51,7 @@ group :development, :test do
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.1'
gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed
gem 'rubocop-minitest', '~> 0.17.2'
gem 'rubocop-rails', '~> 2.13'
gem 'listen', '>= 3.1.5', '< 3.8'
# 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'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]