index_shotgun 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +30 -5
- data/CHANGELOG.md +20 -14
- data/README.md +1 -2
- data/ci/build.sh +0 -13
- data/ci/install.sh +14 -6
- data/gemfiles/activerecord_6_0.gemfile +5 -0
- data/gemfiles/activerecord_6_1.gemfile +5 -0
- data/gemfiles/activerecord_7_0.gemfile +5 -0
- data/gemfiles/activerecord_7_1.gemfile +4 -5
- data/gemfiles/activerecord_7_2.gemfile +26 -0
- data/gemfiles/activerecord_8_0.gemfile +26 -0
- data/index_shotgun.gemspec +0 -2
- data/lib/index_shotgun/version.rb +1 -1
- data/lib/index_shotgun.rb +4 -0
- metadata +4 -30
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cace453321dc252bf595c6ab616e4ae175d90ce6eab0d0eb4b0d48a747b419e
|
4
|
+
data.tar.gz: e8f7ac65cb916549e96b3e5e5694fda2582af66815f8cfd875eb7ec349935878
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4dab027428b1b44f6af500be63cd8006ef5084150fb3a0a0072e5c3b0480dbbe3ea5fd6914749e5d587880a7fae9a3a3d5bc0fc2a94503f367e7b4c6d369307d
|
7
|
+
data.tar.gz: 3185690121cc43d4d426c383b240d017f46af74448de5e5e9f5c7ed5cfe52071f030f4e7f3db1892555917e062dbb116b5bcef1d342485decca6bc2f8c5e60e4
|
data/.github/workflows/test.yml
CHANGED
@@ -32,11 +32,14 @@ jobs:
|
|
32
32
|
- "3.1"
|
33
33
|
- "3.2"
|
34
34
|
- "3.3"
|
35
|
+
- "3.4"
|
35
36
|
gemfile:
|
36
37
|
- activerecord_6_0
|
37
38
|
- activerecord_6_1
|
38
39
|
- activerecord_7_0
|
39
40
|
- activerecord_7_1
|
41
|
+
- activerecord_7_2
|
42
|
+
- activerecord_8_0
|
40
43
|
database:
|
41
44
|
- sqlite3
|
42
45
|
- mysql
|
@@ -48,16 +51,38 @@ jobs:
|
|
48
51
|
gemfile: activerecord_7_0
|
49
52
|
- ruby: "2.6"
|
50
53
|
gemfile: activerecord_7_0
|
51
|
-
- ruby: "2.4"
|
52
|
-
gemfile: activerecord_7_1
|
53
54
|
- ruby: "2.5"
|
54
55
|
gemfile: activerecord_7_1
|
55
56
|
- ruby: "2.6"
|
56
57
|
gemfile: activerecord_7_1
|
57
58
|
|
58
|
-
#
|
59
|
+
# Rails 7.2+ requires Ruby 3.1+
|
60
|
+
- ruby: "2.5"
|
61
|
+
gemfile: activerecord_7_2
|
62
|
+
- ruby: "2.6"
|
63
|
+
gemfile: activerecord_7_2
|
64
|
+
- ruby: "2.7"
|
65
|
+
gemfile: activerecord_7_2
|
66
|
+
- ruby: "3.0"
|
67
|
+
gemfile: activerecord_7_2
|
68
|
+
|
69
|
+
# Rails 8.0+ requires Ruby 3.2+
|
70
|
+
- ruby: "2.5"
|
71
|
+
gemfile: activerecord_8_0
|
72
|
+
- ruby: "2.6"
|
73
|
+
gemfile: activerecord_8_0
|
74
|
+
- ruby: "2.7"
|
75
|
+
gemfile: activerecord_8_0
|
76
|
+
- ruby: "3.0"
|
77
|
+
gemfile: activerecord_8_0
|
78
|
+
- ruby: "3.1"
|
79
|
+
gemfile: activerecord_8_0
|
80
|
+
|
81
|
+
# TODO: latest activerecord-oracle_enhanced-adapter doesn't support activerecord 7.2+
|
59
82
|
- database: oracle
|
60
|
-
gemfile:
|
83
|
+
gemfile: activerecord_7_2
|
84
|
+
- database: oracle
|
85
|
+
gemfile: activerecord_8_0
|
61
86
|
|
62
87
|
env:
|
63
88
|
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
|
@@ -86,7 +111,7 @@ jobs:
|
|
86
111
|
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
87
112
|
|
88
113
|
oracle:
|
89
|
-
image: deepdiver/docker-oracle-xe-11g
|
114
|
+
image: deepdiver/docker-oracle-xe-11g:2.0
|
90
115
|
ports:
|
91
116
|
- 1521
|
92
117
|
env:
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1
1
|
# Change Log
|
2
2
|
## Unreleased
|
3
|
-
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v2.0.
|
3
|
+
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v2.0.1...master)
|
4
4
|
|
5
|
-
## [v2.0.
|
5
|
+
## [v2.0.1](https://github.com/sue445/index_shotgun/releases/tag/v2.0.1) (2025/01/18)
|
6
|
+
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v2.0.0...v2.0.1)
|
7
|
+
|
8
|
+
* Fix `NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger` when activesupport < 7.1
|
9
|
+
* https://github.com/sue445/index_shotgun/pull/151
|
10
|
+
|
11
|
+
## [v2.0.0](https://github.com/sue445/index_shotgun/releases/tag/v2.0.0) (2024/05/15)
|
6
12
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v1.0.3...v2.0.0)
|
7
13
|
|
8
14
|
* :bomb: **[BREAKING CHANGE]** Requires Ruby2.5+ and activerecord 6.0+
|
@@ -10,32 +16,32 @@
|
|
10
16
|
* Upgrade to rubocop 1.28.2
|
11
17
|
* https://github.com/sue445/index_shotgun/pull/142
|
12
18
|
|
13
|
-
## [v1.0.3](https://github.com/sue445/index_shotgun/
|
19
|
+
## [v1.0.3](https://github.com/sue445/index_shotgun/releases/tag/v1.0.3) (2024/05/14)
|
14
20
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v1.0.2...v1.0.3)
|
15
21
|
|
16
22
|
* Fixed false positives when there are multiple unique indexes on a single table
|
17
23
|
* https://github.com/sue445/index_shotgun/pull/140
|
18
24
|
|
19
|
-
## [v1.0.2](https://github.com/sue445/index_shotgun/
|
25
|
+
## [v1.0.2](https://github.com/sue445/index_shotgun/releases/tag/v1.0.2) (2023/12/28)
|
20
26
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v1.0.1...v1.0.2)
|
21
27
|
|
22
28
|
* Fixed deprecation warning in activesupport 7.1
|
23
29
|
* https://github.com/sue445/index_shotgun/pull/134
|
24
30
|
|
25
|
-
## [v1.0.1](https://github.com/sue445/index_shotgun/
|
31
|
+
## [v1.0.1](https://github.com/sue445/index_shotgun/releases/tag/v1.0.1) (2021/11/20)
|
26
32
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v1.0.0...v1.0.1)
|
27
33
|
|
28
34
|
* Enable MFA requirement for gem releasing
|
29
35
|
* https://github.com/sue445/index_shotgun/pull/111
|
30
36
|
|
31
|
-
## [v1.0.0](https://github.com/sue445/index_shotgun/
|
37
|
+
## [v1.0.0](https://github.com/sue445/index_shotgun/releases/tag/v1.0.0) (2019/01/06)
|
32
38
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v0.3.0...v1.0.0)
|
33
39
|
|
34
40
|
### Breaking changes :bomb:
|
35
41
|
* Drop support for Ruby 2.2 and Rails 4.2
|
36
42
|
* https://github.com/sue445/index_shotgun/pull/60
|
37
43
|
|
38
|
-
## [v0.3.0](https://github.com/sue445/index_shotgun/
|
44
|
+
## [v0.3.0](https://github.com/sue445/index_shotgun/releases/tag/v0.3.0) (2016/07/23)
|
39
45
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v0.2.1...v0.3.0)
|
40
46
|
|
41
47
|
**Merged pull requests:**
|
@@ -46,7 +52,7 @@
|
|
46
52
|
- Add CI for oracle [\#23](https://github.com/sue445/index_shotgun/pull/23) ([sue445](https://github.com/sue445))
|
47
53
|
- Test ruby 2.3.1 [\#22](https://github.com/sue445/index_shotgun/pull/22) ([sue445](https://github.com/sue445))
|
48
54
|
|
49
|
-
## [v0.2.1](https://github.com/sue445/index_shotgun/
|
55
|
+
## [v0.2.1](https://github.com/sue445/index_shotgun/releases/tag/v0.2.1) (2016/02/17)
|
50
56
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v0.2.0...v0.2.1)
|
51
57
|
|
52
58
|
**Closed issues:**
|
@@ -59,7 +65,7 @@
|
|
59
65
|
- Relax bundler version [\#19](https://github.com/sue445/index_shotgun/pull/19) ([sue445](https://github.com/sue445))
|
60
66
|
- Add ruby 2.3 [\#18](https://github.com/sue445/index_shotgun/pull/18) ([sue445](https://github.com/sue445))
|
61
67
|
|
62
|
-
## [v0.2.0](https://github.com/sue445/index_shotgun/
|
68
|
+
## [v0.2.0](https://github.com/sue445/index_shotgun/releases/tag/v0.2.0) (2015/11/09)
|
63
69
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v0.1.0...v0.2.0)
|
64
70
|
|
65
71
|
**Merged pull requests:**
|
@@ -67,7 +73,7 @@
|
|
67
73
|
- Support Oracle Database [\#17](https://github.com/sue445/index_shotgun/pull/17) ([koic](https://github.com/koic))
|
68
74
|
- Add group to database gem dependency [\#16](https://github.com/sue445/index_shotgun/pull/16) ([sue445](https://github.com/sue445))
|
69
75
|
|
70
|
-
## [v0.1.0](https://github.com/sue445/index_shotgun/
|
76
|
+
## [v0.1.0](https://github.com/sue445/index_shotgun/releases/tag/v0.1.0) (2015/09/30)
|
71
77
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v0.1.0.beta3...v0.1.0)
|
72
78
|
|
73
79
|
**Closed issues:**
|
@@ -82,14 +88,14 @@
|
|
82
88
|
- Tweak result message of unique index [\#12](https://github.com/sue445/index_shotgun/pull/12) ([sue445](https://github.com/sue445))
|
83
89
|
- Write doc [\#10](https://github.com/sue445/index_shotgun/pull/10) ([sue445](https://github.com/sue445))
|
84
90
|
|
85
|
-
## [v0.1.0.beta3](https://github.com/sue445/index_shotgun/
|
91
|
+
## [v0.1.0.beta3](https://github.com/sue445/index_shotgun/releases/tag/v0.1.0.beta3) (2015/09/17)
|
86
92
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v0.1.0.beta2...v0.1.0.beta3)
|
87
93
|
|
88
94
|
**Merged pull requests:**
|
89
95
|
|
90
96
|
- Add summary [\#11](https://github.com/sue445/index_shotgun/pull/11) ([sue445](https://github.com/sue445))
|
91
97
|
|
92
|
-
## [v0.1.0.beta2](https://github.com/sue445/index_shotgun/
|
98
|
+
## [v0.1.0.beta2](https://github.com/sue445/index_shotgun/releases/tag/v0.1.0.beta2) (2015/09/16)
|
93
99
|
[Full Changelog](https://github.com/sue445/index_shotgun/compare/v0.1.0.beta1...v0.1.0.beta2)
|
94
100
|
|
95
101
|
**Merged pull requests:**
|
@@ -101,7 +107,7 @@
|
|
101
107
|
- Setup codeclimate, coveralls [\#2](https://github.com/sue445/index_shotgun/pull/2) ([sue445](https://github.com/sue445))
|
102
108
|
- Setup travis [\#1](https://github.com/sue445/index_shotgun/pull/1) ([sue445](https://github.com/sue445))
|
103
109
|
|
104
|
-
## [v0.1.0.beta1](https://github.com/sue445/index_shotgun/
|
110
|
+
## [v0.1.0.beta1](https://github.com/sue445/index_shotgun/releases/tag/v0.1.0.beta1) (2015/09/06)
|
105
111
|
|
106
112
|
|
107
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
113
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
# IndexShotgun :fire: :gun: :cop:
|
2
2
|
[![Gem Version](https://badge.fury.io/rb/index_shotgun.svg)](http://badge.fury.io/rb/index_shotgun)
|
3
|
-
[![
|
3
|
+
[![test](https://github.com/sue445/index_shotgun/actions/workflows/test.yml/badge.svg)](https://github.com/sue445/index_shotgun/actions/workflows/test.yml)
|
4
4
|
[![Code Climate](https://codeclimate.com/github/sue445/index_shotgun/badges/gpa.svg)](https://codeclimate.com/github/sue445/index_shotgun)
|
5
|
-
[![Coverage Status](https://coveralls.io/repos/sue445/index_shotgun/badge.svg?branch=master&service=github)](https://coveralls.io/github/sue445/index_shotgun?branch=master)
|
6
5
|
|
7
6
|
Duplicate index checker.
|
8
7
|
|
data/ci/build.sh
CHANGED
@@ -1,18 +1,5 @@
|
|
1
1
|
#!/bin/bash -xe
|
2
2
|
|
3
|
-
if [ "${DATABASE}" = "mysql" ]; then
|
4
|
-
export BUNDLE_WITHOUT="postgresql sqlite3 oracle"
|
5
|
-
elif [ "${DATABASE}" = "postgresql" ]; then
|
6
|
-
export BUNDLE_WITHOUT="mysql sqlite3 oracle"
|
7
|
-
elif [ "${DATABASE}" = "sqlite3" ]; then
|
8
|
-
export BUNDLE_WITHOUT="mysql postgresql oracle"
|
9
|
-
elif [ "${DATABASE}" = "oracle" ]; then
|
10
|
-
export BUNDLE_WITHOUT="mysql postgresql sqlite3"
|
11
|
-
else
|
12
|
-
echo "${DATABASE} is unknown"
|
13
|
-
exit 1
|
14
|
-
fi
|
15
|
-
|
16
3
|
cp ci/database.yml.${DATABASE} spec/config/database.yml
|
17
4
|
bundle exec rspec --profile
|
18
5
|
|
data/ci/install.sh
CHANGED
@@ -9,19 +9,19 @@ if [ "${DATABASE}" = "mysql" ]; then
|
|
9
9
|
sudo apt-get update
|
10
10
|
sudo apt-get install -y libmysqlclient-dev
|
11
11
|
|
12
|
-
|
12
|
+
bundle config set --local without "postgresql sqlite3 oracle"
|
13
13
|
|
14
14
|
elif [ "${DATABASE}" = "postgresql" ]; then
|
15
15
|
sudo apt-get update
|
16
16
|
sudo apt-get install -y libpq-dev
|
17
17
|
|
18
|
-
|
18
|
+
bundle config set --local without "mysql sqlite3 oracle"
|
19
19
|
|
20
20
|
elif [ "${DATABASE}" = "sqlite3" ]; then
|
21
21
|
sudo apt-get update
|
22
22
|
sudo apt-get install -y libsqlite3-dev
|
23
23
|
|
24
|
-
|
24
|
+
bundle config set --local without "mysql postgresql oracle"
|
25
25
|
|
26
26
|
elif [ "${DATABASE}" = "oracle" ]; then
|
27
27
|
# c.f. https://github.com/kubo/ruby-oci8/blob/ruby-oci8-2.2.7/docs/install-instant-client.md#install-oracle-instant-client-packages
|
@@ -35,14 +35,22 @@ elif [ "${DATABASE}" = "oracle" ]; then
|
|
35
35
|
unzip instantclient-sdk-linux.x64-19.3.0.0.0dbru.zip
|
36
36
|
|
37
37
|
sudo apt-get update
|
38
|
-
|
38
|
+
|
39
|
+
# libaio1 is replaced to libaio1t64
|
40
|
+
# c.f. https://askubuntu.com/questions/1512196/libaio1-on-noble
|
41
|
+
# sudo apt-get install -y libaio1
|
42
|
+
sudo apt-get install -y libaio1t64
|
43
|
+
sudo ln -s /usr/lib/$(uname -m)-linux-gnu/libaio.so.1t64 /usr/lib/$(uname -m)-linux-gnu/libaio.so.1
|
39
44
|
|
40
45
|
popd
|
41
46
|
|
42
|
-
|
47
|
+
bundle config set --local without "mysql postgresql sqlite3"
|
48
|
+
|
49
|
+
elif [ "${DATABASE}" = "sqlite3" ]; then
|
50
|
+
bundle config set --local without "mysql postgresql oracle"
|
43
51
|
|
44
52
|
else
|
45
|
-
|
53
|
+
bundle config set --local without "mysql postgresql sqlite3 oracle"
|
46
54
|
|
47
55
|
fi
|
48
56
|
|
@@ -12,11 +12,10 @@ group :mysql do
|
|
12
12
|
gem "mysql2", "~> 0.5"
|
13
13
|
end
|
14
14
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
# end
|
15
|
+
group :oracle do
|
16
|
+
gem "activerecord-oracle_enhanced-adapter", "~> 7.1.0.beta2"
|
17
|
+
gem "ruby-oci8"
|
18
|
+
end
|
20
19
|
|
21
20
|
group :sqlite3 do
|
22
21
|
# c.f. https://github.com/rails/rails/blob/v7.1.0/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L14
|
@@ -0,0 +1,26 @@
|
|
1
|
+
source "https://rubygems.org"
|
2
|
+
|
3
|
+
gem "activerecord", "~> 7.2.0.beta1"
|
4
|
+
|
5
|
+
group :postgresql do
|
6
|
+
# c.f. https://github.com/rails/rails/blob/v7.2.0.beta1/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L3-L4
|
7
|
+
gem "pg", "~> 1.1"
|
8
|
+
end
|
9
|
+
|
10
|
+
group :mysql do
|
11
|
+
# c.f. https://github.com/rails/rails/blob/v7.2.0.beta1/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb#L6
|
12
|
+
gem "mysql2", "~> 0.5"
|
13
|
+
end
|
14
|
+
|
15
|
+
# TODO: latest activerecord-oracle_enhanced-adapter doesn't support activerecord 7.2
|
16
|
+
# group :oracle do
|
17
|
+
# gem "activerecord-oracle_enhanced-adapter", "~> 7.0.0"
|
18
|
+
# gem "ruby-oci8"
|
19
|
+
# end
|
20
|
+
|
21
|
+
group :sqlite3 do
|
22
|
+
# c.f. https://github.com/rails/rails/blob/v7.2.0.beta1/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L14
|
23
|
+
gem "sqlite3", ">= 1.4"
|
24
|
+
end
|
25
|
+
|
26
|
+
gemspec path: "../"
|
@@ -0,0 +1,26 @@
|
|
1
|
+
source "https://rubygems.org"
|
2
|
+
|
3
|
+
gem "activerecord", "~> 8.0.0.rc1"
|
4
|
+
|
5
|
+
group :postgresql do
|
6
|
+
# c.f. https://github.com/rails/rails/blob/v8.0.0.rc1/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb#L3-L4
|
7
|
+
gem "pg", "~> 1.1"
|
8
|
+
end
|
9
|
+
|
10
|
+
group :mysql do
|
11
|
+
# c.f. https://github.com/rails/rails/blob/v8.0.0.rc1/activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb#L6
|
12
|
+
gem "mysql2", "~> 0.5"
|
13
|
+
end
|
14
|
+
|
15
|
+
# TODO: latest activerecord-oracle_enhanced-adapter doesn't support activerecord 8.0
|
16
|
+
# group :oracle do
|
17
|
+
# gem "activerecord-oracle_enhanced-adapter", "~> 7.0.0"
|
18
|
+
# gem "ruby-oci8"
|
19
|
+
# end
|
20
|
+
|
21
|
+
group :sqlite3 do
|
22
|
+
# c.f. https://github.com/rails/rails/blob/v8.0.0.rc1/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L14
|
23
|
+
gem "sqlite3", ">= 2.1"
|
24
|
+
end
|
25
|
+
|
26
|
+
gemspec path: "../"
|
data/index_shotgun.gemspec
CHANGED
@@ -30,7 +30,6 @@ Gem::Specification.new do |spec|
|
|
30
30
|
spec.add_dependency "thor"
|
31
31
|
|
32
32
|
spec.add_development_dependency "bundler"
|
33
|
-
spec.add_development_dependency "coveralls_reborn"
|
34
33
|
spec.add_development_dependency "onkcop", "1.0.0.0"
|
35
34
|
spec.add_development_dependency "rake"
|
36
35
|
spec.add_development_dependency "rake_shared_context", "0.2.2"
|
@@ -38,6 +37,5 @@ Gem::Specification.new do |spec|
|
|
38
37
|
spec.add_development_dependency "rspec-its"
|
39
38
|
spec.add_development_dependency "rubocop", "1.28.2"
|
40
39
|
spec.add_development_dependency "rubocop_auto_corrector", "< 0.4.4" # FIXME: rubocop --autocorrect doesn't available on rubocop 1.28.2
|
41
|
-
spec.add_development_dependency "simplecov", "< 0.18.0"
|
42
40
|
spec.add_development_dependency "yard"
|
43
41
|
end
|
data/lib/index_shotgun.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: index_shotgun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sue445
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -52,20 +52,6 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: coveralls_reborn
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - ">="
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - ">="
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: onkcop
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -164,20 +150,6 @@ dependencies:
|
|
164
150
|
- - "<"
|
165
151
|
- !ruby/object:Gem::Version
|
166
152
|
version: 0.4.4
|
167
|
-
- !ruby/object:Gem::Dependency
|
168
|
-
name: simplecov
|
169
|
-
requirement: !ruby/object:Gem::Requirement
|
170
|
-
requirements:
|
171
|
-
- - "<"
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
version: 0.18.0
|
174
|
-
type: :development
|
175
|
-
prerelease: false
|
176
|
-
version_requirements: !ruby/object:Gem::Requirement
|
177
|
-
requirements:
|
178
|
-
- - "<"
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: 0.18.0
|
181
153
|
- !ruby/object:Gem::Dependency
|
182
154
|
name: yard
|
183
155
|
requirement: !ruby/object:Gem::Requirement
|
@@ -227,6 +199,8 @@ files:
|
|
227
199
|
- gemfiles/activerecord_6_1.gemfile
|
228
200
|
- gemfiles/activerecord_7_0.gemfile
|
229
201
|
- gemfiles/activerecord_7_1.gemfile
|
202
|
+
- gemfiles/activerecord_7_2.gemfile
|
203
|
+
- gemfiles/activerecord_8_0.gemfile
|
230
204
|
- index_shotgun.gemspec
|
231
205
|
- lib/index_shotgun.rb
|
232
206
|
- lib/index_shotgun/analyzer.rb
|