qbwc 1.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5888ae4ba64ed7d3286c2e6660683840eb5518a5e06b93e0966920243f217fa
4
- data.tar.gz: 8b7a099d8c03494a096d05fa5f009780f17a65d11d70dd173f79b0798c59560f
3
+ metadata.gz: 0ec06b432c7bc1ca049a04adeff60c7c413a2ccb71fa90c370d05c3b20f38fd5
4
+ data.tar.gz: 89a4062d8e2b2c253f4ceeaf9aee878a28bfa1605150075f10c5553cc1a8fff6
5
5
  SHA512:
6
- metadata.gz: 96f721c99d4e76009aa095c2a79bdb7e4cfaf10f9f13ec80eb6d17d5b401785d8fa9f799a30bddbaf8cae532e7510127c4eb29a655323c3e2ff9dd787b6cab1e
7
- data.tar.gz: e9f7031c42efa9c3da926cdb1c43259494dbc844e1d353cfd552282e2a9aa361e26c43df84752dbef9db25b41cac1a76e829de3b20514ed3fd92c0dc39fbb3fc
6
+ metadata.gz: d65b8ba972ee8f0f37aeb09844b05923e75161b81c0ed01176a2441c4477f54bfc9fc0b5bd8c47ec2feb8a084207bf51644973f0ed525f94005df9156f6641b0
7
+ data.tar.gz: 23ec752105e067e4a7c66e0c40ed391e1af03136cb16b3c878c3edb89f5948e838fd91f5f5ecf96d3ec9fbbd8c799ec0587073de9e0cdf8e68385fcc1b71f6f1
@@ -10,83 +10,15 @@ jobs:
10
10
  fail-fast: false
11
11
  matrix:
12
12
  ruby-version:
13
- - 2.7
14
- - '3.0'
15
- - 3.1
16
13
  - 3.2
17
14
  - 3.3
18
15
  - 3.4
16
+ - '4.0'
19
17
  rails-version:
20
- - 5.1
21
- - 5.2
22
- - '6.0'
23
- - 6.1
24
- - '7.0'
25
18
  - 7.1
26
19
  - 7.2
27
20
  - '8.0'
28
21
  - 8.1
29
- exclude:
30
- - ruby-version: 2.7
31
- rails-version: 7.1
32
- - ruby-version: 2.7
33
- rails-version: 7.2
34
- - ruby-version: 2.7
35
- rails-version: 8.0
36
- - ruby-version: 2.7
37
- rails-version: 8.1
38
- - ruby-version: 3.0
39
- rails-version: 5.1
40
- - ruby-version: 3.0
41
- rails-version: 5.2
42
- - ruby-version: 3.0
43
- rails-version: 7.1
44
- - ruby-version: 3.0
45
- rails-version: 7.2
46
- - ruby-version: 3.0
47
- rails-version: 8.0
48
- - ruby-version: 3.0
49
- rails-version: 8.1
50
- - ruby-version: 3.1
51
- rails-version: 5.1
52
- - ruby-version: 3.1
53
- rails-version: 5.2
54
- - ruby-version: 3.1
55
- rails-version: 7.1
56
- - ruby-version: 3.1
57
- rails-version: 7.2
58
- - ruby-version: 3.1
59
- rails-version: 8.0
60
- - ruby-version: 3.1
61
- rails-version: 8.1
62
- - ruby-version: 3.2
63
- rails-version: 5.1
64
- - ruby-version: 3.2
65
- rails-version: 5.2
66
- - ruby-version: 3.2
67
- rails-version: 6.0
68
- - ruby-version: 3.2
69
- rails-version: 6.1
70
- - ruby-version: 3.3
71
- rails-version: 5.1
72
- - ruby-version: 3.3
73
- rails-version: 5.2
74
- - ruby-version: 3.3
75
- rails-version: 6.0
76
- - ruby-version: 3.3
77
- rails-version: 6.1
78
- - ruby-version: 3.3
79
- rails-version: 7.0
80
- - ruby-version: 3.4
81
- rails-version: 5.1
82
- - ruby-version: 3.4
83
- rails-version: 5.2
84
- - ruby-version: 3.4
85
- rails-version: 6.0
86
- - ruby-version: 3.4
87
- rails-version: 6.1
88
- - ruby-version: 3.4
89
- rails-version: 7.0
90
22
  env:
91
23
  BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile
92
24
  steps:
data/Appraisals CHANGED
@@ -1,35 +1,3 @@
1
- appraise "rails-5.1" do
2
- gem "actionpack", "~> 5.1.1"
3
- gem "actionview", "~> 5.1.1"
4
- gem 'concurrent-ruby', '1.3.4'
5
- end
6
-
7
- appraise "rails-5.2" do
8
- gem "actionpack", "~> 5.2.0"
9
- gem "actionview", "~> 5.2.0"
10
- gem 'concurrent-ruby', '1.3.4'
11
- end
12
-
13
- # Ruby 3.0+ is functional from this point on
14
- appraise "rails-6.0" do
15
- gem "actionpack", "~> 6.0.0"
16
- gem "actionview", "~> 6.0.0"
17
- gem 'concurrent-ruby', '1.3.4'
18
- end
19
-
20
- appraise "rails-6.1" do
21
- gem "actionpack", "~> 6.1.0"
22
- gem "actionview", "~> 6.1.0"
23
- gem 'concurrent-ruby', '1.3.4'
24
- end
25
-
26
- appraise "rails-7.0" do
27
- gem "actionpack", "~> 7.0.0"
28
- gem "actionview", "~> 7.0.0"
29
- gem 'concurrent-ruby', '1.3.4'
30
- end
31
-
32
- # Ruby 3.0+ is required from this point on
33
1
  appraise "rails-7.1" do
34
2
  gem "actionpack", "~> 7.1.0"
35
3
  gem "actionview", "~> 7.1.0"
data/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
 
2
2
  # Change Log
3
3
 
