bundle update

This commit is contained in:
Joerg Reichert 2023-04-02 00:50:34 +02:00
parent 3857a7c002
commit 63cdec2ad0
2 changed files with 27 additions and 7 deletions

View file

@ -46,7 +46,7 @@ group :development, :test do
gem 'launchy'
gem 'pry'
gem 'pry-rails'
gem 'puma'
gem 'puma', '~> 6.2.1'
gem 'rspec-rails', '~> 3.0'
gem 'rubocop'
end