File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/simple_rails_api Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2'
66# Use sqlite3 as the database for Active Record
77gem 'sqlite3' , '~> 1.4'
88# Use Puma as the app server
9- gem 'puma' , '~> 4.3 '
9+ gem 'puma' , '~> 5.6 '
1010# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111# gem 'jbuilder', '~> 2.7'
1212# Use Redis adapter to run Action Cable in production
Original file line number Diff line number Diff line change 8282 mini_portile2 (2.8.0 )
8383 minitest (5.14.4 )
8484 msgpack (1.4.2 )
85- nio4r (2.5.8 )
85+ nio4r (2.7.3 )
8686 nokogiri (1.13.4 )
8787 mini_portile2 (~> 2.8.0 )
8888 racc (~> 1.4 )
89- puma (4.3.12 )
89+ puma (5.6.9 )
9090 nio4r (~> 2.0 )
9191 racc (1.6.0 )
9292 rack (2.2.3 )
@@ -150,7 +150,7 @@ DEPENDENCIES
150150 bootsnap (>= 1.4.2 )
151151 byebug
152152 listen (>= 3.0.5 , < 3.2 )
153- puma (~> 4.3 )
153+ puma (~> 5.6 )
154154 rails (~> 6.0.2 )
155155 spring
156156 spring-watcher-listen (~> 2.0.0 )
You can’t perform that action at this time.
0 commit comments