business_flow 0.19.6 → 0.20.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.
@@ -0,0 +1,24 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pry", "~> 0.15.2"
6
+ gem "rake", "~> 13.0"
7
+ gem "reek", "~> 6.1"
8
+ gem "retryable", "~> 3.0.4"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop", "~> 1.59"
11
+ gem "rubocop-factory_bot", "~> 2.24"
12
+ gem "rubocop-rspec", "~> 2.29"
13
+ gem "rubocop-rspec_rails", "~> 2.28"
14
+ gem "simplecov", "~> 0.22.0"
15
+ gem "timecop", "~> 0.9.1"
16
+ gem "appraisal", "~> 2.5.0"
17
+ gem "ruby3-backward-compatibility"
18
+
19
+ source 'https://teak_io_199:6YKvtYgoo5R8_zxD@gems.railslts.com' do
20
+ gem "activemodel", "~> 5.2.8"
21
+ gem "activesupport", "~> 5.2.8"
22
+ end
23
+
24
+ gemspec path: "../"
@@ -0,0 +1,169 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ business_flow (0.19.6)
5
+ activemodel (>= 4.2, < 8.1)
6
+ activesupport (>= 4.2, < 8.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ appraisal (2.5.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ ast (2.4.3)
16
+ bigdecimal (3.2.2)
17
+ coderay (1.1.3)
18
+ concurrent-ruby (1.3.5)
19
+ diff-lcs (1.6.2)
20
+ docile (1.4.1)
21
+ dry-configurable (1.3.0)
22
+ dry-core (~> 1.1)
23
+ zeitwerk (~> 2.6)
24
+ dry-core (1.1.0)
25
+ concurrent-ruby (~> 1.0)
26
+ logger
27
+ zeitwerk (~> 2.6)
28
+ dry-inflector (1.2.0)
29
+ dry-initializer (3.2.0)
30
+ dry-logic (1.6.0)
31
+ bigdecimal
32
+ concurrent-ruby (~> 1.0)
33
+ dry-core (~> 1.1)
34
+ zeitwerk (~> 2.6)
35
+ dry-schema (1.14.1)
36
+ concurrent-ruby (~> 1.0)
37
+ dry-configurable (~> 1.0, >= 1.0.1)
38
+ dry-core (~> 1.1)
39
+ dry-initializer (~> 3.2)
40
+ dry-logic (~> 1.5)
41
+ dry-types (~> 1.8)
42
+ zeitwerk (~> 2.6)
43
+ dry-types (1.8.3)
44
+ bigdecimal (~> 3.0)
45
+ concurrent-ruby (~> 1.0)
46
+ dry-core (~> 1.0)
47
+ dry-inflector (~> 1.0)
48
+ dry-logic (~> 1.4)
49
+ zeitwerk (~> 2.6)
50
+ i18n (1.14.7)
51
+ concurrent-ruby (~> 1.0)
52
+ json (2.12.2)
53
+ language_server-protocol (3.17.0.5)
54
+ lint_roller (1.1.0)
55
+ logger (1.7.0)
56
+ method_source (1.1.0)
57
+ minitest (5.25.5)
58
+ parallel (1.27.0)
59
+ parser (3.3.8.0)
60
+ ast (~> 2.4.1)
61
+ racc
62
+ prism (1.4.0)
63
+ pry (0.15.2)
64
+ coderay (~> 1.1)
65
+ method_source (~> 1.0)
66
+ racc (1.8.1)
67
+ rainbow (3.1.1)
68
+ rake (13.3.0)
69
+ reek (6.5.0)
70
+ dry-schema (~> 1.13)
71
+ logger (~> 1.6)
72
+ parser (~> 3.3.0)
73
+ rainbow (>= 2.0, < 4.0)
74
+ rexml (~> 3.1)
75
+ regexp_parser (2.10.0)
76
+ retryable (3.0.5)
77
+ rexml (3.4.1)
78
+ rspec (3.13.1)
79
+ rspec-core (~> 3.13.0)
80
+ rspec-expectations (~> 3.13.0)
81
+ rspec-mocks (~> 3.13.0)
82
+ rspec-core (3.13.5)
83
+ rspec-support (~> 3.13.0)
84
+ rspec-expectations (3.13.5)
85
+ diff-lcs (>= 1.2.0, < 2.0)
86
+ rspec-support (~> 3.13.0)
87
+ rspec-mocks (3.13.5)
88
+ diff-lcs (>= 1.2.0, < 2.0)
89
+ rspec-support (~> 3.13.0)
90
+ rspec-support (3.13.4)
91
+ rubocop (1.78.0)
92
+ json (~> 2.3)
93
+ language_server-protocol (~> 3.17.0.2)
94
+ lint_roller (~> 1.1.0)
95
+ parallel (~> 1.10)
96
+ parser (>= 3.3.0.2)
97
+ rainbow (>= 2.2.2, < 4.0)
98
+ regexp_parser (>= 2.9.3, < 3.0)
99
+ rubocop-ast (>= 1.45.1, < 2.0)
100
+ ruby-progressbar (~> 1.7)
101
+ unicode-display_width (>= 2.4.0, < 4.0)
102
+ rubocop-ast (1.45.1)
103
+ parser (>= 3.3.7.2)
104
+ prism (~> 1.4)
105
+ rubocop-capybara (2.22.1)
106
+ lint_roller (~> 1.1)
107
+ rubocop (~> 1.72, >= 1.72.1)
108
+ rubocop-factory_bot (2.27.1)
109
+ lint_roller (~> 1.1)
110
+ rubocop (~> 1.72, >= 1.72.1)
111
+ rubocop-rspec (2.31.0)
112
+ rubocop (~> 1.40)
113
+ rubocop-capybara (~> 2.17)
114
+ rubocop-factory_bot (~> 2.22)
115
+ rubocop-rspec_rails (~> 2.28)
116
+ rubocop-rspec_rails (2.29.1)
117
+ rubocop (~> 1.61)
118
+ ruby-progressbar (1.13.0)
119
+ ruby3-backward-compatibility (1.5.0)
120
+ simplecov (0.22.0)
121
+ docile (~> 1.1)
122
+ simplecov-html (~> 0.11)
123
+ simplecov_json_formatter (~> 0.1)
124
+ simplecov-html (0.13.1)
125
+ simplecov_json_formatter (0.1.4)
126
+ thor (1.3.2)
127
+ thread_safe (0.3.6)
128
+ timecop (0.9.10)
129
+ tzinfo (1.2.11)
130
+ thread_safe (~> 0.1)
131
+ unicode-display_width (3.1.4)
132
+ unicode-emoji (~> 4.0, >= 4.0.4)
133
+ unicode-emoji (4.0.4)
134
+ zeitwerk (2.6.18)
135
+
136
+ GEM
137
+ remote: https://teak_io_199:6YKvtYgoo5R8_zxD@gems.railslts.com/
138
+ specs:
139
+ activemodel (5.2.8.32)
140
+ activesupport (= 5.2.8.32)
141
+ activesupport (5.2.8.32)
142
+ concurrent-ruby (~> 1.0, >= 1.0.2)
143
+ i18n (>= 0.7, < 2)
144
+ minitest (~> 5.1)
145
+ tzinfo (~> 1.1, >= 1.2.10)
146
+
147
+ PLATFORMS
148
+ ruby
149
+
150
+ DEPENDENCIES
151
+ activemodel (~> 5.2.8)!
152
+ activesupport (~> 5.2.8)!
153
+ appraisal (~> 2.5.0)
154
+ business_flow!
155
+ pry (~> 0.15.2)
156
+ rake (~> 13.0)
157
+ reek (~> 6.1)
158
+ retryable (~> 3.0.4)
159
+ rspec (~> 3.0)
160
+ rubocop (~> 1.59)
161
+ rubocop-factory_bot (~> 2.24)
162
+ rubocop-rspec (~> 2.29)
163
+ rubocop-rspec_rails (~> 2.28)
164
+ ruby3-backward-compatibility
165
+ simplecov (~> 0.22.0)
166
+ timecop (~> 0.9.1)
167
+
168
+ BUNDLED WITH
169
+ 2.6.9
@@ -0,0 +1,23 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pry", "~> 0.15.2"
6
+ gem "rake", "~> 13.0"
7
+ gem "reek", "~> 6.1"
8
+ gem "retryable", "~> 3.0.4"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop", "~> 1.59"
11
+ gem "rubocop-factory_bot", "~> 2.24"
12
+ gem "rubocop-rspec", "~> 2.29"
13
+ gem "rubocop-rspec_rails", "~> 2.28"
14
+ gem "simplecov", "~> 0.22.0"
15
+ gem "timecop", "~> 0.9.1"
16
+ gem "appraisal", "~> 2.5.0"
17
+
18
+ source 'https://teak_io_199:6YKvtYgoo5R8_zxD@gems.railslts.com' do
19
+ gem "activemodel", "~> 6.1.7"
20
+ gem "activesupport", "~> 6.1.7"
21
+ end
22
+
23
+ gemspec path: "../"
@@ -0,0 +1,174 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ business_flow (0.19.6)
5
+ activemodel (>= 4.2, < 8.1)
6
+ activesupport (>= 4.2, < 8.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ appraisal (2.5.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ ast (2.4.3)
16
+ base64 (0.3.0)
17
+ bigdecimal (3.2.2)
18
+ coderay (1.1.3)
19
+ concurrent-ruby (1.3.5)
20
+ diff-lcs (1.6.2)
21
+ docile (1.4.1)
22
+ drb (2.2.3)
23
+ dry-configurable (1.3.0)
24
+ dry-core (~> 1.1)
25
+ zeitwerk (~> 2.6)
26
+ dry-core (1.1.0)
27
+ concurrent-ruby (~> 1.0)
28
+ logger
29
+ zeitwerk (~> 2.6)
30
+ dry-inflector (1.2.0)
31
+ dry-initializer (3.2.0)
32
+ dry-logic (1.6.0)
33
+ bigdecimal
34
+ concurrent-ruby (~> 1.0)
35
+ dry-core (~> 1.1)
36
+ zeitwerk (~> 2.6)
37
+ dry-schema (1.14.1)
38
+ concurrent-ruby (~> 1.0)
39
+ dry-configurable (~> 1.0, >= 1.0.1)
40
+ dry-core (~> 1.1)
41
+ dry-initializer (~> 3.2)
42
+ dry-logic (~> 1.5)
43
+ dry-types (~> 1.8)
44
+ zeitwerk (~> 2.6)
45
+ dry-types (1.8.3)
46
+ bigdecimal (~> 3.0)
47
+ concurrent-ruby (~> 1.0)
48
+ dry-core (~> 1.0)
49
+ dry-inflector (~> 1.0)
50
+ dry-logic (~> 1.4)
51
+ zeitwerk (~> 2.6)
52
+ i18n (1.14.7)
53
+ concurrent-ruby (~> 1.0)
54
+ json (2.12.2)
55
+ language_server-protocol (3.17.0.5)
56
+ lint_roller (1.1.0)
57
+ logger (1.7.0)
58
+ method_source (1.1.0)
59
+ minitest (5.25.5)
60
+ mutex_m (0.3.0)
61
+ parallel (1.27.0)
62
+ parser (3.3.8.0)
63
+ ast (~> 2.4.1)
64
+ racc
65
+ prism (1.4.0)
66
+ pry (0.15.2)
67
+ coderay (~> 1.1)
68
+ method_source (~> 1.0)
69
+ racc (1.8.1)
70
+ rainbow (3.1.1)
71
+ rake (13.3.0)
72
+ reek (6.5.0)
73
+ dry-schema (~> 1.13)
74
+ logger (~> 1.6)
75
+ parser (~> 3.3.0)
76
+ rainbow (>= 2.0, < 4.0)
77
+ rexml (~> 3.1)
78
+ regexp_parser (2.10.0)
79
+ retryable (3.0.5)
80
+ rexml (3.4.1)
81
+ rspec (3.13.1)
82
+ rspec-core (~> 3.13.0)
83
+ rspec-expectations (~> 3.13.0)
84
+ rspec-mocks (~> 3.13.0)
85
+ rspec-core (3.13.5)
86
+ rspec-support (~> 3.13.0)
87
+ rspec-expectations (3.13.5)
88
+ diff-lcs (>= 1.2.0, < 2.0)
89
+ rspec-support (~> 3.13.0)
90
+ rspec-mocks (3.13.5)
91
+ diff-lcs (>= 1.2.0, < 2.0)
92
+ rspec-support (~> 3.13.0)
93
+ rspec-support (3.13.4)
94
+ rubocop (1.78.0)
95
+ json (~> 2.3)
96
+ language_server-protocol (~> 3.17.0.2)
97
+ lint_roller (~> 1.1.0)
98
+ parallel (~> 1.10)
99
+ parser (>= 3.3.0.2)
100
+ rainbow (>= 2.2.2, < 4.0)
101
+ regexp_parser (>= 2.9.3, < 3.0)
102
+ rubocop-ast (>= 1.45.1, < 2.0)
103
+ ruby-progressbar (~> 1.7)
104
+ unicode-display_width (>= 2.4.0, < 4.0)
105
+ rubocop-ast (1.45.1)
106
+ parser (>= 3.3.7.2)
107
+ prism (~> 1.4)
108
+ rubocop-capybara (2.22.1)
109
+ lint_roller (~> 1.1)
110
+ rubocop (~> 1.72, >= 1.72.1)
111
+ rubocop-factory_bot (2.27.1)
112
+ lint_roller (~> 1.1)
113
+ rubocop (~> 1.72, >= 1.72.1)
114
+ rubocop-rspec (2.31.0)
115
+ rubocop (~> 1.40)
116
+ rubocop-capybara (~> 2.17)
117
+ rubocop-factory_bot (~> 2.22)
118
+ rubocop-rspec_rails (~> 2.28)
119
+ rubocop-rspec_rails (2.29.1)
120
+ rubocop (~> 1.61)
121
+ ruby-progressbar (1.13.0)
122
+ simplecov (0.22.0)
123
+ docile (~> 1.1)
124
+ simplecov-html (~> 0.11)
125
+ simplecov_json_formatter (~> 0.1)
126
+ simplecov-html (0.13.1)
127
+ simplecov_json_formatter (0.1.4)
128
+ thor (1.3.2)
129
+ timecop (0.9.10)
130
+ tzinfo (2.0.6)
131
+ concurrent-ruby (~> 1.0)
132
+ unicode-display_width (3.1.4)
133
+ unicode-emoji (~> 4.0, >= 4.0.4)
134
+ unicode-emoji (4.0.4)
135
+ zeitwerk (2.6.18)
136
+
137
+ GEM
138
+ remote: https://teak_io_199:6YKvtYgoo5R8_zxD@gems.railslts.com/
139
+ specs:
140
+ activemodel (6.1.7.28)
141
+ activesupport (= 6.1.7.28)
142
+ activesupport (6.1.7.28)
143
+ base64
144
+ bigdecimal
145
+ concurrent-ruby (~> 1.0, >= 1.0.2)
146
+ drb
147
+ i18n (>= 1.6, < 2)
148
+ minitest (>= 5.1)
149
+ mutex_m
150
+ tzinfo (~> 2.0)
151
+ zeitwerk (~> 2.3)
152
+
153
+ PLATFORMS
154
+ ruby
155
+
156
+ DEPENDENCIES
157
+ activemodel (~> 6.1.7)!
158
+ activesupport (~> 6.1.7)!
159
+ appraisal (~> 2.5.0)
160
+ business_flow!
161
+ pry (~> 0.15.2)
162
+ rake (~> 13.0)
163
+ reek (~> 6.1)
164
+ retryable (~> 3.0.4)
165
+ rspec (~> 3.0)
166
+ rubocop (~> 1.59)
167
+ rubocop-factory_bot (~> 2.24)
168
+ rubocop-rspec (~> 2.29)
169
+ rubocop-rspec_rails (~> 2.28)
170
+ simplecov (~> 0.22.0)
171
+ timecop (~> 0.9.1)
172
+
173
+ BUNDLED WITH
174
+ 2.6.9
@@ -0,0 +1,21 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pry", "~> 0.15.2"
6
+ gem "rake", "~> 13.0"
7
+ gem "reek", "~> 6.1"
8
+ gem "retryable", "~> 3.0.4"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop", "~> 1.59"
11
+ gem "rubocop-factory_bot", "~> 2.24"
12
+ gem "rubocop-rspec", "~> 2.29"
13
+ gem "rubocop-rspec_rails", "~> 2.28"
14
+ gem "simplecov", "~> 0.22.0"
15
+ gem "timecop", "~> 0.9.1"
16
+ gem "appraisal", "~> 2.5.0"
17
+
18
+ gem "activemodel", "~> 7.0.8"
19
+ gem "activesupport", "~> 7.0.8"
20
+
21
+ gemspec path: "../"
@@ -0,0 +1,162 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ business_flow (0.19.6)
5
+ activemodel (>= 4.2, < 8.1)
6
+ activesupport (>= 4.2, < 8.1)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (7.0.8.7)
12
+ activesupport (= 7.0.8.7)
13
+ activesupport (7.0.8.7)
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ i18n (>= 1.6, < 2)
16
+ minitest (>= 5.1)
17
+ tzinfo (~> 2.0)
18
+ appraisal (2.5.0)
19
+ bundler
20
+ rake
21
+ thor (>= 0.14.0)
22
+ ast (2.4.3)
23
+ bigdecimal (3.2.2)
24
+ coderay (1.1.3)
25
+ concurrent-ruby (1.3.5)
26
+ diff-lcs (1.6.2)
27
+ docile (1.4.1)
28
+ dry-configurable (1.3.0)
29
+ dry-core (~> 1.1)
30
+ zeitwerk (~> 2.6)
31
+ dry-core (1.1.0)
32
+ concurrent-ruby (~> 1.0)
33
+ logger
34
+ zeitwerk (~> 2.6)
35
+ dry-inflector (1.2.0)
36
+ dry-initializer (3.2.0)
37
+ dry-logic (1.6.0)
38
+ bigdecimal
39
+ concurrent-ruby (~> 1.0)
40
+ dry-core (~> 1.1)
41
+ zeitwerk (~> 2.6)
42
+ dry-schema (1.14.1)
43
+ concurrent-ruby (~> 1.0)
44
+ dry-configurable (~> 1.0, >= 1.0.1)
45
+ dry-core (~> 1.1)
46
+ dry-initializer (~> 3.2)
47
+ dry-logic (~> 1.5)
48
+ dry-types (~> 1.8)
49
+ zeitwerk (~> 2.6)
50
+ dry-types (1.8.3)
51
+ bigdecimal (~> 3.0)
52
+ concurrent-ruby (~> 1.0)
53
+ dry-core (~> 1.0)
54
+ dry-inflector (~> 1.0)
55
+ dry-logic (~> 1.4)
56
+ zeitwerk (~> 2.6)
57
+ i18n (1.14.7)
58
+ concurrent-ruby (~> 1.0)
59
+ json (2.12.2)
60
+ language_server-protocol (3.17.0.5)
61
+ lint_roller (1.1.0)
62
+ logger (1.7.0)
63
+ method_source (1.1.0)
64
+ minitest (5.25.5)
65
+ parallel (1.27.0)
66
+ parser (3.3.8.0)
67
+ ast (~> 2.4.1)
68
+ racc
69
+ prism (1.4.0)
70
+ pry (0.15.2)
71
+ coderay (~> 1.1)
72
+ method_source (~> 1.0)
73
+ racc (1.8.1)
74
+ rainbow (3.1.1)
75
+ rake (13.3.0)
76
+ reek (6.5.0)
77
+ dry-schema (~> 1.13)
78
+ logger (~> 1.6)
79
+ parser (~> 3.3.0)
80
+ rainbow (>= 2.0, < 4.0)
81
+ rexml (~> 3.1)
82
+ regexp_parser (2.10.0)
83
+ retryable (3.0.5)
84
+ rexml (3.4.1)
85
+ rspec (3.13.1)
86
+ rspec-core (~> 3.13.0)
87
+ rspec-expectations (~> 3.13.0)
88
+ rspec-mocks (~> 3.13.0)
89
+ rspec-core (3.13.5)
90
+ rspec-support (~> 3.13.0)
91
+ rspec-expectations (3.13.5)
92
+ diff-lcs (>= 1.2.0, < 2.0)
93
+ rspec-support (~> 3.13.0)
94
+ rspec-mocks (3.13.5)
95
+ diff-lcs (>= 1.2.0, < 2.0)
96
+ rspec-support (~> 3.13.0)
97
+ rspec-support (3.13.4)
98
+ rubocop (1.78.0)
99
+ json (~> 2.3)
100
+ language_server-protocol (~> 3.17.0.2)
101
+ lint_roller (~> 1.1.0)
102
+ parallel (~> 1.10)
103
+ parser (>= 3.3.0.2)
104
+ rainbow (>= 2.2.2, < 4.0)
105
+ regexp_parser (>= 2.9.3, < 3.0)
106
+ rubocop-ast (>= 1.45.1, < 2.0)
107
+ ruby-progressbar (~> 1.7)
108
+ unicode-display_width (>= 2.4.0, < 4.0)
109
+ rubocop-ast (1.45.1)
110
+ parser (>= 3.3.7.2)
111
+ prism (~> 1.4)
112
+ rubocop-capybara (2.22.1)
113
+ lint_roller (~> 1.1)
114
+ rubocop (~> 1.72, >= 1.72.1)
115
+ rubocop-factory_bot (2.27.1)
116
+ lint_roller (~> 1.1)
117
+ rubocop (~> 1.72, >= 1.72.1)
118
+ rubocop-rspec (2.31.0)
119
+ rubocop (~> 1.40)
120
+ rubocop-capybara (~> 2.17)
121
+ rubocop-factory_bot (~> 2.22)
122
+ rubocop-rspec_rails (~> 2.28)
123
+ rubocop-rspec_rails (2.29.1)
124
+ rubocop (~> 1.61)
125
+ ruby-progressbar (1.13.0)
126
+ simplecov (0.22.0)
127
+ docile (~> 1.1)
128
+ simplecov-html (~> 0.11)
129
+ simplecov_json_formatter (~> 0.1)
130
+ simplecov-html (0.13.1)
131
+ simplecov_json_formatter (0.1.4)
132
+ thor (1.3.2)
133
+ timecop (0.9.10)
134
+ tzinfo (2.0.6)
135
+ concurrent-ruby (~> 1.0)
136
+ unicode-display_width (3.1.4)
137
+ unicode-emoji (~> 4.0, >= 4.0.4)
138
+ unicode-emoji (4.0.4)
139
+ zeitwerk (2.6.18)
140
+
141
+ PLATFORMS
142
+ ruby
143
+
144
+ DEPENDENCIES
145
+ activemodel (~> 7.0.8)
146
+ activesupport (~> 7.0.8)
147
+ appraisal (~> 2.5.0)
148
+ business_flow!
149
+ pry (~> 0.15.2)
150
+ rake (~> 13.0)
151
+ reek (~> 6.1)
152
+ retryable (~> 3.0.4)
153
+ rspec (~> 3.0)
154
+ rubocop (~> 1.59)
155
+ rubocop-factory_bot (~> 2.24)
156
+ rubocop-rspec (~> 2.29)
157
+ rubocop-rspec_rails (~> 2.28)
158
+ simplecov (~> 0.22.0)
159
+ timecop (~> 0.9.1)
160
+
161
+ BUNDLED WITH
162
+ 2.6.9
@@ -0,0 +1,21 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pry", "~> 0.15.2"
6
+ gem "rake", "~> 13.0"
7
+ gem "reek", "~> 6.1"
8
+ gem "retryable", "~> 3.0.4"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop", "~> 1.59"
11
+ gem "rubocop-factory_bot", "~> 2.24"
12
+ gem "rubocop-rspec", "~> 2.29"
13
+ gem "rubocop-rspec_rails", "~> 2.28"
14
+ gem "simplecov", "~> 0.22.0"
15
+ gem "timecop", "~> 0.9.1"
16
+ gem "appraisal", "~> 2.5.0"
17
+
18
+ gem "activemodel", "~> 7.1.3"
19
+ gem "activesupport", "~> 7.1.3"
20
+
21
+ gemspec path: "../"