Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-26 11:50:08 +02:00
parent b77aa164ad
commit 8b79461043
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 154 additions and 154 deletions

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.7.3'
ruby '3.0.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1'
@ -37,7 +37,7 @@ gem 'rack-cors', '~> 1.1'
group :test do
gem 'codecov', '~> 0.5.2', require: false
gem 'mocha', '~> 1.12.0', require: false
gem 'mocha', '~> 1.13.0', require: false
gem 'simplecov', '~> 0.21', require: false
end
@ -51,8 +51,8 @@ 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.12.1'
gem 'rubocop-rails', '~> 2.10'
gem 'rubocop-minitest', '~> 0.13.0'
gem 'rubocop-rails', '~> 2.11'
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