Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rails_6_test_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 4.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
# Use Active Model has_secure_password
Expand Down
5 changes: 3 additions & 2 deletions rails_6_test_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ GEM
nio4r (2.4.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
puma (3.12.1)
puma (4.3.1)
nio4r (~> 2.0)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -187,7 +188,7 @@ DEPENDENCIES
byebug
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
puma (~> 3.11)
puma (~> 4.3)
rails (~> 6.0.0)
rspec-rails (~> 3.8.2)
spring
Expand Down