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 @@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.1'
10
10
# Use postgresql as the database for Active Record
11
11
gem 'pg' , '>= 0.18' , '< 2.0'
12
12
# Use Puma as the app server
13
- gem 'puma' , '~> 3.12 '
13
+ gem 'puma' , '~> 4.3 '
14
14
# Use SCSS for stylesheets
15
15
gem 'sass-rails' , '~> 5.0'
16
16
# Use Uglifier as compressor for JavaScript assets
Original file line number Diff line number Diff line change 117
117
ast (~> 2.4.1 )
118
118
pg (1.2.3 )
119
119
public_suffix (4.0.6 )
120
- puma (3.12.6 )
120
+ puma (4.3.8 )
121
+ nio4r (~> 2.0 )
121
122
racc (1.5.2 )
122
123
rack (2.2.3 )
123
124
rack-proxy (0.6.5 )
@@ -260,7 +261,7 @@ DEPENDENCIES
260
261
mysql2 (~> 0.5.2 )
261
262
next_rails
262
263
pg (>= 0.18 , < 2.0 )
263
- puma (~> 3.12 )
264
+ puma (~> 4.3 )
264
265
rails (~> 6.0.1 )
265
266
rspec-rails
266
267
rspec_junit_formatter
You can’t perform that action at this time.
0 commit comments