File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-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.11 '
11
+ gem 'puma' , '~> 3.12 '
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 81
81
nio4r (2.3.1 )
82
82
nokogiri (1.10.5 )
83
83
mini_portile2 (~> 2.4.0 )
84
- puma (3.12.0 )
84
+ puma (3.12.2 )
85
85
rack (2.0.6 )
86
86
rack-test (1.1.0 )
87
87
rack (>= 1.0 , < 3 )
@@ -144,7 +144,7 @@ DEPENDENCIES
144
144
faker
145
145
jbuilder (~> 2.5 )
146
146
listen (>= 3.0.5 , < 3.2 )
147
- puma (~> 3.11 )
147
+ puma (~> 3.12 )
148
148
rails (~> 5.2.1 )
149
149
spring
150
150
spring-watcher-listen (~> 2.0.0 )
You can’t perform that action at this time.
0 commit comments