File tree 11 files changed +57
-17
lines changed
lib/active_storage_validations
11 files changed +57
-17
lines changed Original file line number Diff line number Diff line change 1
1
- master
2
2
3
+ - 1.3.0
4
+ - https://github.com/igorkasyanchuk/active_storage_validations/pull/256
5
+ - https://github.com/igorkasyanchuk/active_storage_validations/pull/268
6
+ - https://github.com/igorkasyanchuk/active_storage_validations/pull/267
7
+ - https://github.com/igorkasyanchuk/active_storage_validations/pull/263
8
+
3
9
- 1.2.0
4
10
Many improvements and fixes:
5
11
- https://github.com/igorkasyanchuk/active_storage_validations/pull/236
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ gemspec
18
18
# gem 'rails', '6.1.4'
19
19
# gem 'sqlite3', '~> 1.7'
20
20
21
+ gem 'nokogiri' , '~> 1.16.7'
22
+
21
23
group :development , :test do
22
24
# To use a debugger:
23
25
# gem 'byebug'
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ source 'https://rubygems.org'
3
3
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 6.1.4' }
4
4
5
5
gemspec :path => '../'
6
+
7
+ gem 'nokogiri', '~> 1.16.7'
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.2 .0)
4
+ active_storage_validations (1.3 .0)
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
90
90
coderay (~> 1.1)
91
91
method_source (~> 1.0)
92
92
public_suffix (6.0.1)
93
- racc (1.8.0 )
93
+ racc (1.8.1 )
94
94
rack (2.2.9)
95
95
rack-test (2.1.0)
96
96
rack (>= 1.3)
134
134
PLATFORMS
135
135
arm64-darwin
136
136
ruby
137
+ x86_64-darwin
137
138
x86_64-darwin-19
138
139
x86_64-linux
139
140
@@ -147,6 +148,7 @@ DEPENDENCIES
147
148
marcel (>= 1.0.3)
148
149
mini_magick (>= 4.9.5)
149
150
minitest-focus (~> 1.4)
151
+ nokogiri (~> 1.16.7)
150
152
pry
151
153
ruby-vips (>= 2.1.0)
152
154
simplecov
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ source 'https://rubygems.org'
3
3
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 7.0.0' }
4
4
5
5
gemspec :path => '../'
6
+
7
+ gem 'nokogiri', '~> 1.16.7'
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.2 .0)
4
+ active_storage_validations (1.3 .0)
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
72
72
method_source (1.0.0)
73
73
mini_magick (4.11.0)
74
74
mini_mime (1.1.2)
75
- mini_portile2 (2.8.0 )
75
+ mini_portile2 (2.8.7 )
76
76
minitest (5.16.3)
77
77
minitest-focus (1.4.0)
78
78
minitest (>= 4, < 6)
79
- nokogiri (1.13.8)
80
- mini_portile2 (~> 2.8.0)
79
+ nokogiri (1.16.7)
80
+ mini_portile2 (~> 2.8.2)
81
+ racc (~> 1.4)
82
+ nokogiri (1.16.7-arm64-darwin)
83
+ racc (~> 1.4)
84
+ nokogiri (1.16.7-x86_64-darwin)
85
+ racc (~> 1.4)
86
+ nokogiri (1.16.7-x86_64-linux)
81
87
racc (~> 1.4)
82
88
pry (0.14.2)
83
89
coderay (~> 1.1)
84
90
method_source (~> 1.0)
85
91
public_suffix (6.0.0)
86
- racc (1.6.0 )
92
+ racc (1.8.1 )
87
93
rack (2.2.3)
88
94
rack-test (1.1.0)
89
95
rack (>= 1.0, < 3)
111
117
simplecov_json_formatter (0.1.4)
112
118
sqlite3 (1.7.3)
113
119
mini_portile2 (~> 2.8.0)
120
+ sqlite3 (1.7.3-arm64-darwin)
121
+ sqlite3 (1.7.3-x86_64-darwin)
122
+ sqlite3 (1.7.3-x86_64-linux)
114
123
thor (1.2.1)
115
124
tzinfo (2.0.5)
116
125
concurrent-ruby (~> 1.0)
121
130
zeitwerk (2.5.4)
122
131
123
132
PLATFORMS
133
+ arm64-darwin
124
134
ruby
135
+ x86_64-darwin
136
+ x86_64-linux
125
137
126
138
DEPENDENCIES
127
139
active_storage_validations!
@@ -133,6 +145,7 @@ DEPENDENCIES
133
145
marcel (>= 1.0.3)
134
146
mini_magick (>= 4.9.5)
135
147
minitest-focus (~> 1.4)
148
+ nokogiri (~> 1.16.7)
136
149
pry
137
150
ruby-vips (>= 2.1.0)
138
151
simplecov
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ source 'https://rubygems.org'
3
3
%w[activejob activemodel activestorage activesupport].each { |rails_subcomponent| gem rails_subcomponent, '~> 7.1.0' }
4
4
5
5
gemspec :path => '../'
6
+
7
+ gem 'nokogiri', '~> 1.16.7'
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.2 .0)
4
+ active_storage_validations (1.3 .0)
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
91
91
minitest-focus (1.4.0)
92
92
minitest (>= 4, < 6)
93
93
mutex_m (0.2.0)
94
- nokogiri (1.15.5 -arm64-darwin)
94
+ nokogiri (1.16.7 -arm64-darwin)
95
95
racc (~> 1.4)
96
- nokogiri (1.15.5 -x86_64-darwin)
96
+ nokogiri (1.16.7 -x86_64-darwin)
97
97
racc (~> 1.4)
98
- nokogiri (1.15.5 -x86_64-linux)
98
+ nokogiri (1.16.7 -x86_64-linux)
99
99
racc (~> 1.4)
100
100
pry (0.14.2)
101
101
coderay (~> 1.1)
158
158
zeitwerk (2.6.12)
159
159
160
160
PLATFORMS
161
+ arm64-darwin
161
162
arm64-darwin-22
163
+ x86_64-darwin
162
164
x86_64-darwin-21
163
165
x86_64-linux
164
166
@@ -172,6 +174,7 @@ DEPENDENCIES
172
174
marcel (>= 1.0.3)
173
175
mini_magick (>= 4.9.5)
174
176
minitest-focus (~> 1.4)
177
+ nokogiri (~> 1.16.7)
175
178
pry
176
179
ruby-vips (>= 2.1.0)
177
180
simplecov
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ source 'https://rubygems.org'
3
3
gem 'rails', git: 'https://github.com/rails/rails'
4
4
5
5
gemspec :path => '../'
6
+
7
+ gem 'nokogiri', '~> 1.16.7'
Original file line number Diff line number Diff line change 92
92
PATH
93
93
remote: ..
94
94
specs:
95
- active_storage_validations (1.2 .0)
95
+ active_storage_validations (1.3 .0)
96
96
activejob (>= 6.1.4)
97
97
activemodel (>= 6.1.4)
98
98
activestorage (>= 6.1.4)
@@ -154,18 +154,20 @@ GEM
154
154
net-protocol
155
155
timeout
156
156
nio4r (2.5.8)
157
- nokogiri (1.15.2 )
157
+ nokogiri (1.16.7 )
158
158
mini_portile2 (~> 2.8.2)
159
159
racc (~> 1.4)
160
- nokogiri (1.15.2-x86_64 -darwin)
160
+ nokogiri (1.16.7-arm64 -darwin)
161
161
racc (~> 1.4)
162
- nokogiri (1.15.2-x86_64-linux)
162
+ nokogiri (1.16.7-x86_64-darwin)
163
+ racc (~> 1.4)
164
+ nokogiri (1.16.7-x86_64-linux)
163
165
racc (~> 1.4)
164
166
pry (0.14.2)
165
167
coderay (~> 1.1)
166
168
method_source (~> 1.0)
167
169
public_suffix (6.0.0)
168
- racc (1.7.0 )
170
+ racc (1.8.1 )
169
171
rack (2.2.3)
170
172
rack-test (1.1.0)
171
173
rack (>= 1.0, < 3)
186
188
simplecov_json_formatter (0.1.4)
187
189
sqlite3 (1.7.3)
188
190
mini_portile2 (~> 2.8.0)
191
+ sqlite3 (1.7.3-arm64-darwin)
189
192
sqlite3 (1.7.3-x86_64-darwin)
190
193
sqlite3 (1.7.3-x86_64-linux)
191
194
strscan (3.0.1)
203
206
zeitwerk (2.5.4)
204
207
205
208
PLATFORMS
209
+ arm64-darwin
206
210
ruby
211
+ x86_64-darwin
207
212
x86_64-darwin-20
208
213
x86_64-linux
209
214
@@ -213,6 +218,7 @@ DEPENDENCIES
213
218
marcel (>= 1.0.3)
214
219
mini_magick (>= 4.9.5)
215
220
minitest-focus (~> 1.4)
221
+ nokogiri (~> 1.16.7)
216
222
pry
217
223
rails!
218
224
ruby-vips (>= 2.1.0)
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ActiveStorageValidations
4
- VERSION = '1.2 .0'
4
+ VERSION = '1.3 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments