File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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' , '~> 4.2 '
11
+ gem 'puma' , '~> 4.3 '
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 @@ -100,12 +100,12 @@ GEM
100
100
mini_portile2 (2.4.0 )
101
101
minitest (5.11.3 )
102
102
msgpack (1.3.1 )
103
- nio4r (2.4.0 )
103
+ nio4r (2.5.2 )
104
104
nokogiri (1.10.4 )
105
105
mini_portile2 (~> 2.4.0 )
106
106
pg (1.1.4 )
107
107
public_suffix (4.0.1 )
108
- puma (4.2.1 )
108
+ puma (4.3.0 )
109
109
nio4r (~> 2.0 )
110
110
rack (2.0.7 )
111
111
rack-cors (1.0.6 )
@@ -188,7 +188,7 @@ DEPENDENCIES
188
188
jbuilder (~> 2.9 )
189
189
listen (>= 3.0.5 , < 3.2 )
190
190
pg (>= 0.18 , < 2.0 )
191
- puma (~> 4.2 )
191
+ puma (~> 4.3 )
192
192
rack-cors
193
193
rails (~> 6.0.0 )
194
194
selenium-webdriver
You can’t perform that action at this time.
0 commit comments