diff --git a/sharsukhchuluun/toy_app/sample_app/Gemfile b/sharsukhchuluun/toy_app/sample_app/Gemfile index fcf09d6..a43c0fe 100644 --- a/sharsukhchuluun/toy_app/sample_app/Gemfile +++ b/sharsukhchuluun/toy_app/sample_app/Gemfile @@ -6,7 +6,7 @@ gem 'faker', '1.7.3' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.4.1' -gem 'puma', '4.3.9' +gem 'puma', '4.3.11' gem 'sass-rails', '5.0.6' gem 'uglifier', '3.2.0' gem 'coffee-rails', '4.2.2' diff --git a/sharsukhchuluun/toy_app/sample_app/Gemfile.lock b/sharsukhchuluun/toy_app/sample_app/Gemfile.lock index f115a04..cacd9ce 100644 --- a/sharsukhchuluun/toy_app/sample_app/Gemfile.lock +++ b/sharsukhchuluun/toy_app/sample_app/Gemfile.lock @@ -123,7 +123,7 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (4.3.9) + puma (4.3.11) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -226,7 +226,7 @@ DEPENDENCIES listen (= 3.1.5) minitest-reporters (= 1.1.14) pg (= 0.20.0) - puma (= 4.3.9) + puma (= 4.3.11) rails (= 5.1.4) rails-controller-testing (= 1.0.2) sass-rails (= 5.0.6)