migration-lock-timeout 1.4.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/.github/CODEOWNERS +1 -0
  3. data/.github/ISSUE_TEMPLATE/bug.yml +64 -0
  4. data/.github/ISSUE_TEMPLATE/config.yml +1 -0
  5. data/.github/ISSUE_TEMPLATE/docs.yml +18 -0
  6. data/.github/ISSUE_TEMPLATE/feature-request.yml +36 -0
  7. data/.github/ISSUE_TEMPLATE/question-support.yml +18 -0
  8. data/.github/PULL_REQUEST_TEMPLATE.md +17 -0
  9. data/.github/dependabot.yaml +7 -0
  10. data/.github/labeler.yml +9 -0
  11. data/.github/workflows/auto-assign-author.yml +15 -0
  12. data/.github/workflows/codeql.yml +35 -0
  13. data/.github/workflows/labeler.yml +15 -0
  14. data/.github/workflows/release.yml +43 -0
  15. data/.github/workflows/stale.yml +40 -0
  16. data/.github/workflows/test.yml +46 -0
  17. data/.gitignore +0 -2
  18. data/.ruby-version +1 -1
  19. data/Appraisals +27 -24
  20. data/CHANGELOG.md +13 -0
  21. data/CODE_OF_CONDUCT.md +58 -31
  22. data/CONTRIBUTING.md +23 -0
  23. data/Gemfile +15 -0
  24. data/Gemfile.lock +87 -0
  25. data/README.md +5 -8
  26. data/SECURITY.md +9 -0
  27. data/gemfiles/activerecord_6_1.gemfile +20 -0
  28. data/gemfiles/activerecord_6_1.gemfile.lock +83 -0
  29. data/gemfiles/activerecord_6_1_with_strong_migrations.gemfile +21 -0
  30. data/gemfiles/activerecord_6_1_with_strong_migrations.gemfile.lock +86 -0
  31. data/gemfiles/activerecord_7.gemfile +14 -1
  32. data/gemfiles/activerecord_7.gemfile.lock +90 -0
  33. data/gemfiles/activerecord_7_1.gemfile +20 -0
  34. data/gemfiles/activerecord_7_1.gemfile.lock +94 -0
  35. data/gemfiles/activerecord_7_1_with_strong_migrations.gemfile +21 -0
  36. data/gemfiles/activerecord_7_1_with_strong_migrations.gemfile.lock +97 -0
  37. data/gemfiles/activerecord_7_with_strong_migrations.gemfile +14 -1
  38. data/gemfiles/activerecord_7_with_strong_migrations.gemfile.lock +93 -0
  39. data/gemfiles/activerecord_8_0.gemfile +20 -0
  40. data/gemfiles/activerecord_8_0.gemfile.lock +107 -0
  41. data/gemfiles/activerecord_8_0_with_strong_migrations.gemfile +21 -0
  42. data/gemfiles/activerecord_8_0_with_strong_migrations.gemfile.lock +96 -0
  43. data/gemfiles/activerecord_8_1.gemfile +20 -0
  44. data/gemfiles/activerecord_8_1.gemfile.lock +94 -0
  45. data/gemfiles/activerecord_8_1_with_strong_migrations.gemfile +21 -0
  46. data/gemfiles/activerecord_8_1_with_strong_migrations.gemfile.lock +97 -0
  47. data/lib/migration_lock_timeout/version.rb +4 -1
  48. data/migration-lock-timeout.gemspec +2 -9
  49. metadata +44 -100
  50. data/.circleci/config.yml +0 -29
  51. data/gemfiles/activerecord_4.gemfile +0 -9
  52. data/gemfiles/activerecord_4_with_strong_migrations.gemfile +0 -10
  53. data/gemfiles/activerecord_5.gemfile +0 -8
  54. data/gemfiles/activerecord_5_with_strong_migrations.gemfile +0 -9
  55. data/gemfiles/activerecord_6.gemfile +0 -7
  56. data/gemfiles/activerecord_6_with_strong_migrations.gemfile +0 -8
  57. data/spec_helper.rb +0 -21
@@ -2,7 +2,20 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "activerecord", "7.0.0"
5
+ gem "activerecord", "~> 7.0.1"
6
6
  gem "strong_migrations"
7
7
 
