Skip to content

Commit

Permalink
install Puma for any Rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Jan 5, 2025
1 parent 02f9609 commit 6b61555
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'image_processing', '~> 1.12.2'
# Use Propshaft to deal with assets in the dummy app
gem 'propshaft'

# Use Puma to run the web server
# Use Puma to run the web server for testing
gem 'puma'

# Temporary use this branch because it solves a bug
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.rails_6
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ gem 'image_processing', '~> 1.12.2'
# Use Sprockets to deal with assets in the dummy app
gem "sprockets-rails"

# Use Puma to run the web server for testing
gem 'puma'

# Temporary use this branch because it solves a bug
# gem 'maglev-injectable', path: '../injectable'

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.rails_6.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -304,6 +306,7 @@ DEPENDENCIES
mini_magick (~> 4.11)
nokogiri (>= 1.13.10)
pg (~> 1.5.9)
puma
rails (~> 6.1)
rspec-rails
rubocop
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.rails_7_0
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ gem 'image_processing', '~> 1.12.2'
# Use Sprockets to deal with assets in the dummy app
gem "sprockets-rails"

# Use Puma to run the web server for testing
gem 'puma'

# Temporary use this branch because it solves a bug
# gem 'maglev-injectable', path: '../injectable'

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.rails_7_0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.10)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -310,6 +312,7 @@ DEPENDENCIES
mini_magick (~> 4.11)
nokogiri (>= 1.13.10)
pg (~> 1.5.9)
puma
rails (= 7.0.8)
rspec-rails
rubocop
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.rails_7_2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ gem 'rack', '~> 3.0.10'
# REXML contains a denial of service vulnerability
gem 'rexml', '>= 3.3.6'

# Use Puma to run the web server for testing
gem 'puma'

# Temporary use this branch because it solves a bug
# gem 'maglev-injectable', path: '../injectable'

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.rails_7_2.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ GEM
pg (1.5.9)
psych (5.2.0)
stringio
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.0.11)
rack-proxy (0.7.7)
Expand Down Expand Up @@ -356,6 +358,7 @@ DEPENDENCIES
maglevcms!
nokogiri (>= 1.15.6)
pg (~> 1.5.9)
puma
rack (~> 3.0.10)
rails (~> 7.2.2)
rdoc (>= 6.6.3.1)
Expand Down

0 comments on commit 6b61555

Please sign in to comment.