ruby 3.1 + updates

This commit is contained in:
Jérémy Lecour 2022-01-22 12:40:38 +01:00 committed by Jérémy Lecour
parent f45536ac1b
commit 5deba5ed61
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
3.0.3
3.1.0

View File

@ -58,6 +58,7 @@ gem 'devise'
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
gem "standard"
end
group :development do