8
+ group :development, :test do
9
+ gem "appraisal", require: false
10
+ gem "base64", require: false
11
+ gem "bigdecimal", require: false
12
+ gem "benchmark", require: false
13
+ gem "database_cleaner", require: false
14
+ gem "pg", "~> 1.1", require: false
15
+ gem "logger", require: false
16
+ gem "mutex_m", require: false
17
+ gem "rake", "~> 13", require: false
18
+ gem "rspec", "~> 3.2", require: false
19
+ end
20
+
8
21
  gemspec path: "../"
@@ -0,0 +1,93 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ migration-lock-timeout (2.0.0)
5
+ activerecord (>= 6.1, < 8.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (7.0.10)
11
+ activesupport (= 7.0.10)
12
+ activerecord (7.0.10)
13
+ activemodel (= 7.0.10)
14
+ activesupport (= 7.0.10)
15
+ activesupport (7.0.10)
16
+ base64
17
+ benchmark (>= 0.3)
18
+ bigdecimal
19
+ concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ drb
21
+ i18n (>= 1.6, < 2)
22
+ logger (>= 1.4.2)
23
+ minitest (>= 5.1)
24
+ mutex_m
25
+ securerandom (>= 0.3)
26
+ tzinfo (~> 2.0)
27
+ appraisal (2.5.0)
28
+ bundler
29
+ rake
30
+ thor (>= 0.14.0)
31
+ base64 (0.3.0)
32
+ benchmark (0.5.0)
33
+ bigdecimal (4.0.1)
34
+ concurrent-ruby (1.3.6)
35
+ database_cleaner (2.1.0)
36
+ database_cleaner-active_record (>= 2, < 3)
37
+ database_cleaner-active_record (2.2.2)
38
+ activerecord (>= 5.a)
39
+ database_cleaner-core (~> 2.0)
40
+ database_cleaner-core (2.0.1)
41
+ diff-lcs (1.6.2)
42
+ drb (2.2.3)
43
+ i18n (1.14.8)
44
+ concurrent-ruby (~> 1.0)
45
+ logger (1.7.0)
46
+ minitest (6.0.1)
47
+ prism (~> 1.5)
48
+ mutex_m (0.3.0)
49
+ pg (1.6.3)
50
+ pg (1.6.3-arm64-darwin)
51
+ prism (1.9.0)
52
+ rake (13.3.1)
53
+ rspec (3.13.2)
54
+ rspec-core (~> 3.13.0)
55
+ rspec-expectations (~> 3.13.0)
56
+ rspec-mocks (~> 3.13.0)
57
+ rspec-core (3.13.6)
58
+ rspec-support (~> 3.13.0)
59
+ rspec-expectations (3.13.5)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.13.0)
62
+ rspec-mocks (3.13.7)
63
+ diff-lcs (>= 1.2.0, < 2.0)
64
+ rspec-support (~> 3.13.0)
65
+ rspec-support (3.13.7)
66
+ securerandom (0.4.1)
67
+ strong_migrations (2.3.0)
68
+ activerecord (>= 7)
69
+ thor (1.5.0)
70
+ tzinfo (2.0.6)
71
+ concurrent-ruby (~> 1.0)
72
+
73
+ PLATFORMS
74
+ arm64-darwin-22
75
+ ruby
76
+
77
+ DEPENDENCIES
78
+ activerecord (~> 7.0.1)
79
+ appraisal
80
+ base64
81
+ benchmark
82
+ bigdecimal
83
+ database_cleaner
84
+ logger
85
+ migration-lock-timeout!
86
+ mutex_m
87
+ pg (~> 1.1)
88
+ rake (~> 13)
89
+ rspec (~> 3.2)
90
+ strong_migrations
91
+
92
+ BUNDLED WITH
93
+ 2.5.10
@@ -0,0 +1,20 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 8.0.0"
6
+
7
+ group :development, :test do
8
+ gem "appraisal", require: false
9
+ gem "base64", require: false
10
+ gem "bigdecimal", require: false
11
+ gem "benchmark", require: false
12
+ gem "database_cleaner", require: false
13
+ gem "pg", "~> 1.1", require: false
14
+ gem "logger", require: false
15
+ gem "mutex_m", require: false
16
+ gem "rake", "~> 13", require: false
17
+ gem "rspec", "~> 3.2", require: false
18
+ end
19
+
20
+ gemspec path: "../"
@@ -0,0 +1,107 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ migration-lock-timeout (2.0.0)
5
+ activerecord (>= 6.1, < 8.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (8.0.4)
11
+ activesupport (= 8.0.4)
12
+ activerecord (8.0.4)
13
+ activemodel (= 8.0.4)
14
+ activesupport (= 8.0.4)
15
+ timeout (>= 0.4.0)
16
+ activesupport (8.0.4)
17
+ base64
18
+ benchmark (>= 0.3)
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.3.1)
21
+ connection_pool (>= 2.2.5)
22
+ drb
23
+ i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
29
+ appraisal (2.5.0)
30
+ bundler
31
+ rake
32
+ thor (>= 0.14.0)
33
+ base64 (0.3.0)
34
+ benchmark (0.5.0)
35
+ bigdecimal (4.0.1)
36
+ concurrent-ruby (1.3.6)
37
+ connection_pool (3.0.2)
38
+ database_cleaner (2.1.0)
39
+ database_cleaner-active_record (>= 2, < 3)
40
+ database_cleaner-active_record (2.2.2)
41
+ activerecord (>= 5.a)
42
+ database_cleaner-core (~> 2.0)
43
+ database_cleaner-core (2.0.1)
44
+ diff-lcs (1.6.2)
45
+ drb (2.2.3)
46
+ i18n (1.14.8)
47
+ concurrent-ruby (~> 1.0)
48
+ logger (1.7.0)
49
+ minitest (6.0.1)
50
+ prism (~> 1.5)
51
+ mutex_m (0.3.0)
52
+ pg (1.6.3)
53
+ pg (1.6.3-aarch64-linux)
54
+ pg (1.6.3-aarch64-linux-musl)
55
+ pg (1.6.3-aarch64-mingw-ucrt)
56
+ pg (1.6.3-arm64-darwin)
57
+ pg (1.6.3-x86_64-darwin)
58
+ pg (1.6.3-x86_64-linux)
59
+ pg (1.6.3-x86_64-linux-musl)
60
+ prism (1.9.0)
61
+ rake (13.3.1)
62
+ rspec (3.13.2)
63
+ rspec-core (~> 3.13.0)
64
+ rspec-expectations (~> 3.13.0)
65
+ rspec-mocks (~> 3.13.0)
66
+ rspec-core (3.13.6)
67
+ rspec-support (~> 3.13.0)
68
+ rspec-expectations (3.13.5)
69
+ diff-lcs (>= 1.2.0, < 2.0)
70
+ rspec-support (~> 3.13.0)
71
+ rspec-mocks (3.13.7)
72
+ diff-lcs (>= 1.2.0, < 2.0)
73
+ rspec-support (~> 3.13.0)
74
+ rspec-support (3.13.7)
75
+ securerandom (0.4.1)
76
+ thor (1.5.0)
77
+ timeout (0.6.0)
78
+ tzinfo (2.0.6)
79
+ concurrent-ruby (~> 1.0)
80
+ uri (1.1.1)
81
+
82
+ PLATFORMS
83
+ aarch64-linux
84
+ aarch64-linux-musl
85
+ aarch64-mingw-ucrt
86
+ arm64-darwin
87
+ ruby
88
+ x86_64-darwin
89
+ x86_64-linux
90
+ x86_64-linux-musl
91
+
92
+ DEPENDENCIES
93
+ activerecord (~> 8.0.0)
94
+ appraisal
95
+ base64
96
+ benchmark
97
+ bigdecimal
98
+ database_cleaner
99
+ logger
100
+ migration-lock-timeout!
101
+ mutex_m
102
+ pg (~> 1.1)
103
+ rake (~> 13)
104
+ rspec (~> 3.2)
105
+
106
+ BUNDLED WITH
107
+ 2.5.10
@@ -0,0 +1,21 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 8.0.0"
6
+ gem "strong_migrations"
7
+
8
+ group :development, :test do
9
+ gem "appraisal", require: false
10
+ gem "base64", require: false
11
+ gem "bigdecimal", require: false
12
+ gem "benchmark", require: false
13
+ gem "database_cleaner", require: false
14
+ gem "pg", "~> 1.1", require: false
15
+ gem "logger", require: false
16
+ gem "mutex_m", require: false
17
+ gem "rake", "~> 13", require: false
18
+ gem "rspec", "~> 3.2", require: false
19
+ end
20
+
21
+ gemspec path: "../"
@@ -0,0 +1,96 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ migration-lock-timeout (2.0.0)
5
+ activerecord (>= 6.1, < 8.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (8.0.4)
11
+ activesupport (= 8.0.4)
12
+ activerecord (8.0.4)
13
+ activemodel (= 8.0.4)
14
+ activesupport (= 8.0.4)
15
+ timeout (>= 0.4.0)
16
+ activesupport (8.0.4)
17
+ base64
18
+ benchmark (>= 0.3)
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.3.1)
21
+ connection_pool (>= 2.2.5)
22
+ drb
23
+ i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
29
+ appraisal (2.5.0)
30
+ bundler
31
+ rake
32
+ thor (>= 0.14.0)
33
+ base64 (0.3.0)
34
+ benchmark (0.5.0)
35
+ bigdecimal (4.0.1)
36
+ concurrent-ruby (1.3.6)
37
+ connection_pool (3.0.2)
38
+ database_cleaner (2.1.0)
39
+ database_cleaner-active_record (>= 2, < 3)
40
+ database_cleaner-active_record (2.2.2)
41
+ activerecord (>= 5.a)
42
+ database_cleaner-core (~> 2.0)
43
+ database_cleaner-core (2.0.1)
44
+ diff-lcs (1.6.2)
45
+ drb (2.2.3)
46
+ i18n (1.14.8)
47
+ concurrent-ruby (~> 1.0)
48
+ logger (1.7.0)
49
+ minitest (6.0.1)
50
+ prism (~> 1.5)
51
+ mutex_m (0.3.0)
52
+ pg (1.6.3-arm64-darwin)
53
+ prism (1.9.0)
54
+ rake (13.3.1)
55
+ rspec (3.13.2)
56
+ rspec-core (~> 3.13.0)
57
+ rspec-expectations (~> 3.13.0)
58
+ rspec-mocks (~> 3.13.0)
59
+ rspec-core (3.13.6)
60
+ rspec-support (~> 3.13.0)
61
+ rspec-expectations (3.13.5)
62
+ diff-lcs (>= 1.2.0, < 2.0)
63
+ rspec-support (~> 3.13.0)
64
+ rspec-mocks (3.13.7)
65
+ diff-lcs (>= 1.2.0, < 2.0)
66
+ rspec-support (~> 3.13.0)
67
+ rspec-support (3.13.7)
68
+ securerandom (0.4.1)
69
+ strong_migrations (2.5.2)
70
+ activerecord (>= 7.1)
71
+ thor (1.5.0)
72
+ timeout (0.6.0)
73
+ tzinfo (2.0.6)
74
+ concurrent-ruby (~> 1.0)
75
+ uri (1.1.1)
76
+
77
+ PLATFORMS
78
+ arm64-darwin
79
+
80
+ DEPENDENCIES
81
+ activerecord (~> 8.0.0)
82
+ appraisal
83
+ base64
84
+ benchmark
85
+ bigdecimal
86
+ database_cleaner
87
+ logger
88
+ migration-lock-timeout!
89
+ mutex_m
90
+ pg (~> 1.1)
91
+ rake (~> 13)
92
+ rspec (~> 3.2)
93
+ strong_migrations
94
+
95
+ BUNDLED WITH
96
+ 2.5.10
@@ -0,0 +1,20 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 8.1.0"
6
+
7
+ group :development, :test do
8
+ gem "appraisal", require: false
9
+ gem "base64", require: false
10
+ gem "bigdecimal", require: false
11
+ gem "benchmark", require: false
12
+ gem "database_cleaner", require: false
13
+ gem "pg", "~> 1.1", require: false
14
+ gem "logger", require: false
15
+ gem "mutex_m", require: false
16
+ gem "rake", "~> 13", require: false
17
+ gem "rspec", "~> 3.2", require: false
18
+ end
19
+
20
+ gemspec path: "../"
@@ -0,0 +1,94 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ migration-lock-timeout (2.0.0)
5
+ activerecord (>= 6.1, < 8.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (8.1.2)
11
+ activesupport (= 8.1.2)
12
+ activerecord (8.1.2)
13
+ activemodel (= 8.1.2)
14
+ activesupport (= 8.1.2)
15
+ timeout (>= 0.4.0)
16
+ activesupport (8.1.2)
17
+ base64
18
+ bigdecimal
19
+ concurrent-ruby (~> 1.0, >= 1.3.1)
20
+ connection_pool (>= 2.2.5)
21
+ drb
22
+ i18n (>= 1.6, < 2)
23
+ json
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
29
+ appraisal (2.5.0)
30
+ bundler
31
+ rake
32
+ thor (>= 0.14.0)
33
+ base64 (0.3.0)
34
+ benchmark (0.5.0)
35
+ bigdecimal (4.0.1)
36
+ concurrent-ruby (1.3.6)
37
+ connection_pool (3.0.2)
38
+ database_cleaner (2.1.0)
39
+ database_cleaner-active_record (>= 2, < 3)
40
+ database_cleaner-active_record (2.2.2)
41
+ activerecord (>= 5.a)
42
+ database_cleaner-core (~> 2.0)
43
+ database_cleaner-core (2.0.1)
44
+ diff-lcs (1.6.2)
45
+ drb (2.2.3)
46
+ i18n (1.14.8)
47
+ concurrent-ruby (~> 1.0)
48
+ json (2.18.1)
49
+ logger (1.7.0)
50
+ minitest (6.0.1)
51
+ prism (~> 1.5)
52
+ mutex_m (0.3.0)
53
+ pg (1.6.3-arm64-darwin)
54
+ prism (1.9.0)
55
+ rake (13.3.1)
56
+ rspec (3.13.2)
57
+ rspec-core (~> 3.13.0)
58
+ rspec-expectations (~> 3.13.0)
59
+ rspec-mocks (~> 3.13.0)
60
+ rspec-core (3.13.6)
61
+ rspec-support (~> 3.13.0)
62
+ rspec-expectations (3.13.5)
63
+ diff-lcs (>= 1.2.0, < 2.0)
64
+ rspec-support (~> 3.13.0)
65
+ rspec-mocks (3.13.7)
66
+ diff-lcs (>= 1.2.0, < 2.0)
67
+ rspec-support (~> 3.13.0)
68
+ rspec-support (3.13.7)
69
+ securerandom (0.4.1)
70
+ thor (1.5.0)
71
+ timeout (0.6.0)
72
+ tzinfo (2.0.6)
73
+ concurrent-ruby (~> 1.0)
74
+ uri (1.1.1)
75
+
76
+ PLATFORMS
77
+ arm64-darwin
78
+
79
+ DEPENDENCIES
80
+ activerecord (~> 8.1.0)
81
+ appraisal
82
+ base64
83
+ benchmark
84
+ bigdecimal
85
+ database_cleaner
86
+ logger
87
+ migration-lock-timeout!
88
+ mutex_m
89
+ pg (~> 1.1)
90
+ rake (~> 13)
91
+ rspec (~> 3.2)
92
+
93
+ BUNDLED WITH
94
+ 2.5.10
@@ -0,0 +1,21 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 8.1.0"
6
+ gem "strong_migrations"
7
+
8
+ group :development, :test do
9
+ gem "appraisal", require: false
10
+ gem "base64", require: false
11
+ gem "bigdecimal", require: false
12
+ gem "benchmark", require: false
13
+ gem "database_cleaner", require: false
14
+ gem "pg", "~> 1.1", require: false
15
+ gem "logger", require: false
16
+ gem "mutex_m", require: false
17
+ gem "rake", "~> 13", require: false
18
+ gem "rspec", "~> 3.2", require: false
19
+ end
20
+
21
+ gemspec path: "../"
@@ -0,0 +1,97 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ migration-lock-timeout (2.0.0)
5
+ activerecord (>= 6.1, < 8.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ activemodel (8.1.2)
11
+ activesupport (= 8.1.2)
12
+ activerecord (8.1.2)
13
+ activemodel (= 8.1.2)
14
+ activesupport (= 8.1.2)
15
+ timeout (>= 0.4.0)
16
+ activesupport (8.1.2)
17
+ base64
18
+ bigdecimal
19
+ concurrent-ruby (~> 1.0, >= 1.3.1)
20
+ connection_pool (>= 2.2.5)
21
+ drb
22
+ i18n (>= 1.6, < 2)
23
+ json
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
29
+ appraisal (2.5.0)
30
+ bundler
31
+ rake
32
+ thor (>= 0.14.0)
33
+ base64 (0.3.0)
34
+ benchmark (0.5.0)
35
+ bigdecimal (4.0.1)
36
+ concurrent-ruby (1.3.6)
37
+ connection_pool (3.0.2)
38
+ database_cleaner (2.1.0)
39
+ database_cleaner-active_record (>= 2, < 3)
40
+ database_cleaner-active_record (2.2.2)
41
+ activerecord (>= 5.a)
42
+ database_cleaner-core (~> 2.0)
43
+ database_cleaner-core (2.0.1)
44
+ diff-lcs (1.6.2)
45
+ drb (2.2.3)
46
+ i18n (1.14.8)
47
+ concurrent-ruby (~> 1.0)
48
+ json (2.18.1)
49
+ logger (1.7.0)
50
+ minitest (6.0.1)
51
+ prism (~> 1.5)
52
+ mutex_m (0.3.0)
53
+ pg (1.6.3-arm64-darwin)
54
+ prism (1.9.0)
55
+ rake (13.3.1)
56
+ rspec (3.13.2)
57
+ rspec-core (~> 3.13.0)
58
+ rspec-expectations (~> 3.13.0)
59
+ rspec-mocks (~> 3.13.0)
60
+ rspec-core (3.13.6)
61
+ rspec-support (~> 3.13.0)
62
+ rspec-expectations (3.13.5)
63
+ diff-lcs (>= 1.2.0, < 2.0)
64
+ rspec-support (~> 3.13.0)
65
+ rspec-mocks (3.13.7)
66
+ diff-lcs (>= 1.2.0, < 2.0)
67
+ rspec-support (~> 3.13.0)
68
+ rspec-support (3.13.7)
69
+ securerandom (0.4.1)
70
+ strong_migrations (2.5.2)
71
+ activerecord (>= 7.1)
72
+ thor (1.5.0)
73
+ timeout (0.6.0)
74
+ tzinfo (2.0.6)
75
+ concurrent-ruby (~> 1.0)
76
+ uri (1.1.1)
77
+
78
+ PLATFORMS
79
+ arm64-darwin
80
+
81
+ DEPENDENCIES
82
+ activerecord (~> 8.1.0)
83
+ appraisal
84
+ base64
85
+ benchmark
86
+ bigdecimal
87
+ database_cleaner
88
+ logger
89
+ migration-lock-timeout!
90
+ mutex_m
91
+ pg (~> 1.1)
92
+ rake (~> 13)
93
+ rspec (~> 3.2)
94
+ strong_migrations
95
+
96
+ BUNDLED WITH
97
+ 2.5.10
@@ -1,3 +1,6 @@
1
1
  module MigrationLockTimeout
2
- VERSION = "1.4.0"
2
+ MAJOR = 2
3
+ MINOR = 0
4
+ PATCH = 0
5
+ VERSION = [MAJOR, MINOR, PATCH].join('.')
3
6
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Ruby gem that adds a lock timeout to Active Record migrations"
13
13
  spec.description = "Ruby gem that automatically adds a lock timeout to all Active Record migrations"
14
- spec.homepage = "http://github.com/procore/migration-lock-timeout"
14
+ spec.homepage = "http://github.com/procore-oss/migration-lock-timeout"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -27,12 +27,5 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
29
 
30
- spec.add_development_dependency "appraisal"
31
- spec.add_development_dependency "database_cleaner"
32
- spec.add_development_dependency "pg", "~> 1.1"
33
- spec.add_development_dependency "pry"
34
- spec.add_development_dependency "rake", "~> 11.2.2"
35
- spec.add_development_dependency "rspec", "~> 3.0"
36
-
37
- spec.add_runtime_dependency "activerecord", ">= 4.0", "< 8.0"
30
+ spec.add_runtime_dependency "activerecord", ">= 6.1", "< 8.2"
38
31
  end