Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 5.1.1 to 5.6.4 in /shopinvader #37

Closed
wants to merge 2 commits into from
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
6 changes: 4 additions & 2 deletions shopinvader/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ gem 'mongo_session_store', '~> 3.1.0'
# TODO FIXME needed to precompile asset in docker
#gem 'listen', '>= 3.0.5', '< 3.2'
#gem 'nokogiri', '>= 1.10.3'
#

gem 'aws-sdk-s3', '= 1.81.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.3'
# Use Puma as the app server
gem 'puma', '~> 5.1.0'
gem 'puma', '~> 5.6.4'
gem 'puma_worker_killer'
# gem 'passenger-rails'
gem 'rack-cors', require: 'rack/cors'
Expand Down
39 changes: 25 additions & 14 deletions shopinvader/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ GEM
autoprefixer-rails (8.0.0)
execjs
aws-eventstream (1.2.0)
aws-partitions (1.669.0)
aws-sdk-core (3.168.2)
aws-partitions (1.671.0)
aws-sdk-core (3.168.3)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.60.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.117.2)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-s3 (1.81.0)
aws-sdk-core (~> 3, >= 3.104.3)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
bazaar (0.0.2)
Expand Down Expand Up @@ -129,7 +129,6 @@ GEM
carrierwave (>= 0.8, < 3)
mongoid (>= 3.0, < 8.0)
mongoid-grid_fs (>= 1.3, < 3.0)
childprocess (4.1.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -260,7 +259,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (2.6.2)
json (2.6.3)
json-schema (2.8.1)
addressable (>= 2.4)
jwt (2.2.3)
Expand Down Expand Up @@ -363,12 +362,15 @@ GEM
sprockets (~> 3.7.1)
uglifier (~> 4.1.3)
unparser (~> 0.4)
logger (1.5.1)
logger (1.5.2)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.0)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
Expand Down Expand Up @@ -413,6 +415,14 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.2)
mustermann (>= 1.0.0)
net-imap (0.3.1)
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.0)
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
Expand All @@ -428,14 +438,14 @@ GEM
procto (0.0.3)
progress (3.6.0)
public_suffix (5.0.0)
puma (5.1.1)
puma (5.6.4)
nio4r (~> 2.0)
puma_worker_killer (0.3.1)
get_process_mem (~> 0.2)
puma (>= 2.7)
pundit (1.1.0)
activesupport (>= 3.0.0)
racc (1.6.0)
racc (1.6.1)
rack (2.1.4.1)
rack-accept (0.4.5)
rack (>= 0.4)
Expand Down Expand Up @@ -500,8 +510,7 @@ GEM
tilt (>= 1.1, < 3)
sassc (2.4.0)
ffi (~> 1.9)
selenium-webdriver (4.6.1)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.7.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -533,6 +542,7 @@ GEM
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.11)
timeout (0.3.1)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand Down Expand Up @@ -570,6 +580,7 @@ PLATFORMS
ruby

DEPENDENCIES
aws-sdk-s3 (= 1.81.0)
byebug
capybara (~> 2.15)
carrierwave-aws
Expand All @@ -583,7 +594,7 @@ DEPENDENCIES
locomotivecms_steam (= 1.6.0)
mongo_session_store (~> 3.1.0)
mongoid
puma (~> 5.1.0)
puma (~> 5.6.4)
puma_worker_killer
rack-cors
rails (~> 5.2.3)
Expand Down