Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'natcmp', '~> 1.4'
gem 'newrelic_rpm', '~> 8.0'
gem 'pdfkit', '~> 0.8', require: false
gem 'pg', '~> 1.2'
gem 'pghero', '~> 2.8'
gem 'pghero', '~> 3.1'
gem 'rack-attack', '~> 6.5', require: false
gem 'rack-cors', '~> 1.1'
gem 'rack-mini-profiler', '~> 2.3'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
xpath (~> 3.2)
cliver (0.3.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
crass (1.0.6)
daemons (1.4.1)
Expand Down Expand Up @@ -183,7 +183,7 @@ GEM
http-cookie (1.0.4)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest (5.17.0)
multi_json (1.15.0)
multipart-post (2.1.1)
mustermann (1.1.1)
Expand All @@ -244,8 +244,8 @@ GEM
ast (~> 2.4.1)
pdfkit (0.8.5)
pg (1.2.3)
pghero (2.8.1)
activerecord (>= 5)
pghero (3.1.0)
activerecord (>= 6)
plist (3.1.0)
poltergeist (1.18.1)
capybara (>= 2.1, < 4)
Expand Down Expand Up @@ -430,7 +430,7 @@ GEM
thor (1.1.0)
tilt (2.0.10)
trailblazer-option (0.1.1)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uber (0.1.0)
uglifier (4.2.0)
Expand All @@ -447,7 +447,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand Down Expand Up @@ -481,7 +481,7 @@ DEPENDENCIES
newrelic_rpm (~> 8.0)
pdfkit (~> 0.8)
pg (~> 1.2)
pghero (~> 2.8)
pghero (~> 3.1)
poltergeist (~> 1.18)
pry
pry-byebug
Expand Down