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 test/sample_apps/rails4_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ group :development do
end

# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 5.6'
6 changes: 4 additions & 2 deletions test/sample_apps/rails4_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ GEM
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
nio4r (2.7.0)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
puma (3.12.0)
puma (5.6.8)
nio4r (~> 2.0)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -138,7 +140,7 @@ PLATFORMS
DEPENDENCIES
byebug
jbuilder (~> 2.0)
puma (~> 3.0)
puma (~> 5.6)
rails (= 4.2.11)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
Expand Down