Skip to content

Commit edce50e

Browse files
drop rails_next for now, and preparing for a new release
1 parent b155a0f commit edce50e

12 files changed

+10
-323
lines changed

.github/workflows/minitest.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- rails_7_1
1515
- rails_7_2
1616
- rails_8_0
17-
- rails_next
1817
image_processor:
1918
- vips
2019
- mini_magick
@@ -53,4 +52,3 @@ jobs:
5352

5453
- name: Run tests
5554
run: bundle exec rake test
56-
continue-on-error: ${{ matrix.gemfile == 'rails_next' }}

Gemfile.lock

+1-69
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_storage_validations (1.3.0)
4+
active_storage_validations (1.3.1)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)
@@ -11,32 +11,6 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.1.2)
15-
actionpack (= 7.1.2)
16-
activesupport (= 7.1.2)
17-
nio4r (~> 2.0)
18-
websocket-driver (>= 0.6.1)
19-
zeitwerk (~> 2.6)
20-
actionmailbox (7.1.2)
21-
actionpack (= 7.1.2)
22-
activejob (= 7.1.2)
23-
activerecord (= 7.1.2)
24-
activestorage (= 7.1.2)
25-
activesupport (= 7.1.2)
26-
mail (>= 2.7.1)
27-
net-imap
28-
net-pop
29-
net-smtp
30-
actionmailer (7.1.2)
31-
actionpack (= 7.1.2)
32-
actionview (= 7.1.2)
33-
activejob (= 7.1.2)
34-
activesupport (= 7.1.2)
35-
mail (~> 2.5, >= 2.5.4)
36-
net-imap
37-
net-pop
38-
net-smtp
39-
rails-dom-testing (~> 2.2)
4014
actionpack (7.1.2)
4115
actionview (= 7.1.2)
4216
activesupport (= 7.1.2)
@@ -47,13 +21,6 @@ GEM
4721
rack-test (>= 0.6.3)
4822
rails-dom-testing (~> 2.2)
4923
rails-html-sanitizer (~> 1.6)
50-
actiontext (7.1.2)
51-
actionpack (= 7.1.2)
52-
activerecord (= 7.1.2)
53-
activestorage (= 7.1.2)
54-
activesupport (= 7.1.2)
55-
globalid (>= 0.6.0)
56-
nokogiri (>= 1.8.5)
5724
actionview (7.1.2)
5825
activesupport (= 7.1.2)
5926
builder (~> 3.1)
@@ -101,7 +68,6 @@ GEM
10168
bigdecimal
10269
rexml
10370
crass (1.0.6)
104-
date (3.4.0)
10571
docile (1.4.1)
10672
drb (2.2.1)
10773
erubi (1.13.0)
@@ -122,32 +88,16 @@ GEM
12288
loofah (2.22.0)
12389
crass (~> 1.0.2)
12490
nokogiri (>= 1.12.0)
125-
mail (2.8.1)
126-
mini_mime (>= 0.1.1)
127-
net-imap
128-
net-pop
129-
net-smtp
13091
marcel (1.0.4)
13192
method_source (1.1.0)
13293
mini_magick (5.0.1)
133-
mini_mime (1.1.5)
13494
mini_portile2 (2.8.7)
13595
minitest (5.24.1)
13696
minitest-focus (1.4.0)
13797
minitest (>= 4, < 6)
13898
minitest-mock_expectations (1.2.0)
13999
minitest-stub_any_instance (1.0.3)
140100
mutex_m (0.2.0)
141-
net-imap (0.5.0)
142-
date
143-
net-protocol
144-
net-pop (0.1.2)
145-
net-protocol
146-
net-protocol (0.2.2)
147-
timeout
148-
net-smtp (0.5.0)
149-
net-protocol
150-
nio4r (2.7.4)
151101
nokogiri (1.16.7)
152102
mini_portile2 (~> 2.8.2)
153103
racc (~> 1.4)
@@ -172,20 +122,6 @@ GEM
172122
rackup (1.0.1)
173123
rack (< 3)
174124
webrick
175-
rails (7.1.2)
176-
actioncable (= 7.1.2)
177-
actionmailbox (= 7.1.2)
178-
actionmailer (= 7.1.2)
179-
actionpack (= 7.1.2)
180-
actiontext (= 7.1.2)
181-
actionview (= 7.1.2)
182-
activejob (= 7.1.2)
183-
activemodel (= 7.1.2)
184-
activerecord (= 7.1.2)
185-
activestorage (= 7.1.2)
186-
activesupport (= 7.1.2)
187-
bundler (>= 1.15.0)
188-
railties (= 7.1.2)
189125
rails-dom-testing (2.2.0)
190126
activesupport (>= 5.0.0)
191127
minitest
@@ -231,9 +167,6 @@ GEM
231167
crack (>= 0.3.2)
232168
hashdiff (>= 0.4.0, < 2.0.0)
233169
webrick (1.9.0)
234-
websocket-driver (0.7.6)
235-
websocket-extensions (>= 0.1.0)
236-
websocket-extensions (0.1.5)
237170
zeitwerk (2.6.16)
238171

