File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.1'
8
8
# Use sqlite3 as the database for Active Record
9
9
gem 'sqlite3' , '~> 1.4'
10
10
# Use Puma as the app server
11
- gem 'puma' , '~> 4.1 '
11
+ gem 'puma' , '~> 4.3 '
12
12
# Use SCSS for stylesheets
13
13
gem 'sass-rails' , '>= 6'
14
14
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Original file line number Diff line number Diff line change 103
103
nokogiri (1.10.5 )
104
104
mini_portile2 (~> 2.4.0 )
105
105
public_suffix (4.0.1 )
106
- puma (4.3.0 )
106
+ puma (4.3.5 )
107
107
nio4r (~> 2.0 )
108
108
rack (2.0.7 )
109
109
rack-proxy (0.6.5 )
@@ -209,7 +209,7 @@ DEPENDENCIES
209
209
capybara (>= 2.15 )
210
210
jbuilder (~> 2.7 )
211
211
listen (>= 3.0.5 , < 3.2 )
212
- puma (~> 4.1 )
212
+ puma (~> 4.3 )
213
213
rails (~> 6.0.1 )
214
214
sass-rails (>= 6 )
215
215
selenium-webdriver
You can’t perform that action at this time.
0 commit comments