Skip to content

Commit

Permalink
update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoparma88 committed Sep 29, 2023
1 parent 3d00e48 commit 115b218
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'rack-cors', '~> 2.0'
gem 'sass-rails', '~> 6.0.0'
gem 'sendgrid', '~> 1.2.4'
gem 'sprockets', '~> 4.2.1'
gem 'strong_migrations', '~> 0.7.6'
gem 'strong_migrations', '~> 1.6', '>= 1.6.3'
gem 'yaaf', '~> 2.2'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strong_migrations (0.7.9)
activerecord (>= 5)
strong_migrations (1.6.3)
activerecord (>= 5.2)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.2)
Expand Down Expand Up @@ -558,7 +558,7 @@ DEPENDENCIES
simplecov (~> 0.22.0)
spring (~> 4.1)
sprockets (~> 4.2.1)
strong_migrations (~> 0.7.6)
strong_migrations (~> 1.6, >= 1.6.3)
tzinfo-data
uglifier (~> 4.2)
webmock (~> 3.19)
Expand Down
3 changes: 1 addition & 2 deletions config/initializers/strong_migrations.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# frozen_string_literal: true

# To mark migrations as safe that were created before installing this gem
# StrongMigrations.start_after = 20250101000000 # Disabled By default #2030/01/01
StrongMigrations.start_after = 20300101000000 # Disabled By default #2030/01/01

# Analyze tables automatically (to update planner statistics) after an index is added
StrongMigrations.auto_analyze = true

StrongMigrations.lock_timeout = 10.seconds
StrongMigrations.statement_timeout = 1.hour

0 comments on commit 115b218

Please sign in to comment.