239172
PLATFORMS
@@ -251,7 +184,6 @@ DEPENDENCIES
251184
minitest-mock_expectations (~> 1.2, >= 1.2.0)
252185
minitest-stub_any_instance (~> 1.0, >= 1.0.3)
253186
pry
254-
rails (= 7.1.2)
255187
ruby-vips (>= 2.1.0)
256188
simplecov
257189
sqlite3

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ To run tests in root folder of gem:
440440
* `BUNDLE_GEMFILE=gemfiles/rails_7_1.gemfile bundle exec rake test` to run for Rails 7.1
441441
* `BUNDLE_GEMFILE=gemfiles/rails_7_2.gemfile bundle exec rake test` to run for Rails 7.2
442442
* `BUNDLE_GEMFILE=gemfiles/rails_8_0.gemfile bundle exec rake test` to run for Rails 8.0
443-
* `BUNDLE_GEMFILE=gemfiles/rails_next.gemfile bundle exec rake test` to run for Rails main branch
444443

445444
Snippet to run in console:
446445

@@ -449,12 +448,10 @@ BUNDLE_GEMFILE=gemfiles/rails_7_0.gemfile bundle
449448
BUNDLE_GEMFILE=gemfiles/rails_7_1.gemfile bundle
450449
BUNDLE_GEMFILE=gemfiles/rails_7_2.gemfile bundle
451450
BUNDLE_GEMFILE=gemfiles/rails_8_0.gemfile bundle
452-
BUNDLE_GEMFILE=gemfiles/rails_next.gemfile bundle
453451
BUNDLE_GEMFILE=gemfiles/rails_7_0.gemfile bundle exec rake test
454452
BUNDLE_GEMFILE=gemfiles/rails_7_1.gemfile bundle exec rake test
455453
BUNDLE_GEMFILE=gemfiles/rails_7_2.gemfile bundle exec rake test
456454
BUNDLE_GEMFILE=gemfiles/rails_8_0.gemfile bundle exec rake test
457-
BUNDLE_GEMFILE=gemfiles/rails_next.gemfile bundle exec rake test
458455
```
459456

460457
Tips:

build.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
BUNDLE_GEMFILE=gemfiles/rails_next.gemfile bundle
21
BUNDLE_GEMFILE=gemfiles/rails_6_1_4.gemfile bundle
3-
BUNDLE_GEMFILE=gemfiles/rails_6_0.gemfile bundle
42
BUNDLE_GEMFILE=gemfiles/rails_7_0.gemfile bundle
3+
BUNDLE_GEMFILE=gemfiles/rails_7_1.gemfile bundle
4+
BUNDLE_GEMFILE=gemfiles/rails_7_2.gemfile bundle
5+
BUNDLE_GEMFILE=gemfiles/rails_8_0.gemfile bundle
56
rm *.gem
67
rm -fr test/dummy/log/*.log
78
rm -fr test/dummy/tmp/cache

gemfiles/rails_6_1_4.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.3.0)
4+
active_storage_validations (1.3.1)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.3.0)
4+
active_storage_validations (1.3.1)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.3.0)
4+
active_storage_validations (1.3.1)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_7_2.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.3.0)
4+
active_storage_validations (1.3.1)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_8_0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
active_storage_validations (1.3.0)
4+
active_storage_validations (1.3.1)
55
activejob (>= 6.1.4)
66
activemodel (>= 6.1.4)
77
activestorage (>= 6.1.4)

gemfiles/rails_next.gemfile

-7
This file was deleted.

0 commit comments

Comments
 (0)