From 22159c417175a92850f7b662af971ac031275fbe Mon Sep 17 00:00:00 2001 From: Alexei Emam Date: Wed, 20 Jul 2022 11:34:55 +0100 Subject: [PATCH] [OXF-004] Install NewRelic RPM for Performance Metrics, update gems --- Gemfile | 7 ++++--- Gemfile.lock | 16 +++++++++------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 2523968..d48daec 100644 --- a/Gemfile +++ b/Gemfile @@ -50,14 +50,15 @@ gem "bootsnap", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] gem "image_processing", "~> 1.12" -gem "brakeman" -gem "bundler-audit" -gem "rubocop-rails" +gem 'newrelic_rpm' group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem + gem "brakeman" + gem "bundler-audit" gem "debug", platforms: %i[ mri mingw x64_mingw ] gem "rspec-rails" + gem "rubocop-rails" gem "rubocop-rspec" end diff --git a/Gemfile.lock b/Gemfile.lock index 6cd0806..9799f7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - importmap-rails (1.1.4) + importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) io-console (0.5.11) @@ -127,7 +127,7 @@ GEM mini_magick (4.11.0) mini_mime (1.1.2) minitest (5.16.2) - msgpack (1.5.2) + msgpack (1.5.3) net-imap (0.2.3) digest net-protocol @@ -142,6 +142,7 @@ GEM digest net-protocol timeout + newrelic_rpm (8.9.0) nio4r (2.5.8) nokogiri (1.13.7-aarch64-linux) racc (~> 1.4) @@ -212,7 +213,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.31.1) + rubocop (1.31.2) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -222,7 +223,7 @@ GEM rubocop-ast (>= 1.18.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.18.0) + rubocop-ast (1.19.1) parser (>= 3.1.1.0) rubocop-rails (2.15.2) activesupport (>= 4.2.0) @@ -239,14 +240,14 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sprockets (4.0.3) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stimulus-rails (1.0.4) + stimulus-rails (1.1.0) railties (>= 6.0.0) strscan (3.0.3) thor (1.2.1) @@ -255,7 +256,7 @@ GEM actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) unicode-display_width (2.2.0) vcr (6.1.0) @@ -295,6 +296,7 @@ DEPENDENCIES image_processing (~> 1.12) importmap-rails jbuilder + newrelic_rpm pg (~> 1.4) puma (~> 5.6) rack-mini-profiler