runger_actions 0.23.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5504829782c03601814bef8f7cdd3342d6561b00e1d503da13672947c608f917
4
- data.tar.gz: e156511a4bb1474c7e14d8b052c85785db03e436045272f9878865003a0b0d25
3
+ metadata.gz: 6bdf1665b46c0e843590a517c367ea53b8b8660c0afbfb1fd9bb90dc6a630966
4
+ data.tar.gz: d4a413193496a13f0db9b657424eac68b2d7cc8d4cd5e1c07f9bb1bbabf9916a
5
5
  SHA512:
6
- metadata.gz: 2c85f80b876ae24ead46c2c6e57995658585db99fce0db89d9911899c85a8a47fd06e8a23888adb41e8809bd72e185cf34791829aed334d9b34cf7c925adba31
7
- data.tar.gz: c8f23207d163d9124b0f8d327b8b574535151d7bb42b38f93213173cd1aa8cc3606218db83d58bd61a2d7c4a4df98085e6c41c1e4eacfb5f23b3f2617c888523
6
+ metadata.gz: 6a2c2915d1c8b7b993280293b60e2572fd918adf517b428d85d342dbe4acbf5fe2dc17c61ddd0ad057c5f41ae2cc27e87bb2da1184e95ff9ad9f50d1a40be343
7
+ data.tar.gz: 794e9220f6f373ff9b50fb2bab2bc483dd59bc45ea607715dd45b905a8c0daf0d73f7ca97c288da49fe7f6c3fcce1b5faa3ec9925f80ae36debd2a77fe73c98b
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.4
1
+ 3.3.6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v0.24.0 (2024-11-08)
2
+ - Remove upper bounds on versions for all dependencies
3
+
1
4
  ## v0.23.0 (2024-09-05)
2
5
  - Relaxed `shaped` gemspec requirement to `< 1.0`.
3
6
 
data/Gemfile.lock CHANGED
@@ -1,37 +1,37 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_actions (0.23.0)
5
- memo_wise (>= 1.7, < 2)
6
- rails (>= 6, < 8)
7
- shaped (>= 0.9, < 1.0)
4
+ runger_actions (0.24.0)
5
+ memo_wise (>= 1.7)
6
+ rails (>= 6)
7
+ shaped (>= 0.9)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (7.2.1)
13
- actionpack (= 7.2.1)
14
- activesupport (= 7.2.1)
12
+ actioncable (7.2.2)
13
+ actionpack (= 7.2.2)
14
+ activesupport (= 7.2.2)
15
15
  nio4r (~> 2.0)
16
16
  websocket-driver (>= 0.6.1)
17
17
  zeitwerk (~> 2.6)
18
- actionmailbox (7.2.1)
19
- actionpack (= 7.2.1)
20
- activejob (= 7.2.1)
21
- activerecord (= 7.2.1)
22
- activestorage (= 7.2.1)
23
- activesupport (= 7.2.1)
18
+ actionmailbox (7.2.2)
19
+ actionpack (= 7.2.2)
20
+ activejob (= 7.2.2)
21
+ activerecord (= 7.2.2)
22
+ activestorage (= 7.2.2)
23
+ activesupport (= 7.2.2)
24
24
  mail (>= 2.8.0)
25
- actionmailer (7.2.1)
26
- actionpack (= 7.2.1)
27
- actionview (= 7.2.1)
28
- activejob (= 7.2.1)
29
- activesupport (= 7.2.1)
25
+ actionmailer (7.2.2)
26
+ actionpack (= 7.2.2)
27
+ actionview (= 7.2.2)
28
+ activejob (= 7.2.2)
29
+ activesupport (= 7.2.2)
30
30
  mail (>= 2.8.0)
31
31
  rails-dom-testing (~> 2.2)
32
- actionpack (7.2.1)
33
- actionview (= 7.2.1)
34
- activesupport (= 7.2.1)
32
+ actionpack (7.2.2)
33
+ actionview (= 7.2.2)
34
+ activesupport (= 7.2.2)
35
35
  nokogiri (>= 1.8.5)
36
36
  racc
37
37
  rack (>= 2.2.4, < 3.2)
@@ -40,36 +40,37 @@ GEM
40
40
  rails-dom-testing (~> 2.2)
41
41
  rails-html-sanitizer (~> 1.6)
42
42
  useragent (~> 0.16)
43
- actiontext (7.2.1)
44
- actionpack (= 7.2.1)
45
- activerecord (= 7.2.1)
46
- activestorage (= 7.2.1)
47
- activesupport (= 7.2.1)
43
+ actiontext (7.2.2)
44
+ actionpack (= 7.2.2)
45
+ activerecord (= 7.2.2)
46
+ activestorage (= 7.2.2)
47
+ activesupport (= 7.2.2)
48
48
  globalid (>= 0.6.0)
