diff --git a/Gemfile b/Gemfile index 2e4ea6f..5c2636b 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'pg' gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index b0012a6..d55b839 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM ast (~> 2.4.0) pg (1.1.4) psych (3.1.0) - puma (3.12.1) + puma (3.12.2) rack (2.0.7) rack-cors (1.1.0) rack (>= 2.0.0) @@ -193,7 +193,7 @@ DEPENDENCIES byebug listen (~> 3.0.5) pg - puma (~> 3.0) + puma (~> 3.12) rack-cors rails (~> 5.0.7, >= 5.0.7.2) rails_best_practices