File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/simple_rails_api Expand file tree Collapse file tree 2 files changed +3
-3
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.1 '
9+ gem 'puma' , '~> 4.3 '
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 8888 nio4r (2.5.2 )
8989 nokogiri (1.10.8 )
9090 mini_portile2 (~> 2.4.0 )
91- puma (4.3.1 )
91+ puma (4.3.3 )
9292 nio4r (~> 2.0 )
9393 rack (2.2.2 )
9494 rack-test (1.1.0 )
@@ -152,7 +152,7 @@ DEPENDENCIES
152152 bootsnap (>= 1.4.2 )
153153 byebug
154154 listen (>= 3.0.5 , < 3.2 )
155- puma (~> 4.1 )
155+ puma (~> 4.3 )
156156 rails (~> 6.0.2 )
157157 spring
158158 spring-watcher-listen (~> 2.0.0 )
You can’t perform that action at this time.
0 commit comments