49
49
  nokogiri (>= 1.8.5)
50
- actionview (7.2.1)
51
- activesupport (= 7.2.1)
50
+ actionview (7.2.2)
51
+ activesupport (= 7.2.2)
52
52
  builder (~> 3.1)
53
53
  erubi (~> 1.11)
54
54
  rails-dom-testing (~> 2.2)
55
55
  rails-html-sanitizer (~> 1.6)
56
- activejob (7.2.1)
57
- activesupport (= 7.2.1)
56
+ activejob (7.2.2)
57
+ activesupport (= 7.2.2)
58
58
  globalid (>= 0.3.6)
59
- activemodel (7.2.1)
60
- activesupport (= 7.2.1)
61
- activerecord (7.2.1)
62
- activemodel (= 7.2.1)
63
- activesupport (= 7.2.1)
59
+ activemodel (7.2.2)
60
+ activesupport (= 7.2.2)
61
+ activerecord (7.2.2)
62
+ activemodel (= 7.2.2)
63
+ activesupport (= 7.2.2)
64
64
  timeout (>= 0.4.0)
65
- activestorage (7.2.1)
66
- actionpack (= 7.2.1)
67
- activejob (= 7.2.1)
68
- activerecord (= 7.2.1)
69
- activesupport (= 7.2.1)
65
+ activestorage (7.2.2)
66
+ actionpack (= 7.2.2)
67
+ activejob (= 7.2.2)
68
+ activerecord (= 7.2.2)
69
+ activesupport (= 7.2.2)
70
70
  marcel (~> 1.0)
71
- activesupport (7.2.1)
71
+ activesupport (7.2.2)
72
72
  base64
73
+ benchmark (>= 0.3)
73
74
  bigdecimal
74
75
  concurrent-ruby (~> 1.0, >= 1.3.1)
75
76
  connection_pool (>= 2.2.5)
@@ -82,6 +83,7 @@ GEM
82
83
  amazing_print (1.6.0)
83
84
  ast (2.4.2)
84
85
  base64 (0.2.0)
86
+ benchmark (0.4.0)
85
87
  bigdecimal (3.1.8)
86
88
  builder (3.3.0)
87
89
  byebug (11.1.3)
@@ -89,23 +91,23 @@ GEM
89
91
  concurrent-ruby (1.3.4)
90
92
  connection_pool (2.4.1)
91
93
  crass (1.0.6)
92
- date (3.3.4)
94
+ date (3.4.0)
93
95
  diff-lcs (1.5.1)
94
96
  docile (1.4.1)
95
97
  drb (2.2.1)
96
98
  erubi (1.13.0)
97
99
  globalid (1.2.1)
98
100
  activesupport (>= 6.1)
99
- i18n (1.14.5)
101
+ i18n (1.14.6)
100
102
  concurrent-ruby (~> 1.0)
101
103
  io-console (0.7.2)
102
- irb (1.14.0)
104
+ irb (1.14.1)
103
105
  rdoc (>= 4.0.0)
104
106
  reline (>= 0.4.2)
105
- json (2.7.2)
107
+ json (2.8.1)
106
108
  language_server-protocol (3.17.0.3)
107
109
  logger (1.6.1)
108
- loofah (2.22.0)
110
+ loofah (2.23.1)
109
111
  crass (~> 1.0.2)
110
112
  nokogiri (>= 1.12.0)
111
113
  mail (2.8.1)
@@ -114,12 +116,12 @@ GEM
114
116
  net-pop
115
117
  net-smtp
116
118
  marcel (1.0.4)
117
- memo_wise (1.9.0)
119
+ memo_wise (1.10.0)
118
120
  method_source (1.1.0)
119
121
  mini_mime (1.1.5)
120
122
  mini_portile2 (2.8.7)
121
123
  minitest (5.25.1)
122
- net-imap (0.4.16)
124
+ net-imap (0.5.0)
123
125
  date
124
126
  net-protocol
125
127
  net-pop (0.1.2)
@@ -128,46 +130,45 @@ GEM
128
130
  timeout
129
131
  net-smtp (0.5.0)
130
132
  net-protocol
131
- nio4r (2.7.3)
133
+ nio4r (2.7.4)
132
134
  nokogiri (1.16.7)
133
135
  mini_portile2 (~> 2.8.2)
134
136
  racc (~> 1.4)
135
137
  parallel (1.26.3)
136
- parser (3.3.5.0)
138
+ parser (3.3.6.0)
137
139
  ast (~> 2.4.1)
