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 @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2.4'
11
11
# Use sqlite3 as the database for Active Record
12
12
gem 'sqlite3'
13
13
# Use Puma as the app server
14
- gem 'puma' , '~> 3.7 '
14
+ gem 'puma' , '~> 4.3 '
15
15
# Use SCSS for stylesheets
16
16
gem 'sass-rails' , '~> 5.0'
17
17
# Use Uglifier as compressor for JavaScript assets
Original file line number Diff line number Diff line change 97
97
nokogiri (1.10.9 )
98
98
mini_portile2 (~> 2.4.0 )
99
99
public_suffix (3.0.2 )
100
- puma (3.9.1 )
100
+ puma (4.3.3 )
101
+ nio4r (~> 2.0 )
101
102
rack (2.2.2 )
102
103
rack-protection (2.0.7 )
103
104
rack
@@ -197,7 +198,7 @@ DEPENDENCIES
197
198
coffee-rails (~> 4.2 )
198
199
jbuilder (~> 2.5 )
199
200
listen (>= 3.0.5 , <= 3.2.0 )
200
- puma (~> 3.7 )
201
+ puma (~> 4.3 )
201
202
rails (~> 5.2.4 )
202
203
sass-rails (~> 5.0 )
203
204
selenium-webdriver
You can’t perform that action at this time.
0 commit comments