File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0'
8
8
# Use postgresql as the database for Active Record
9
9
gem 'pg' , '>= 0.18' , '< 2.0'
10
10
# Use Puma as the app server
11
- gem 'puma' , '~> 3.12 '
11
+ gem 'puma' , '~> 4.2 '
12
12
# See https://github.com/rails/execjs#readme for more supported runtimes
13
13
# gem 'mini_racer', platforms: :ruby
14
14
Original file line number Diff line number Diff line change 105
105
mini_portile2 (~> 2.4.0 )
106
106
pg (1.1.4 )
107
107
public_suffix (4.0.1 )
108
- puma (3.12.1 )
108
+ puma (4.2.1 )
109
+ nio4r (~> 2.0 )
109
110
rack (2.0.7 )
110
111
rack-cors (1.0.3 )
111
112
rack-test (1.1.0 )
@@ -186,7 +187,7 @@ DEPENDENCIES
186
187
jbuilder (~> 2.9 )
187
188
listen (>= 3.0.5 , < 3.2 )
188
189
pg (>= 0.18 , < 2.0 )
189
- puma (~> 3.12 )
190
+ puma (~> 4.2 )
190
191
rack-cors
191
192
rails (~> 6.0.0 )
192
193
selenium-webdriver
You can’t perform that action at this time.
0 commit comments