diff --git a/Gemfile b/Gemfile index 3f0ee33e3..d12cff820 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'bootstrap_form', '~> 4.5.0' # Our database is postgres gem 'pg', '~> 1.5' -gem 'paper_trail', '~> 15.1' +gem 'paper_trail', '~> 15.2' gem 'activerecord-session_store' # Our authentication library is devise, with oauth2 for google signin diff --git a/Gemfile.lock b/Gemfile.lock index 8ee05e59e..9f484b083 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,7 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - net-imap (0.4.15) + net-imap (0.4.16) date net-protocol net-pop (0.1.2) @@ -283,11 +283,11 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) orm_adapter (0.5.0) - paper_trail (15.1.0) + paper_trail (15.2.0) activerecord (>= 6.1) request_store (~> 1.4) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc pdf-core (0.10.0) @@ -299,7 +299,7 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk - pg (1.5.7) + pg (1.5.8) prawn (2.5.0) matrix (~> 0.4) pdf-core (~> 0.10.0) @@ -369,26 +369,25 @@ GEM reline (0.5.9) io-console (~> 0.5) render_async (2.1.11) - request_store (1.5.1) + request_store (1.7.0) rack (>= 1.4) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.6) - strscan - rubocop (1.66.0) + rexml (3.3.7) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-rails (2.26.0) + rubocop-rails (2.26.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -435,7 +434,6 @@ GEM state_geo_tools (1.0.0) stringio (3.1.1) strong_password (0.0.10) - strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.1) @@ -443,13 +441,13 @@ GEM timeout (0.4.1) ttfunk (1.8.0) bigdecimal (~> 3.1) - twilio-ruby (7.2.4) + twilio-ruby (7.3.0) faraday (>= 0.9, < 3.0) jwt (>= 1.5, < 3.0) nokogiri (>= 1.6, < 2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2024.1) + tzinfo-data (1.2024.2) tzinfo (>= 1.0.0) unicode-display_width (2.5.0) uniform_notifier (1.16.0) @@ -514,7 +512,7 @@ DEPENDENCIES nokogiri (>= 1.13.4) omniauth-google-oauth2 (~> 1.1.3) omniauth-rails_csrf_protection (~> 1.0) - paper_trail (~> 15.1) + paper_trail (~> 15.2) pdf-inspector pg (~> 1.5) prawn