update gemfile

This commit is contained in:
Joerg Reichert 2023-04-01 23:06:57 +02:00
parent 563c1eff8c
commit 8dfd39e3fd
2 changed files with 4 additions and 2 deletions

View file

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