diff --git a/.ruby-version b/.ruby-version index 619b53766..a0891f563 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.3.4 diff --git a/Gemfile b/Gemfile index 6c15dc75e..3ddc87690 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ gem "dalli", "~> 3.2" # DB gem "hairtrigger", "~> 0.2.20" gem "immigrant", "~> 0.3.1" # foreign key maintenance -gem "pg", "~> 1.4.6" +gem "pg", "~> 1.5" gem "pg_search", "~> 2.1" gem "postgres-copy", "~> 1.0" gem "wisper", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 316a31aee..18ad10806 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - acts_as_list (1.2.2) + acts_as_list (1.2.3) activerecord (>= 6.1) activesupport (>= 6.1) addressable (2.8.7) @@ -137,20 +137,20 @@ GEM execjs (~> 2) awesome_print (1.9.2) aws-eventstream (1.3.0) - aws-partitions (1.987.0) - aws-sdk-core (3.209.1) + aws-partitions (1.994.0) + aws-sdk-core (3.211.0) aws-eventstream (~> 1, >= 1.3.0) - aws-partitions (~> 1, >= 1.651.0) + aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.94.0) - aws-sdk-core (~> 3, >= 3.207.0) + aws-sdk-kms (1.95.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.167.0) - aws-sdk-core (~> 3, >= 3.207.0) + aws-sdk-s3 (1.169.0) + aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) - aws-sigv4 (1.10.0) + aws-sigv4 (1.10.1) aws-eventstream (~> 1, >= 1.0.2) azure-storage-blob (2.0.3) azure-storage-common (~> 2.0) @@ -246,7 +246,7 @@ GEM exception_notification (4.5.0) actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) - execjs (2.9.1) + execjs (2.10.0) factory_bot (4.11.1) activesupport (>= 3.0.0) factory_bot_rails (4.11.1) @@ -364,7 +364,7 @@ GEM mutex_m (0.2.0) net-http-persistent (4.0.4) connection_pool (~> 2.2) - net-imap (0.4.17) + net-imap (0.5.0) date net-protocol net-pop (0.1.2) @@ -383,11 +383,11 @@ GEM parser (3.3.5.0) ast (~> 2.4.1) racc - pg (1.4.6) + pg (1.5.8) pg_search (2.3.7) activerecord (>= 6.1) activesupport (>= 6.1) - phony (2.20.13) + phony (2.20.15) popper_js (1.16.1) postgres-copy (1.7.2) activerecord (>= 5.1) @@ -503,7 +503,7 @@ GEM rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -522,7 +522,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -620,7 +620,7 @@ GEM tilt (2.4.0) timecop (0.9.6) timeout (0.4.1) - tins (1.34.0) + tins (1.37.0) bigdecimal sync twilio-ruby (7.2.4) @@ -669,7 +669,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.37) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS ruby @@ -730,7 +730,7 @@ DEPENDENCIES observer odata_server! parallel (~> 1.19) - pg (~> 1.4.6) + pg (~> 1.5) pg_search (~> 2.1) phony (~> 2.15) popper_js (~> 1.14) @@ -791,4 +791,4 @@ DEPENDENCIES wisper-activerecord (~> 1.0) BUNDLED WITH - 2.5.6 + 2.5.22