fishplate 7.1.3.0 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.bundler-version +1 -1
- data/.github/dependabot.yml +15 -0
- data/.github/workflows/auto-approve.yml +4 -3
- data/.github/workflows/auto-merge.yml +13 -4
- data/.github/workflows/ci.yml +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +50 -56
- data/fishplate.gemspec +5 -5
- data/lib/fishplate/version.rb +1 -1
- metadata +15 -15
- data/.github/workflows/auto-merge-dependencies.yml +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fdad407f7a5690b203b0c0321f6d53a1413b6a24147199a218ccccecf56e603
|
4
|
+
data.tar.gz: 1eee757e95773e7a8f52843b52a77329fba97c8c6f0f3d8a83adacb272342a43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d02972f838946187398c83e974df7f4b3cbf34753c3da4b836f754a038b7658d9f1d8d89e92ba2d0c77ad74ef413b2216e85e1d1798d1389289ff9f296fa2ee
|
7
|
+
data.tar.gz: a7c8519a5acc35859d4d59ec43369a784f2ce7d9a3a2be6d457d6fa15780d3fefee23fb842bbd0149eb550c25cf2dc4b4c4b2a315d270f3b87f8422c4bbf4dba
|
data/.bundler-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.5.
|
1
|
+
2.5.23
|
@@ -1,13 +1,14 @@
|
|
1
1
|
name: Auto approve dependency upgrades and hot-fix PRs
|
2
2
|
on:
|
3
3
|
pull_request_target:
|
4
|
-
types:
|
5
|
-
|
4
|
+
types:
|
5
|
+
- labeled
|
6
|
+
- ready_for_review
|
6
7
|
jobs:
|
7
8
|
auto-approve:
|
8
9
|
runs-on: ubuntu-latest
|
9
10
|
steps:
|
10
11
|
- uses: hmarr/auto-approve-action@v3
|
11
|
-
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(github.event.pull_request.labels.*.name, 'HOTFIX-AUTO-APPROVE') || contains(github.event.pull_request.labels.*.name, 'dependencies')
|
12
|
+
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(github.event.pull_request.labels.*.name, 'HOTFIX-AUTO-APPROVE') || contains(github.event.pull_request.labels.*.name, 'self-approve') || contains(github.event.pull_request.labels.*.name, 'dependencies')
|
12
13
|
with:
|
13
14
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
@@ -1,22 +1,31 @@
|
|
1
1
|
name: automerge
|
2
2
|
on:
|
3
|
+
pull_request_target:
|
4
|
+
types:
|
5
|
+
- labeled
|
3
6
|
pull_request_review:
|
4
7
|
types:
|
5
8
|
- submitted
|
6
9
|
check_suite:
|
7
10
|
types:
|
8
11
|
- completed
|
9
|
-
label:
|
10
|
-
types:
|
11
|
-
- created
|
12
12
|
status: {}
|
13
13
|
jobs:
|
14
14
|
automerge:
|
15
15
|
runs-on: ubuntu-latest
|
16
16
|
steps:
|
17
17
|
- name: automerge
|
18
|
-
uses: pascalgn/automerge-action@v0.16.
|
18
|
+
uses: pascalgn/automerge-action@v0.16.4
|
19
|
+
env:
|
20
|
+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
21
|
+
MERGE_METHOD: squash
|
22
|
+
MERGE_DELETE_BRANCH: true
|
23
|
+
MERGE_LABELS: "automerge,!automerge blocked"
|
24
|
+
- name: automerge-dependencies
|
25
|
+
uses: pascalgn/automerge-action@v0.16.4
|
19
26
|
env:
|
20
27
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
21
28
|
MERGE_METHOD: squash
|
22
29
|
MERGE_DELETE_BRANCH: true
|
30
|
+
MERGE_LABELS: "dependencies,!automerge blocked"
|
31
|
+
MERGE_REMOVE_LABELS: ""
|
data/.github/workflows/ci.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,111 +1,105 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fishplate (
|
4
|
+
fishplate (8.0.0)
|
5
5
|
a9n (~> 1.0)
|
6
|
-
activemodel (~>
|
7
|
-
activerecord (~>
|
8
|
-
activesupport (~>
|
9
|
-
rake
|
6
|
+
activemodel (~> 8.0)
|
7
|
+
activerecord (~> 8.0)
|
8
|
+
activesupport (~> 8.0)
|
9
|
+
rake
|
10
10
|
tzinfo-data
|
11
11
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
15
|
a9n (1.5.1)
|
16
|
-
activemodel (
|
17
|
-
activesupport (=
|
18
|
-
activerecord (
|
19
|
-
activemodel (=
|
20
|
-
activesupport (=
|
16
|
+
activemodel (8.0.0)
|
17
|
+
activesupport (= 8.0.0)
|
18
|
+
activerecord (8.0.0)
|
19
|
+
activemodel (= 8.0.0)
|
20
|
+
activesupport (= 8.0.0)
|
21
21
|
timeout (>= 0.4.0)
|
22
|
-
activesupport (
|
22
|
+
activesupport (8.0.0)
|
23
23
|
base64
|
24
|
+
benchmark (>= 0.3)
|
24
25
|
bigdecimal
|
25
|
-
concurrent-ruby (~> 1.0, >= 1.
|
26
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
26
27
|
connection_pool (>= 2.2.5)
|
27
28
|
drb
|
28
29
|
i18n (>= 1.6, < 2)
|
30
|
+
logger (>= 1.4.2)
|
29
31
|
minitest (>= 5.1)
|
30
|
-
|
31
|
-
tzinfo (~> 2.0)
|
32
|
+
securerandom (>= 0.3)
|
33
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
34
|
+
uri (>= 0.13.1)
|
32
35
|
ast (2.4.2)
|
33
36
|
base64 (0.2.0)
|
34
|
-
|
37
|
+
benchmark (0.4.0)
|
38
|
+
bigdecimal (3.1.8)
|
35
39
|
coderay (1.1.3)
|
36
|
-
concurrent-ruby (1.
|
40
|
+
concurrent-ruby (1.3.4)
|
37
41
|
connection_pool (2.4.1)
|
38
42
|
diff-lcs (1.5.1)
|
39
|
-
drb (2.2.
|
40
|
-
|
41
|
-
i18n (1.14.1)
|
43
|
+
drb (2.2.1)
|
44
|
+
i18n (1.14.6)
|
42
45
|
concurrent-ruby (~> 1.0)
|
43
|
-
json (2.
|
46
|
+
json (2.8.2)
|
44
47
|
language_server-protocol (3.17.0.3)
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
parallel (1.
|
50
|
-
parser (3.3.0
|
48
|
+
logger (1.6.1)
|
49
|
+
method_source (1.1.0)
|
50
|
+
mini_portile2 (2.8.8)
|
51
|
+
minitest (5.25.1)
|
52
|
+
parallel (1.26.3)
|
53
|
+
parser (3.3.6.0)
|
51
54
|
ast (~> 2.4.1)
|
52
55
|
racc
|
53
|
-
prism (0.24.0)
|
54
56
|
pry (0.14.2)
|
55
57
|
coderay (~> 1.1)
|
56
58
|
method_source (~> 1.0)
|
57
|
-
racc (1.
|
59
|
+
racc (1.8.1)
|
58
60
|
rainbow (3.1.1)
|
59
|
-
rake (13.1
|
60
|
-
regexp_parser (2.9.
|
61
|
-
rexml (3.2.6)
|
61
|
+
rake (13.2.1)
|
62
|
+
regexp_parser (2.9.2)
|
62
63
|
rspec (3.13.0)
|
63
64
|
rspec-core (~> 3.13.0)
|
64
65
|
rspec-expectations (~> 3.13.0)
|
65
66
|
rspec-mocks (~> 3.13.0)
|
66
|
-
rspec-core (3.13.
|
67
|
+
rspec-core (3.13.2)
|
67
68
|
rspec-support (~> 3.13.0)
|
68
|
-
rspec-expectations (3.13.
|
69
|
+
rspec-expectations (3.13.3)
|
69
70
|
diff-lcs (>= 1.2.0, < 2.0)
|
70
71
|
rspec-support (~> 3.13.0)
|
71
|
-
rspec-mocks (3.13.
|
72
|
+
rspec-mocks (3.13.2)
|
72
73
|
diff-lcs (>= 1.2.0, < 2.0)
|
73
74
|
rspec-support (~> 3.13.0)
|
74
75
|
rspec-support (3.13.1)
|
75
|
-
rubocop (1.
|
76
|
+
rubocop (1.68.0)
|
76
77
|
json (~> 2.3)
|
77
78
|
language_server-protocol (>= 3.17.0)
|
78
79
|
parallel (~> 1.10)
|
79
80
|
parser (>= 3.3.0.2)
|
80
81
|
rainbow (>= 2.2.2, < 4.0)
|
81
|
-
regexp_parser (>=
|
82
|
-
|
83
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
82
|
+
regexp_parser (>= 2.4, < 3.0)
|
83
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
84
84
|
ruby-progressbar (~> 1.7)
|
85
85
|
unicode-display_width (>= 2.4.0, < 3.0)
|
86
|
-
rubocop-ast (1.
|
87
|
-
parser (>= 3.3.0
|
88
|
-
prism (>= 0.24.0)
|
89
|
-
rubocop-capybara (2.20.0)
|
90
|
-
rubocop (~> 1.41)
|
91
|
-
rubocop-factory_bot (2.25.1)
|
92
|
-
rubocop (~> 1.41)
|
86
|
+
rubocop-ast (1.36.1)
|
87
|
+
parser (>= 3.3.1.0)
|
93
88
|
rubocop-rake (0.6.0)
|
94
89
|
rubocop (~> 1.0)
|
95
|
-
rubocop-rspec (2.
|
96
|
-
rubocop (~> 1.
|
97
|
-
rubocop-capybara (~> 2.17)
|
98
|
-
rubocop-factory_bot (~> 2.22)
|
90
|
+
rubocop-rspec (3.2.0)
|
91
|
+
rubocop (~> 1.61)
|
99
92
|
ruby-progressbar (1.13.0)
|
100
|
-
|
101
|
-
sqlite3 (
|
93
|
+
securerandom (0.3.2)
|
94
|
+
sqlite3 (2.2.0)
|
102
95
|
mini_portile2 (~> 2.8.0)
|
103
|
-
timeout (0.4.
|
96
|
+
timeout (0.4.2)
|
104
97
|
tzinfo (2.0.6)
|
105
98
|
concurrent-ruby (~> 1.0)
|
106
|
-
tzinfo-data (1.2024.
|
99
|
+
tzinfo-data (1.2024.2)
|
107
100
|
tzinfo (>= 1.0.0)
|
108
|
-
unicode-display_width (2.
|
101
|
+
unicode-display_width (2.6.0)
|
102
|
+
uri (1.0.2)
|
109
103
|
|
110
104
|
PLATFORMS
|
111
105
|
ruby
|
@@ -119,7 +113,7 @@ DEPENDENCIES
|
|
119
113
|
rubocop
|
120
114
|
rubocop-rake
|
121
115
|
rubocop-rspec
|
122
|
-
sqlite3
|
116
|
+
sqlite3 (~> 2.1)
|
123
117
|
|
124
118
|
BUNDLED WITH
|
125
|
-
2.5.
|
119
|
+
2.5.23
|
data/fishplate.gemspec
CHANGED
@@ -23,12 +23,12 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
24
|
spec.require_paths = ['lib']
|
25
25
|
|
26
|
-
spec.required_ruby_version = Gem::Requirement.new('>= 3.
|
26
|
+
spec.required_ruby_version = Gem::Requirement.new('>= 3.2.0')
|
27
27
|
|
28
28
|
spec.add_dependency 'a9n', '~> 1.0'
|
29
|
-
spec.add_dependency 'activemodel', '~>
|
30
|
-
spec.add_dependency 'activerecord', '~>
|
31
|
-
spec.add_dependency 'activesupport', '~>
|
32
|
-
spec.add_dependency 'rake'
|
29
|
+
spec.add_dependency 'activemodel', '~> 8.0'
|
30
|
+
spec.add_dependency 'activerecord', '~> 8.0'
|
31
|
+
spec.add_dependency 'activesupport', '~> 8.0'
|
32
|
+
spec.add_dependency 'rake'
|
33
33
|
spec.add_dependency 'tzinfo-data'
|
34
34
|
end
|
data/lib/fishplate/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fishplate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 8.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: a9n
|
@@ -30,56 +30,56 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '8.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '8.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: activerecord
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '8.0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '8.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: activesupport
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '8.0'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '8.0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rake
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - "
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '0'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - "
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
82
|
+
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: tzinfo-data
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -107,8 +107,8 @@ files:
|
|
107
107
|
- ".github/ISSUE_TEMPLATE/config.yml"
|
108
108
|
- ".github/ISSUE_TEMPLATE/story.md"
|
109
109
|
- ".github/PULL_REQUEST_TEMPLATE.md"
|
110
|
+
- ".github/dependabot.yml"
|
110
111
|
- ".github/workflows/auto-approve.yml"
|
111
|
-
- ".github/workflows/auto-merge-dependencies.yml"
|
112
112
|
- ".github/workflows/auto-merge.yml"
|
113
113
|
- ".github/workflows/ci.yml"
|
114
114
|
- ".gitignore"
|
@@ -139,14 +139,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
139
139
|
requirements:
|
140
140
|
- - ">="
|
141
141
|
- !ruby/object:Gem::Version
|
142
|
-
version: 3.
|
142
|
+
version: 3.2.0
|
143
143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
144
144
|
requirements:
|
145
145
|
- - ">="
|
146
146
|
- !ruby/object:Gem::Version
|
147
147
|
version: '0'
|
148
148
|
requirements: []
|
149
|
-
rubygems_version: 3.5.
|
149
|
+
rubygems_version: 3.5.23
|
150
150
|
signing_key:
|
151
151
|
specification_version: 4
|
152
152
|
summary: Fishplate is a library allowing running ActiveRecord without Railties.
|
@@ -1,24 +0,0 @@
|
|
1
|
-
name: automerge-dependencies
|
2
|
-
on:
|
3
|
-
pull_request_review:
|
4
|
-
types:
|
5
|
-
- submitted
|
6
|
-
check_suite:
|
7
|
-
types:
|
8
|
-
- completed
|
9
|
-
label:
|
10
|
-
types:
|
11
|
-
- created
|
12
|
-
status: {}
|
13
|
-
jobs:
|
14
|
-
automerge:
|
15
|
-
runs-on: ubuntu-latest
|
16
|
-
steps:
|
17
|
-
- name: automerge-dependencies
|
18
|
-
uses: pascalgn/automerge-action@v0.16.2
|
19
|
-
env:
|
20
|
-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
21
|
-
MERGE_METHOD: squash
|
22
|
-
MERGE_DELETE_BRANCH: true
|
23
|
-
MERGE_LABELS: "dependencies,!automerge blocked"
|
24
|
-
MERGE_REMOVE_LABELS: ""
|