We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cb7b0a + 6bff02d commit a37599bCopy full SHA for a37599b
Gemfile
@@ -10,7 +10,7 @@ gem 'cssbundling-rails'
10
gem 'flash_rails_messages'
11
gem 'jbuilder'
12
gem 'jsbundling-rails'
13
-gem 'puma', '~> 5.0'
+gem 'puma', '~> 6.3'
14
gem 'rails', '~> 7.0.6'
15
gem 'sentry-rails'
16
gem 'simple_form'
Gemfile.lock
@@ -160,7 +160,7 @@ GEM
160
power_assert (2.0.3)
161
prettier_print (1.2.1)
162
public_suffix (5.0.3)
163
- puma (5.6.6)
+ puma (6.3.0)
164
nio4r (~> 2.0)
165
racc (1.7.1)
166
rack (2.2.8)
@@ -329,7 +329,7 @@ DEPENDENCIES
329
jsbundling-rails
330
minitest-power_assert
331
pg
332
- puma (~> 5.0)
+ puma (~> 6.3)
333
rails (~> 7.0.6)
334
rubocop
335
rubocop-performance
0 commit comments