File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ gem 'rails', '~> 6.1.5'
9
9
# Use postgresql as the database for Active Record
10
10
gem 'pg' , '>= 0.18' , '< 2.0'
11
11
# Use Puma as the app server
12
- gem 'puma' , '~> 5.5 '
12
+ gem 'puma' , '~> 5.6 '
13
13
# See https://github.com/rails/execjs#readme for more supported runtimes
14
14
# gem 'mini_racer', platforms: :ruby
15
15
Original file line number Diff line number Diff line change 109
109
racc (~> 1.4 )
110
110
pg (1.3.4 )
111
111
public_suffix (4.0.6 )
112
- puma (5.5.2 )
112
+ puma (5.6.4 )
113
113
nio4r (~> 2.0 )
114
114
racc (1.6.0 )
115
115
rack (2.2.3 )
@@ -199,7 +199,7 @@ DEPENDENCIES
199
199
jbuilder (~> 2.11 )
200
200
listen (~> 3.7 )
201
201
pg (>= 0.18 , < 2.0 )
202
- puma (~> 5.5 )
202
+ puma (~> 5.6 )
203
203
rack-cors
204
204
rack-mini-profiler (~> 2.3 )
205
205
rails (~> 6.1.5 )
You can’t perform that action at this time.
0 commit comments