File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.1'
8
8
# Use sqlite3 as the database for Active Record
9
9
gem 'sqlite3'
10
10
# Use Puma as the app server
11
- gem 'puma' , '~> 3.12 '
11
+ gem 'puma' , '~> 4.3 '
12
12
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
13
13
gem 'jbuilder' , '~> 2.5'
14
14
# Use Redis adapter to run Action Cable in production
Original file line number Diff line number Diff line change 84
84
nokogiri (1.11.4 )
85
85
mini_portile2 (~> 2.5.0 )
86
86
racc (~> 1.4 )
87
- puma (3.12.6 )
87
+ puma (4.3.8 )
88
+ nio4r (~> 2.0 )
88
89
racc (1.5.2 )
89
90
rack (2.2.3 )
90
91
rack-test (1.1.0 )
@@ -148,7 +149,7 @@ DEPENDENCIES
148
149
faker
149
150
jbuilder (~> 2.5 )
150
151
listen (>= 3.0.5 , < 3.2 )
151
- puma (~> 3.12 )
152
+ puma (~> 4.3 )
152
153
rails (~> 5.2.1 )
153
154
spring
154
155
spring-watcher-listen (~> 2.0.0 )
You can’t perform that action at this time.
0 commit comments