4
+ ## [2.0.0](https://github.com/qbwc/qbwc/releases/tag/v2.0.0) (2026-03-31)
5
+ [Full Changelog](https://github.com/qbwc/qbwc/compare/1.3.0...2.0.0)
6
+
7
+ - Add support for Ruby 4.0.
8
+ - Drop support for Ruby prior to 3.2.
9
+ - Drop support for Rails prior to 7.1.
10
+
11
+
4
12
  ## [1.3.0](https://github.com/qbwc/qbwc/releases/tag/v1.3.0) (2025-03-19)
5
13
  [Full Changelog](https://github.com/qbwc/qbwc/compare/1.2.0...1.3.0)
6
14
 
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- qbwc (1.3.0)
5
- actionpack (>= 5.0.1)
4
+ qbwc (2.0.0)
5
+ actionpack (>= 7.1)
6
6
  qbxml (>= 0.3.0)
7
7
  wash_out (>= 0.12.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- action_text-trix (2.1.15)
12
+ action_text-trix (2.1.17)
13
13
  railties
14
14
  actioncable (8.1.1)
15
15
  actionpack (= 8.1.1)
@@ -94,20 +94,20 @@ GEM
94
94
  rake
95
95
  thor (>= 0.14.0)
96
96
  base64 (0.3.0)
97
- bigdecimal (3.3.1)
97
+ bigdecimal (4.1.0)
98
98
  builder (3.3.0)
99
99
  byebug (12.0.0)
100
- concurrent-ruby (1.3.5)
101
- connection_pool (2.5.4)
100
+ concurrent-ruby (1.3.6)
101
+ connection_pool (3.0.2)
102
102
  crack (1.0.1)
103
103
  bigdecimal
104
104
  rexml
105
105
  crass (1.0.6)
106
- date (3.5.0)
106
+ date (3.5.1)
107
107
  drb (2.2.3)
108
- erb (5.1.3)
108
+ erb (6.0.2)
109
109
  erubi (1.13.1)
110
- faraday (2.14.0)
110
+ faraday (2.14.1)
111
111
  faraday-net_http (>= 2.0, < 3.5)
112
112
  json
113
113
  logger
@@ -124,16 +124,17 @@ GEM
124
124
  mutex_m
125
125
  nkf
126
126
  rack (>= 2.0, < 4)
127
- i18n (1.14.7)
127
+ i18n (1.14.8)
128
128
  concurrent-ruby (~> 1.0)
129
- io-console (0.8.1)
130
- irb (1.15.3)
129
+ io-console (0.8.2)
130
+ irb (1.17.0)
131
131
  pp (>= 0.6.0)
132
+ prism (>= 1.3.0)
132
133
  rdoc (>= 4.0.0)
133
134
  reline (>= 0.4.2)
134
- json (2.16.0)
135
+ json (2.19.3)
135
136
  logger (1.7.0)
136
- loofah (2.24.1)
137
+ loofah (2.25.1)
137
138
  crass (~> 1.0.2)
138
139
  nokogiri (>= 1.12.0)
139
140
  mail (2.9.0)
@@ -144,10 +145,12 @@ GEM
144
145
  net-smtp
145
146
  marcel (1.1.0)
146
147
  mini_mime (1.1.5)
147
- minitest (5.26.1)
148
+ minitest (6.0.3)
149
+ drb (~> 2.0)
150
+ prism (~> 1.5)
148
151
  mutex_m (0.3.0)
149
- net-http (0.7.0)
150
- uri
152
+ net-http (0.9.1)
153
+ uri (>= 0.11.1)
151
154
  net-imap (0.5.12)
152
155
  date
153
156
  net-protocol
@@ -159,29 +162,31 @@ GEM
159
162
  net-protocol
160
163
  nio4r (2.7.5)
161
164
  nkf (0.2.0)
162
- nokogiri (1.18.10-x86_64-linux-gnu)
165
+ nokogiri (1.19.2-x86_64-linux-gnu)
163
166
  racc (~> 1.4)
164
167
  nori (2.7.1)
165
168
  bigdecimal
166
169
  pp (0.6.3)
167
170
  prettyprint
168
171
  prettyprint (0.2.0)
169
- psych (5.2.6)
172
+ prism (1.9.0)
173
+ psych (5.3.1)
170
174
  date
171
175
  stringio
172
176
  public_suffix (6.0.2)
173
- qbxml (0.5.0)
174
- activesupport (>= 5.0.0)
177
+ qbxml (1.0.0)
178
+ activesupport (>= 7.1.0)
179
+ bigdecimal
175
180
  builder (~> 3.0)
176
181
  nokogiri (~> 1.5)
177
182
  racc (1.8.1)
178
- rack (3.2.4)
183
+ rack (3.2.5)
179
184
  rack-session (2.1.1)
180
185
  base64 (>= 0.1.0)
181
186
  rack (>= 3.0.0)
182
187
  rack-test (2.2.0)
183
188
  rack (>= 1.3)
184
- rackup (2.2.1)
189
+ rackup (2.3.1)
185
190
  rack (>= 3)
186
191
  rails (8.1.1)
187
192
  actioncable (= 8.1.1)
@@ -201,8 +206,8 @@ GEM
201
206
  activesupport (>= 5.0.0)
202
207
  minitest
203
208
  nokogiri (>= 1.6)
204
- rails-html-sanitizer (1.6.2)
205
- loofah (~> 2.21)
209
+ rails-html-sanitizer (1.7.0)
210
+ loofah (~> 2.25)
206
211
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
207
212
  railties (8.1.1)
208
213
  actionpack (= 8.1.1)
@@ -214,7 +219,7 @@ GEM
214
219
  tsort (>= 0.2)
215
220
  zeitwerk (~> 2.6)
216
221
  rake (13.3.1)
217
- rdoc (6.15.1)
222
+ rdoc (7.2.0)
218
223
  erb
219
224
  psych (>= 4.0.0)
220
225
  tsort
@@ -231,9 +236,9 @@ GEM
231
236
  nori (~> 2.4)
232
237
  wasabi (>= 3.7, < 6)
233
238
  securerandom (0.4.1)
234
- sqlite3 (2.8.0-x86_64-linux-gnu)
235
- stringio (3.1.7)
236
- thor (1.4.0)
239
+ sqlite3 (2.9.2-x86_64-linux-gnu)
240
+ stringio (3.2.0)
241
+ thor (1.5.0)
237
242
  timeout (0.4.4)
238
243
  tsort (0.2.0)
239
244
  tzinfo (2.0.6)
@@ -254,7 +259,7 @@ GEM
254
259
  base64
255
260
  websocket-extensions (>= 0.1.0)
256
261
  websocket-extensions (0.1.5)
257
- zeitwerk (2.7.3)
262
+ zeitwerk (2.7.5)
258
263
 
259
264
  PLATFORMS
260
265
  x86_64-linux
@@ -2,7 +2,7 @@ PATH
2
2
  remote: ..
3
3
  specs:
4
4
  qbwc (1.3.0)
5
- actionpack (>= 5.0.1)
5
+ actionpack (>= 7.1)
6
6
  qbxml (>= 0.3.0)
7
7
  wash_out (>= 0.12.0)
8
8
 
@@ -146,7 +146,9 @@ GEM
146
146
  net-smtp
147
147
  marcel (1.0.4)
148
148
  mini_mime (1.1.5)
149
- minitest (5.25.5)
149
+ minitest (6.0.2)
150
+ drb (~> 2.0)
151
+ prism (~> 1.5)
150
152
  mutex_m (0.3.0)
151
153
  net-http (0.6.0)
152
154
  uri
@@ -161,13 +163,14 @@ GEM
161
163
  net-protocol
162
164
  nio4r (2.7.4)
163
165
  nkf (0.2.0)
164
- nokogiri (1.18.8-x86_64-linux-gnu)
166
+ nokogiri (1.19.1-x86_64-linux-gnu)
165
167
  racc (~> 1.4)
166
168
  nori (2.7.1)
167
169
  bigdecimal
168
170
  pp (0.6.2)
169
171
  prettyprint
170
172
  prettyprint (0.2.0)
173
+ prism (1.9.0)
171
174
  psych (5.2.3)
172
175
  date
173
176
  stringio
@@ -177,7 +180,7 @@ GEM
177
180
  builder (~> 3.0)
178
181
  nokogiri (~> 1.5)
179
182
  racc (1.8.1)
180
- rack (3.1.12)
183
+ rack (3.2.5)
181
184
  rack-session (2.1.0)
182
185
  base64 (>= 0.1.0)
183
186
  rack (>= 3.0.0)
@@ -230,7 +233,7 @@ GEM
230
233
  nori (~> 2.4)
231
234
  wasabi (>= 3.7, < 6)
232
235
  securerandom (0.3.2)
233
- sqlite3 (2.6.0-x86_64-linux-gnu)
236
+ sqlite3 (2.9.2-x86_64-linux-gnu)
234
237
  stringio (3.1.5)
235
238
  thor (1.3.2)
236
239
  timeout (0.4.3)
@@ -2,7 +2,7 @@ PATH
2
2
  remote: ..
3
3
  specs:
4
4
  qbwc (1.3.0)
5
- actionpack (>= 5.0.1)
5
+ actionpack (>= 7.1)
6
6
  qbxml (>= 0.3.0)
7
7
  wash_out (>= 0.12.0)
8
8
 
@@ -140,7 +140,9 @@ GEM
140
140
  net-smtp
141
141
  marcel (1.0.4)
142
142
  mini_mime (1.1.5)
143
- minitest (5.25.5)
143
+ minitest (6.0.2)
144
+ drb (~> 2.0)
145
+ prism (~> 1.5)
144
146
  mutex_m (0.3.0)
145
147
  net-http (0.6.0)
146
148
  uri
@@ -155,13 +157,14 @@ GEM
155
157
  net-protocol
156
158
  nio4r (2.7.4)
157
159
  nkf (0.2.0)
158
- nokogiri (1.18.8-x86_64-linux-gnu)
160
+ nokogiri (1.19.1-x86_64-linux-gnu)
159
161
  racc (~> 1.4)
160
162
  nori (2.7.1)
161
163
  bigdecimal
162
164
  pp (0.6.2)
163
165
  prettyprint
164
166
  prettyprint (0.2.0)
167
+ prism (1.9.0)
165
168
  psych (5.2.3)
166
169
  date
167
170
  stringio
@@ -171,7 +174,7 @@ GEM
171
174
  builder (~> 3.0)
172
175
  nokogiri (~> 1.5)
173
176
  racc (1.8.1)
174
- rack (3.1.12)
177
+ rack (3.1.20)
175
178
  rack-session (2.1.0)
176
179
  base64 (>= 0.1.0)
177
180
  rack (>= 3.0.0)
@@ -224,7 +227,7 @@ GEM
224
227
  nori (~> 2.4)
225
228
  wasabi (>= 3.7, < 6)
226
229
  securerandom (0.4.1)
227
- sqlite3 (2.6.0-x86_64-linux-gnu)
230
+ sqlite3 (2.9.2-x86_64-linux-gnu)
228
231
  stringio (3.1.5)
229
232
  thor (1.3.2)
230
233
  timeout (0.4.3)
@@ -2,7 +2,7 @@ PATH
2
2
  remote: ..
3
3
  specs:
4
4
  qbwc (1.3.0)
5
- actionpack (>= 5.0.1)
5
+ actionpack (>= 7.1)
6
6
  qbxml (>= 0.3.0)
7
7
  wash_out (>= 0.12.0)
8
8
 
@@ -141,7 +141,9 @@ GEM
141
141
  net-smtp
142
142
  marcel (1.0.4)
143
143
  mini_mime (1.1.5)
144
- minitest (5.25.5)
144
+ minitest (6.0.2)
145
+ drb (~> 2.0)
146
+ prism (~> 1.5)
145
147
  mutex_m (0.3.0)
146
148
  net-http (0.6.0)
147
149
  uri
@@ -156,27 +158,28 @@ GEM
156
158
  net-protocol
157
159
  nio4r (2.7.4)
158
160
  nkf (0.2.0)
159
- nokogiri (1.18.8-aarch64-linux-gnu)
161
+ nokogiri (1.19.1-aarch64-linux-gnu)
160
162
  racc (~> 1.4)
161
- nokogiri (1.18.8-aarch64-linux-musl)
163
+ nokogiri (1.19.1-aarch64-linux-musl)
162
164
  racc (~> 1.4)
163
- nokogiri (1.18.8-arm-linux-gnu)
165
+ nokogiri (1.19.1-arm-linux-gnu)
164
166
  racc (~> 1.4)
165
- nokogiri (1.18.8-arm-linux-musl)
167
+ nokogiri (1.19.1-arm-linux-musl)
166
168
  racc (~> 1.4)
167
- nokogiri (1.18.8-arm64-darwin)
169
+ nokogiri (1.19.1-arm64-darwin)
168
170
  racc (~> 1.4)
169
- nokogiri (1.18.8-x86_64-darwin)
171
+ nokogiri (1.19.1-x86_64-darwin)
170
172
  racc (~> 1.4)
171
- nokogiri (1.18.8-x86_64-linux-gnu)
173
+ nokogiri (1.19.1-x86_64-linux-gnu)
172
174
  racc (~> 1.4)
173
- nokogiri (1.18.8-x86_64-linux-musl)
175
+ nokogiri (1.19.1-x86_64-linux-musl)
174
176
  racc (~> 1.4)
175
177
  nori (2.7.1)
176
178
  bigdecimal
177
179
  pp (0.6.2)
178
180
  prettyprint
179
181
  prettyprint (0.2.0)
182
+ prism (1.9.0)
180
183
  psych (5.2.6)
181
184
  date
182
185
  stringio
@@ -240,14 +243,14 @@ GEM
240
243
  nori (~> 2.4)
241
244
  wasabi (>= 3.7, < 6)
242
245
  securerandom (0.4.1)
243
- sqlite3 (2.6.0-aarch64-linux-gnu)
244
- sqlite3 (2.6.0-aarch64-linux-musl)
245
- sqlite3 (2.6.0-arm-linux-gnu)
246
- sqlite3 (2.6.0-arm-linux-musl)
247
- sqlite3 (2.6.0-arm64-darwin)
248
- sqlite3 (2.6.0-x86_64-darwin)
249
- sqlite3 (2.6.0-x86_64-linux-gnu)
250
- sqlite3 (2.6.0-x86_64-linux-musl)
246
+ sqlite3 (2.9.2-aarch64-linux-gnu)
247
+ sqlite3 (2.9.2-aarch64-linux-musl)
248
+ sqlite3 (2.9.2-arm-linux-gnu)
249
+ sqlite3 (2.9.2-arm-linux-musl)
250
+ sqlite3 (2.9.2-arm64-darwin)
251
+ sqlite3 (2.9.2-x86_64-darwin)
252
+ sqlite3 (2.9.2-x86_64-linux-gnu)
253
+ sqlite3 (2.9.2-x86_64-linux-musl)
251
254
  stringio (3.1.7)
252
255
  thor (1.3.2)
253
256
  timeout (0.4.3)
@@ -297,4 +300,4 @@ DEPENDENCIES
297
300
  webmock
298
301
 
299
302
  BUNDLED WITH
300
- 2.6.2
303
+ 2.4.13
@@ -2,7 +2,7 @@ PATH
2
2
  remote: ..
3
3
  specs:
4
4
  qbwc (1.3.0)
5
- actionpack (>= 5.0.1)
5
+ actionpack (>= 7.1)
6
6
  qbxml (>= 0.3.0)
7
7
  wash_out (>= 0.12.0)
8
8
 
@@ -159,7 +159,7 @@ GEM
159
159
  net-protocol
160
160
  nio4r (2.7.5)
161
161
  nkf (0.2.0)
162
- nokogiri (1.18.10-x86_64-linux-gnu)
162
+ nokogiri (1.19.1-x86_64-linux-gnu)
163
163
  racc (~> 1.4)
164
164
  nori (2.7.1)
165
165
  bigdecimal
@@ -231,7 +231,7 @@ GEM
231
231
  nori (~> 2.4)
232
232
  wasabi (>= 3.7, < 6)
233
233
  securerandom (0.4.1)
234
- sqlite3 (2.8.0-x86_64-linux-gnu)
234
+ sqlite3 (2.9.2-x86_64-linux-gnu)
235
235
  stringio (3.1.7)
236
236
  thor (1.4.0)
237
237
  timeout (0.4.4)
data/lib/qbwc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module QBWC
2
- VERSION = "1.3.0"
2
+ VERSION = "2.0.0"
3
3
  end
data/qbwc.gemspec CHANGED
@@ -22,11 +22,11 @@ Gem::Specification.new do |s|
22
22
  "README.md"
23
23
  ]
24
24
 
25
- s.required_ruby_version = '>= 2.2.2'
25
+ s.required_ruby_version = '>= 3.2'
26
26
 
27
27
  s.add_dependency "qbxml", [">= 0.3.0"]
28
28
  s.add_dependency "wash_out", ['>=0.12.0']
29
- s.add_dependency 'actionpack', ['>= 5.0.1']
29
+ s.add_dependency 'actionpack', ['>= 7.1']
30
30
 
31
31
  s.add_development_dependency('webmock')
32
32
  s.add_development_dependency('activerecord')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qbwc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Skryl
@@ -10,7 +10,7 @@ authors:
10
10
  - Jason Barnabe
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-11-11 00:00:00.000000000 Z
13
+ date: 1980-01-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: qbxml
@@ -46,14 +46,14 @@ dependencies:
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 5.0.1
49
+ version: '7.1'
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
- version: 5.0.1
56
+ version: '7.1'
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: webmock
59
59
  requirement: !ruby/object:Gem::Requirement
@@ -221,16 +221,6 @@ files:
221
221
  - README.md
222
222
  - Rakefile
223
223
  - gemfiles/.bundle/config
224
- - gemfiles/rails_5.1.gemfile
225
- - gemfiles/rails_5.1.gemfile.lock
226
- - gemfiles/rails_5.2.gemfile
227
- - gemfiles/rails_5.2.gemfile.lock
228
- - gemfiles/rails_6.0.gemfile
229
- - gemfiles/rails_6.0.gemfile.lock
230
- - gemfiles/rails_6.1.gemfile
231
- - gemfiles/rails_6.1.gemfile.lock
232
- - gemfiles/rails_7.0.gemfile
233
- - gemfiles/rails_7.0.gemfile.lock
234
224
  - gemfiles/rails_7.1.gemfile
235
225
  - gemfiles/rails_7.1.gemfile.lock
236
226
  - gemfiles/rails_7.2.gemfile
@@ -278,14 +268,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
278
268
  requirements:
279
269
  - - ">="
280
270
  - !ruby/object:Gem::Version
281
- version: 2.2.2
271
+ version: '3.2'
282
272
  required_rubygems_version: !ruby/object:Gem::Requirement
283
273
  requirements:
284
274
  - - ">="
285
275
  - !ruby/object:Gem::Version
286
276
  version: '0'
287
277
  requirements: []
288
- rubygems_version: 3.6.2
278
+ rubygems_version: 4.0.6
289
279
  specification_version: 4
290
280
  summary: A Rails interface for Intuit's Quickbooks Web Connector
291
281
  test_files: []
@@ -1,9 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "actionpack", "~> 5.1.1"
6
- gem "actionview", "~> 5.1.1"
7
- gem "concurrent-ruby", "1.3.4"
8
-
9
- gemspec path: "../"