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
data/Gemfile.lock ADDED
@@ -0,0 +1,87 @@
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 (5.27.0)
47
+ mutex_m (0.3.0)
48
+ pg (1.6.3)
49
+ pg (1.6.3-arm64-darwin)
50
+ rake (13.3.1)
51
+ rspec (3.13.2)
52
+ rspec-core (~> 3.13.0)
53
+ rspec-expectations (~> 3.13.0)
54
+ rspec-mocks (~> 3.13.0)
55
+ rspec-core (3.13.6)
56
+ rspec-support (~> 3.13.0)
57
+ rspec-expectations (3.13.5)
58
+ diff-lcs (>= 1.2.0, < 2.0)
59
+ rspec-support (~> 3.13.0)
60
+ rspec-mocks (3.13.7)
61
+ diff-lcs (>= 1.2.0, < 2.0)
62
+ rspec-support (~> 3.13.0)
63
+ rspec-support (3.13.7)
64
+ securerandom (0.4.1)
65
+ thor (1.5.0)
66
+ tzinfo (2.0.6)
67
+ concurrent-ruby (~> 1.0)
68
+
69
+ PLATFORMS
70
+ arm64-darwin-22
71
+ ruby
72
+
73
+ DEPENDENCIES
74
+ appraisal
75
+ base64
76
+ benchmark
77
+ bigdecimal
78
+ database_cleaner
79
+ logger
80
+ migration-lock-timeout!
81
+ mutex_m
82
+ pg (~> 1.1)
83
+ rake (~> 13)
84
+ rspec (~> 3.2)
85
+
86
+ BUNDLED WITH
87
+ 2.5.10
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Migration Lock Timeout
2
2
 
