diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 88c2b37..aee341a --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1' # Use sqlite3 as the database for Active Record gem 'pg' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index f3a416f..0d420cc --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,19 +122,21 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) msgpack (1.3.1) - nio4r (2.5.2) + nio4r (2.5.7) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (1.2.2) public_suffix (4.0.3) - puma (4.3.1) + puma (4.3.8) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -256,7 +258,7 @@ DEPENDENCIES jquery-rails listen (>= 3.0.5, < 3.2) pg - puma (~> 4.1) + puma (~> 4.3) pundit rails (~> 6.0.2, >= 6.0.2.1) rails-controller-testing