Update responders to version 3.0.1

This commit is contained in:
depfu[bot] 2021-08-11 13:03:32 +00:00 committed by GitHub
parent 2527af1c1b
commit fe860388d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ gem 'puma', '~> 4.3'
# respond_to methods have been extracted to the responders gem
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
gem 'responders', '~> 2.0'
gem 'responders', '~> 3.0'
# as supported databases
gem 'mysql2'