Commit eef6abd
authored
Upgrade to rails 7 (#760)
* Add a Geocoder spec stub
fix a broken test for Checkin::Creator due to Position not saving without a location
* pin countries gem, add explicit sprockets-rails
* bundle update --conservative
fix spec: use allow_blank rather than conditional validation
* pin versions that tried major upgrade
* rename shared example to avoid load warning
* udpate rails to 6.1.7.8
* enable zeitwerk mode (explicitly)
* load 6.1 defaults explicitly
* loosen some patch level restrictions
* regenerate mongoid config
* mongoid 7.5.4
* update mongoid to rails 7.1 compatible version
* rails 7.1 (gem - no app:update yet)
* rails app:update & most 7.1 defaults enabled
* unpin temporary gem versions
* remove duplicate test - covered by fiveable shared example
* remove warning gem
* put simplecov back in bin/rails
* put sprockets require back
* standardrb --fix
* put filtered parameter back in config
* don't need to eager load lib anymore
* development env config
remove old options, clean
* production env config
* test env config
* Enable all 7.1 framework defaults EXCEPT rolling deploy related
* enable 7.1 defaults
* standardrb --fix1 parent 70e58e7 commit eef6abd
File tree
27 files changed
+788
-271
lines changed- backend
- app
- models
- checkin
- serializers/api/v1
- bin
- config
- environments
- initializers
- spec
- models
- checkin
- services/checkin
27 files changed
+788
-271
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments