diff --git a/Gemfile b/Gemfile index 1a97a4ebdefb24bc33f95ca0e09b5c3469a5d89a..53b050864a6166ed6de4c08b45531420b8359996 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem "rails-i18n" gem "roo", "~> 2.9" gem "sanitize" gem "sassc-rails" -# gem "scout_apm", "~> 5.1" +gem "scout_apm", "~> 5.3" gem "sib-api-v3-sdk" gem "simple-navigation" gem "simple_form" diff --git a/Gemfile.lock b/Gemfile.lock index 22b2951a263447770e3cb8bd4eda7cfc9c884027..63ce22f80665c1d805ac01b43a6f4e4f06ed641d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,6 +99,7 @@ GEM annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) + ast (2.4.2) autoprefixer-rails (10.4.13.0) execjs (~> 2) aws-eventstream (1.2.0) @@ -385,6 +386,9 @@ GEM time uri orm_adapter (0.5.0) + parser (3.2.2.3) + ast (~> 2.4.1) + racc pexels (0.5.0) requests (~> 1.0.2) pg (1.5.3) @@ -470,6 +474,8 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + scout_apm (5.3.5) + parser selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -630,6 +636,7 @@ DEPENDENCIES roo (~> 2.9) sanitize sassc-rails + scout_apm (~> 5.3) selenium-webdriver sib-api-v3-sdk simple-navigation