138
140
  racc
139
- prism (1.0.0)
141
+ prism (1.2.0)
140
142
  pry (0.14.2)
141
143
  coderay (~> 1.1)
142
144
  method_source (~> 1.0)
143
145
  pry-byebug (3.10.1)
144
146
  byebug (~> 11.0)
145
147
  pry (>= 0.13, < 0.15)
146
- psych (5.1.2)
148
+ psych (5.2.0)
147
149
  stringio
148
150
  racc (1.8.1)
149
- rack (3.1.7)
151
+ rack (3.1.8)
150
152
  rack-session (2.0.0)
151
153
  rack (>= 3.0.0)
152
154
  rack-test (2.1.0)
153
155
  rack (>= 1.3)
154
- rackup (2.1.0)
156
+ rackup (2.2.0)
155
157
  rack (>= 3)
156
- webrick (~> 1.8)
157
- rails (7.2.1)
158
- actioncable (= 7.2.1)
159
- actionmailbox (= 7.2.1)
160
- actionmailer (= 7.2.1)
161
- actionpack (= 7.2.1)
162
- actiontext (= 7.2.1)
163
- actionview (= 7.2.1)
164
- activejob (= 7.2.1)
165
- activemodel (= 7.2.1)
166
- activerecord (= 7.2.1)
167
- activestorage (= 7.2.1)
168
- activesupport (= 7.2.1)
158
+ rails (7.2.2)
159
+ actioncable (= 7.2.2)
160
+ actionmailbox (= 7.2.2)
161
+ actionmailer (= 7.2.2)
162
+ actionpack (= 7.2.2)
163
+ actiontext (= 7.2.2)
164
+ actionview (= 7.2.2)
165
+ activejob (= 7.2.2)
166
+ activemodel (= 7.2.2)
167
+ activerecord (= 7.2.2)
168
+ activestorage (= 7.2.2)
169
+ activesupport (= 7.2.2)
169
170
  bundler (>= 1.15.0)
170
- railties (= 7.2.1)
171
+ railties (= 7.2.2)
171
172
  rails-dom-testing (2.2.0)
172
173
  activesupport (>= 5.0.0)
173
174
  minitest
@@ -175,9 +176,9 @@ GEM
175
176
  rails-html-sanitizer (1.6.0)
176
177
  loofah (~> 2.21)
177
178
  nokogiri (~> 1.14)
178
- railties (7.2.1)
179
- actionpack (= 7.2.1)
180
- activesupport (= 7.2.1)
179
+ railties (7.2.2)
180
+ actionpack (= 7.2.2)
181
+ activesupport (= 7.2.2)
181
182
  irb (~> 1.13)
182
183
  rackup (>= 1.0.0)
183
184
  rake (>= 12.2)
@@ -188,24 +189,24 @@ GEM
188
189
  rdoc (6.7.0)
189
190
  psych (>= 4.0.0)
190
191
  regexp_parser (2.9.2)
191
- reline (0.5.9)
192
+ reline (0.5.11)
192
193
  io-console (~> 0.5)
193
- rexml (3.3.7)
194
- rouge (4.3.0)
194
+ rexml (3.3.9)
195
+ rouge (4.4.0)
195
196
  rspec (3.13.0)
196
197
  rspec-core (~> 3.13.0)
197
198
  rspec-expectations (~> 3.13.0)
198
199
  rspec-mocks (~> 3.13.0)
199
- rspec-core (3.13.1)
200
+ rspec-core (3.13.2)
200
201
  rspec-support (~> 3.13.0)
201
- rspec-expectations (3.13.2)
202
+ rspec-expectations (3.13.3)
202
203
  diff-lcs (>= 1.2.0, < 2.0)
203
204
  rspec-support (~> 3.13.0)
204
- rspec-mocks (3.13.1)
205
+ rspec-mocks (3.13.2)
205
206
  diff-lcs (>= 1.2.0, < 2.0)
206
207
  rspec-support (~> 3.13.0)
207
208
  rspec-support (3.13.1)
208
- rubocop (1.66.1)
209
+ rubocop (1.68.0)
209
210
  json (~> 2.3)
210
211
  language_server-protocol (>= 3.17.0)
211
212
  parallel (~> 1.10)
@@ -215,14 +216,14 @@ GEM
215
216
  rubocop-ast (>= 1.32.2, < 2.0)
216
217
  ruby-progressbar (~> 1.7)
217
218
  unicode-display_width (>= 2.4.0, < 3.0)
218
- rubocop-ast (1.32.3)
219
+ rubocop-ast (1.34.1)
219
220
  parser (>= 3.3.1.0)
