Skip to content

Commit

Permalink
Merge pull request #1021 from thecartercenter/infrastructure
Browse files Browse the repository at this point in the history
Infrastructure: upgrade ruby, pg, gems
  • Loading branch information
cooperka authored Oct 24, 2024
2 parents 399b409 + 13a7c04 commit 0ad46a3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -791,4 +791,4 @@ DEPENDENCIES
wisper-activerecord (~> 1.0)

BUNDLED WITH
2.5.6
2.5.22

0 comments on commit 0ad46a3

Please sign in to comment.