diff --git a/Gemfile b/Gemfile index 55e181e..60ed632 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| 'https://github.com/#{repo}.git' } ruby '2.6.3' gem 'rails', '~> 5.2.3' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 998fc40..bf22b49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM factory_bot_rails (5.0.2) factory_bot (~> 5.0.2) railties (>= 4.2.0) - faker (2.0.0) + faker (2.0) i18n (>= 0.7) faraday (0.15.4) multipart-post (>= 1.2, < 3) @@ -155,7 +155,7 @@ GEM virtus pg (1.1.4) public_suffix (3.1.1) - puma (3.12.1) + puma (3.12.4) raabro (1.1.6) rack (2.0.7) rack-cors (1.0.3) @@ -307,7 +307,7 @@ DEPENDENCIES paperclip peafowl pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rack-cors rails (~> 5.2.3) react_on_rails (= 11.1.4)