Commit e59b0ea
mitchell.henke
Upgrade to Rails 7.1
* update gems
* remove unused gems
* remove configs with only comments
* remove secrets.yml
* set secret key base
* update puma
* update brakeman
* ruby
* remove tzinfo-data
* move secret_key_base to config
* gems
* add csv to Gemfile
* Add redis gem back after Bloomfilter upgrade removed it
* empty commit to trigger pipeline
* Update to include all timezones
* Add allow_other_hosts attribute to safe redirect
* Remove zonebie in favor of setting random timezones in test.rb
* WIP
Co-authored-by: davida marion <davida.marion@gsa.gov>
See merge request lg/identity-pki!251 parent 2c55673 commit e59b0ea
File tree
15 files changed
+222
-251
lines changed- app/controllers
- config
- environments
- initializers
- db
- spec
- support
15 files changed
+222
-251
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
42 | 43 | | |
43 | | - | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | | - | |
53 | 50 | | |
54 | | - | |
55 | | - | |
0 commit comments