Skip to content

Commit 837299f

Browse files
Merge pull request #3191 from alphagov/rails-pg-extras
Add the rails-pg-extras gem
2 parents 2d3dbc4 + 9cc63a5 commit 837299f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ gem "oj"
2323
gem "pg"
2424
gem "plek"
2525
gem "prometheus-client"
26+
gem "rails-pg-extras"
2627
gem "sentry-sidekiq"
2728
gem "sidekiq-scheduler"
2829
gem "sidekiq-unique-jobs", "< 8.0.10"

Gemfile.lock

+9
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,9 @@ GEM
686686
rails-html-sanitizer (1.6.2)
687687
loofah (~> 2.21)
688688
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
689+
rails-pg-extras (5.6.7)
690+
rails
691+
ruby-pg-extras (= 5.6.7)
689692
railties (8.0.1)
690693
actionpack (= 8.0.1)
691694
activesupport (= 8.0.1)
@@ -773,6 +776,9 @@ GEM
773776
rubocop (~> 1.0)
774777
rubocop-rspec (3.3.0)
775778
rubocop (~> 1.61)
779+
ruby-pg-extras (5.6.7)
780+
pg
781+
terminal-table
776782
ruby-progressbar (1.13.0)
777783
rubyzip (2.4.1)
778784
rufus-scheduler (3.9.2)
@@ -843,6 +849,8 @@ GEM
843849
table_print (1.5.7)
844850
term-ansicolor (1.11.2)
845851
tins (~> 1.0)
852+
terminal-table (4.0.0)
853+
unicode-display_width (>= 1.1.1, < 4)
846854
thor (1.3.2)
847855
tilt (2.4.0)
848856
timecop (0.9.10)
@@ -923,6 +931,7 @@ DEPENDENCIES
923931
plek
924932
prometheus-client
925933
rails (= 8.0.1)
934+
rails-pg-extras
926935
rspec-rails
927936
rubocop-govuk
928937
sentry-sidekiq

0 commit comments

Comments
 (0)