3
- [![CircleCI](https://circleci.com/gh/procore/migration-lock-timeout/tree/master.svg?style=svg&circle-token=db5501175f384dfa477f8bfa2bdc628efe781e98)](https://circleci.com/gh/procore/migration-lock-timeout/tree/master)
4
-
5
3
  Migration Lock Timeout is a Ruby gem that adds a lock timeout to all Active
6
4
  Record migrations in your Ruby on Rails project. A lock timeout sets a timeout
7
5
  on how long PostgreSQL will wait to acquire a lock on tables being altered
@@ -95,7 +93,7 @@ environment variables `POSTGRES_DB_USERNAME` and `POSTGRES_DB_PASSWORD` then run
95
93
 
96
94
  ## Contributing
97
95
 
98
- Bug reports and pull requests are welcome on GitHub at https://github.com/procore/migration-lock-timeout. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
96
+ Bug reports and pull requests are welcome on GitHub at https://github.com/procore-oss/migration-lock-timeout. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
99
97
 
100
98
 
101
99
  ## License
@@ -104,11 +102,10 @@ The gem is available as open source under the terms of the [MIT License](http://
104
102
 
105
103
  ## About Procore
106
104
 
107
- <img
108
- src="https://www.procore.com/images/procore_logo.png"
109
- alt="Procore Logo"
110
- width="250px"
111
- />
105
+ <picture>
106
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/procore-oss/.github/blob/main/procoredarklogo.png?raw=true">
107
+ <img alt="Procore Open Source" src="https://raw.githubusercontent.com/procore-oss/.github/main/procorelightlogo.png">
108
+ </picture>
112
109
 
113
110
  Migration Lock Timeout is maintained by Procore Technologies.
114
111
 
data/SECURITY.md ADDED
@@ -0,0 +1,9 @@
1
+ # **Reporting Security Issues**
2
+
3
+ The project's team and community take security issues seriously.
4
+
5
+ We appreciate your efforts to disclose your findings responsibly and will make every effort to acknowledge your contributions.
6
+
7
+ To report a security issue, go to the project's issues and create a new issue using the ⚠️ Security Report 'issue template'.
8
+
9
+ We'll endeavor to respond quickly and keep you updated throughout the process.
@@ -0,0 +1,20 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 6.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,83 @@
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 (6.1.7.10)
11
+ activesupport (= 6.1.7.10)
12
+ activerecord (6.1.7.10)
13
+ activemodel (= 6.1.7.10)
14
+ activesupport (= 6.1.7.10)
15
+ activesupport (6.1.7.10)
16
+ concurrent-ruby (~> 1.0, >= 1.0.2)
17
+ i18n (>= 1.6, < 2)
18
+ minitest (>= 5.1)
19
+ tzinfo (~> 2.0)
20
+ zeitwerk (~> 2.3)
21
+ appraisal (2.5.0)
22
+ bundler
23
+ rake
24
+ thor (>= 0.14.0)
25
+ base64 (0.3.0)
26
+ benchmark (0.5.0)
27
+ bigdecimal (4.0.1)
28
+ concurrent-ruby (1.3.6)
29
+ database_cleaner (2.1.0)
30
+ database_cleaner-active_record (>= 2, < 3)
31
+ database_cleaner-active_record (2.2.2)
32
+ activerecord (>= 5.a)
33
+ database_cleaner-core (~> 2.0)
34
+ database_cleaner-core (2.0.1)
35
+ diff-lcs (1.6.2)
36
+ i18n (1.14.8)
37
+ concurrent-ruby (~> 1.0)
38
+ logger (1.7.0)
39
+ minitest (6.0.1)
40
+ prism (~> 1.5)
41
+ mutex_m (0.3.0)
42
+ pg (1.6.3)
43
+ pg (1.6.3-arm64-darwin)
44
+ prism (1.9.0)
45
+ rake (13.3.1)
46
+ rspec (3.13.2)
47
+ rspec-core (~> 3.13.0)
48
+ rspec-expectations (~> 3.13.0)
49
+ rspec-mocks (~> 3.13.0)
50
+ rspec-core (3.13.6)
51
+ rspec-support (~> 3.13.0)
52
+ rspec-expectations (3.13.5)
53
+ diff-lcs (>= 1.2.0, < 2.0)
54
+ rspec-support (~> 3.13.0)
55
+ rspec-mocks (3.13.7)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.13.0)
58
+ rspec-support (3.13.7)
59
+ thor (1.5.0)
60
+ tzinfo (2.0.6)
61
+ concurrent-ruby (~> 1.0)
62
+ zeitwerk (2.7.4)
63
+
64
+ PLATFORMS
65
+ arm64-darwin-22
66
+ ruby
67
+
68
+ DEPENDENCIES
69
+ activerecord (~> 6.1.0)
70
+ appraisal
71
+ base64
72
+ benchmark
73
+ bigdecimal
74
+ database_cleaner
75
+ logger
76
+ migration-lock-timeout!
77
+ mutex_m
78
+ pg (~> 1.1)
79
+ rake (~> 13)
80
+ rspec (~> 3.2)
81
+
82
+ BUNDLED WITH
83
+ 2.5.10
@@ -0,0 +1,21 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 6.1.0"
6
+ gem "strong_migrations", "0.2"
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,86 @@
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 (6.1.7.10)
11
+ activesupport (= 6.1.7.10)
12
+ activerecord (6.1.7.10)
13
+ activemodel (= 6.1.7.10)
14
+ activesupport (= 6.1.7.10)
15
+ activesupport (6.1.7.10)
16
+ concurrent-ruby (~> 1.0, >= 1.0.2)
17
+ i18n (>= 1.6, < 2)
18
+ minitest (>= 5.1)
19
+ tzinfo (~> 2.0)
20
+ zeitwerk (~> 2.3)
21
+ appraisal (2.5.0)
22
+ bundler
23
+ rake
24
+ thor (>= 0.14.0)
25
+ base64 (0.3.0)
26
+ benchmark (0.5.0)
27
+ bigdecimal (4.0.1)
28
+ concurrent-ruby (1.3.6)
29
+ database_cleaner (2.1.0)
30
+ database_cleaner-active_record (>= 2, < 3)
31
+ database_cleaner-active_record (2.2.2)
32
+ activerecord (>= 5.a)
33
+ database_cleaner-core (~> 2.0)
34
+ database_cleaner-core (2.0.1)
35
+ diff-lcs (1.6.2)
36
+ i18n (1.14.8)
37
+ concurrent-ruby (~> 1.0)
38
+ logger (1.7.0)
39
+ minitest (6.0.1)
40
+ prism (~> 1.5)
41
+ mutex_m (0.3.0)
42
+ pg (1.6.3)
43
+ pg (1.6.3-arm64-darwin)
44
+ prism (1.9.0)
45
+ rake (13.3.1)
46
+ rspec (3.13.2)
47
+ rspec-core (~> 3.13.0)
48
+ rspec-expectations (~> 3.13.0)
49
+ rspec-mocks (~> 3.13.0)
50
+ rspec-core (3.13.6)
51
+ rspec-support (~> 3.13.0)
52
+ rspec-expectations (3.13.5)
53
+ diff-lcs (>= 1.2.0, < 2.0)
54
+ rspec-support (~> 3.13.0)
55
+ rspec-mocks (3.13.7)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.13.0)
58
+ rspec-support (3.13.7)
59
+ strong_migrations (0.2.0)
60
+ activerecord (>= 3.2.0)
61
+ thor (1.5.0)
62
+ tzinfo (2.0.6)
63
+ concurrent-ruby (~> 1.0)
64
+ zeitwerk (2.7.4)
65
+
66
+ PLATFORMS
67
+ arm64-darwin-22
68
+ ruby
69
+
70
+ DEPENDENCIES
71
+ activerecord (~> 6.1.0)
72
+ appraisal
73
+ base64
74
+ benchmark
75
+ bigdecimal
76
+ database_cleaner
77
+ logger
78
+ migration-lock-timeout!
79
+ mutex_m
80
+ pg (~> 1.1)
81
+ rake (~> 13)
82
+ rspec (~> 3.2)
83
+ strong_migrations (= 0.2)
84
+
85
+ BUNDLED WITH
86
+ 2.5.10
@@ -2,6 +2,19 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "activerecord", "7.0.0"
5
+ gem "activerecord", "~> 7.0.1"
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
6
19
 
7
20
  gemspec path: "../"
@@ -0,0 +1,90 @@
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
+ thor (1.5.0)
68
+ tzinfo (2.0.6)
69
+ concurrent-ruby (~> 1.0)
70
+
71
+ PLATFORMS
72
+ arm64-darwin-22
73
+ ruby
74
+
75
+ DEPENDENCIES
76
+ activerecord (~> 7.0.1)
77
+ appraisal
78
+ base64
79
+ benchmark
80
+ bigdecimal
81
+ database_cleaner
82
+ logger
83
+ migration-lock-timeout!
84
+ mutex_m
85
+ pg (~> 1.1)
86
+ rake (~> 13)
87
+ rspec (~> 3.2)
88
+
89
+ BUNDLED WITH
90
+ 2.5.10
@@ -0,0 +1,20 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "activerecord", "~> 7.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 (7.1.6)
11
+ activesupport (= 7.1.6)
12
+ activerecord (7.1.6)
13
+ activemodel (= 7.1.6)
14
+ activesupport (= 7.1.6)
15
+ timeout (>= 0.4.0)
16
+ activesupport (7.1.6)
17
+ base64
18
+ benchmark (>= 0.3)
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.0.2)
21
+ connection_pool (>= 2.2.5)
22
+ drb
23
+ i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ mutex_m
27
+ securerandom (>= 0.3)
28
+ tzinfo (~> 2.0)
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-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
+
75
+ PLATFORMS
76
+ arm64-darwin-22
77
+ ruby
78
+
79
+ DEPENDENCIES
80
+ activerecord (~> 7.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", "~> 7.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 (7.1.6)
11
+ activesupport (= 7.1.6)
12
+ activerecord (7.1.6)
13
+ activemodel (= 7.1.6)
14
+ activesupport (= 7.1.6)
15
+ timeout (>= 0.4.0)
16
+ activesupport (7.1.6)
17
+ base64
18
+ benchmark (>= 0.3)
19
+ bigdecimal
20
+ concurrent-ruby (~> 1.0, >= 1.0.2)
21
+ connection_pool (>= 2.2.5)
22
+ drb
23
+ i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
25
+ minitest (>= 5.1)
26
+ mutex_m
27
+ securerandom (>= 0.3)
28
+ tzinfo (~> 2.0)
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-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
+
77
+ PLATFORMS
78
+ arm64-darwin-22
79
+ ruby
80
+
81
+ DEPENDENCIES
82
+ activerecord (~> 7.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