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 @@ -12,7 +12,7 @@ gem 'rails', '~> 5.2.2'
1212gem 'pg' , '>= 0.18' , '< 2.0'
1313gem 'rb-readline'
1414# Use Puma as the app server
15- gem 'puma' , '~> 3.11 '
15+ gem 'puma' , '~> 4.3 '
1616# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1717# gem 'jbuilder', '~> 2.5'
1818# Use Redis adapter to run Action Cable in production
Original file line number Diff line number Diff line change 100100 pry (0.12.2 )
101101 coderay (~> 1.1.0 )
102102 method_source (~> 0.9.0 )
103- puma (3.12.0 )
103+ puma (4.3.12 )
104+ nio4r (~> 2.0 )
104105 rack (2.0.6 )
105106 rack-cors (1.0.2 )
106107 rack-test (1.1.0 )
@@ -168,7 +169,7 @@ DEPENDENCIES
168169 listen (>= 3.0.5 , < 3.2 )
169170 pg (>= 0.18 , < 2.0 )
170171 pry
171- puma (~> 3.11 )
172+ puma (~> 4.3 )
172173 rack-cors
173174 rails (~> 5.2.2 )
174175 rb-readline
You can’t perform that action at this time.
0 commit comments