220
- rubocop-performance (1.21.1)
221
+ rubocop-performance (1.22.1)
221
222
  rubocop (>= 1.48.1, < 2.0)
222
223
  rubocop-ast (>= 1.31.1, < 2.0)
223
224
  rubocop-rake (0.6.0)
224
225
  rubocop (~> 1.0)
225
- rubocop-rspec (3.0.4)
226
+ rubocop-rspec (3.2.0)
226
227
  rubocop (~> 1.61)
227
228
  ruby-progressbar (1.13.0)
228
229
  runger_config (5.2.0)
@@ -253,23 +254,22 @@ GEM
253
254
  simplecov-cobertura (2.1.0)
254
255
  rexml
255
256
  simplecov (~> 0.19)
256
- simplecov-html (0.12.3)
257
+ simplecov-html (0.13.1)
257
258
  simplecov_json_formatter (0.1.4)
258
259
  slop (4.10.1)
259
- sqlite3 (2.0.4)
260
+ sqlite3 (2.2.0)
260
261
  mini_portile2 (~> 2.8.0)
261
- stringio (3.1.1)
262
+ stringio (3.1.2)
262
263
  thor (1.3.2)
263
- timeout (0.4.1)
264
+ timeout (0.4.2)
264
265
  tzinfo (2.0.6)
265
266
  concurrent-ruby (~> 1.0)
266
- unicode-display_width (2.5.0)
267
+ unicode-display_width (2.6.0)
267
268
  useragent (0.16.10)
268
- webrick (1.8.1)
269
269
  websocket-driver (0.7.6)
270
270
  websocket-extensions (>= 0.1.0)
271
271
  websocket-extensions (0.1.5)
272
- zeitwerk (2.6.18)
272
+ zeitwerk (2.7.1)
273
273
 
274
274
  PLATFORMS
275
275
  ruby
@@ -291,7 +291,7 @@ DEPENDENCIES
291
291
  sqlite3 (< 3.0.0)
292
292
 
293
293
  RUBY VERSION
294
- ruby 3.3.4p94
294
+ ruby 3.3.6p108
295
295
 
296
296
  BUNDLED WITH
297
- 2.5.11
297
+ 2.5.23
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerActions
4
- VERSION = '0.23.0'
4
+ VERSION = '0.24.0'
5
5
  end
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  end
31
31
  spec.require_paths = ['lib']
32
32
 
33
- spec.add_dependency('memo_wise', '>= 1.7', '< 2')
34
- spec.add_dependency('rails', '>= 6', '< 8')
35
- spec.add_dependency('shaped', '>= 0.9', '< 1.0')
33
+ spec.add_dependency('memo_wise', '>= 1.7')
34
+ spec.add_dependency('rails', '>= 6')
35
+ spec.add_dependency('shaped', '>= 0.9')
36
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-05 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: memo_wise
@@ -17,9 +17,6 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.7'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '2'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,9 +24,6 @@ dependencies:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '1.7'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '2'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: rails
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -37,9 +31,6 @@ dependencies:
37
31
  - - ">="
38
32
  - !ruby/object:Gem::Version
39
33
  version: '6'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '8'
43
34
  type: :runtime
44
35
  prerelease: false
45
36
  version_requirements: !ruby/object:Gem::Requirement
@@ -47,9 +38,6 @@ dependencies:
47
38
  - - ">="
48
39
  - !ruby/object:Gem::Version
49
40
  version: '6'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '8'
53
41
  - !ruby/object:Gem::Dependency
54
42
  name: shaped
55
43
  requirement: !ruby/object:Gem::Requirement
@@ -57,9 +45,6 @@ dependencies:
57
45
  - - ">="
58
46
  - !ruby/object:Gem::Version
59
47
  version: '0.9'
60
- - - "<"
61
- - !ruby/object:Gem::Version
62
- version: '1.0'
63
48
  type: :runtime
64
49
  prerelease: false
65
50
  version_requirements: !ruby/object:Gem::Requirement
@@ -67,9 +52,6 @@ dependencies:
67
52
  - - ">="
68
53
  - !ruby/object:Gem::Version
69
54
  version: '0.9'
70
- - - "<"
71
- - !ruby/object:Gem::Version
72
- version: '1.0'
73
55
  description: Organize (and validate) the business logic of your Rails application.
74
56
  email:
75
57
  - davidjrunger@gmail.com
@@ -132,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
114
  - !ruby/object:Gem::Version
133
115
  version: '0'
134
116
  requirements: []
135
- rubygems_version: 3.5.18
117
+ rubygems_version: 3.5.23
136
118
  signing_key:
137
119
  specification_version: 4
138
120
  summary: Organize (and validate) the business logic of your Rails application.