Skip to content

Commit

Permalink
chore: added statement timeout gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 authored and ezekg committed Sep 12, 2024
1 parent 2a71512 commit d7419ac
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 219 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gem 'redis', '~> 4.7.1'
gem 'request_migrations', '~> 1.1'
gem 'verbose_migrations'
gem 'temporary_tables'
gem 'statement_timeout'

# API params
gem 'typed_params', '~> 1.2.5'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stackprof (0.2.26)
statement_timeout (1.0.0)
rails (>= 6.0)
statsd-ruby (1.5.0)
stringio (3.1.0)
stripe (5.48.0)
Expand Down Expand Up @@ -575,6 +577,7 @@ DEPENDENCIES
sidekiq-cronitor (~> 3.6.0)
sprockets (~> 3.0)
stackprof
statement_timeout
stripe (~> 5.43)
stripe-ruby-mock!
strong_migrations
Expand Down
3 changes: 0 additions & 3 deletions config/initializers/statement_timeout.rb

This file was deleted.

53 changes: 0 additions & 53 deletions lib/statement_timeout.rb

This file was deleted.

163 changes: 0 additions & 163 deletions spec/lib/statement_timeout_spec.rb

This file was deleted.

0 comments on commit d7419ac

Please sign in to comment.