summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-26 01:59:57 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-26 01:59:57 +0200
commitc06723ee715512c2033c7786c48f15674585b56b (patch)
tree46d074bde9a4fc61f0a76cbc601007ed4412ec61 /Gemfile.lock
parent0818a3057b0a91e422158d828026c941b4e10622 (diff)
Stage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2
- routing-filter 0.6.3 -> 0.7.0 (Rails 6.1 compatibility) - RSS named routes rss_xml/rss_rdf added - RouteWithParams workarounds: will_paginate_patch, content_path shim, safe_path helper - Paperclip removed, replaced with FileAttachment concern (preserves URL scheme) - Assets resource moved to /admin/assets (Sprockets middleware conflict) - ApplicationRecord base class added, all models migrated - Strong parameters added to Assets, Occurrences, Events, MenuItems controllers - update_attributes -> update throughout - render :nothing -> head :ok/:not_found throughout - language_selector rewritten (removes :overwrite_params) - Environment files updated for Rails 6.1 (eager_load, public_file_server, ActionMailer) - Arel::Visitors::DepthFirst and Integer/Float duration patches removed from test_helper - AssetsController tests added (10 tests covering upload, variants, destroy, auth) - ImageMagick geometry: 460x250! for headline crop (not # which is invalid in IM6) 129 runs, 311 assertions, 5 failures (all pre-existing), 0 errors
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock230
1 files changed, 117 insertions, 113 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 74b71e7..d8294bd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,59 +8,73 @@ GIT
8GEM 8GEM
9 remote: https://rubygems.org/ 9 remote: https://rubygems.org/
10 specs: 10 specs:
11 actioncable (5.2.8.1) 11 actioncable (6.1.7.10)
12 actionpack (= 5.2.8.1) 12 actionpack (= 6.1.7.10)
13 activesupport (= 6.1.7.10)
13 nio4r (~> 2.0) 14 nio4r (~> 2.0)
14 websocket-driver (>= 0.6.1) 15 websocket-driver (>= 0.6.1)
15 actionmailer (5.2.8.1) 16 actionmailbox (6.1.7.10)
16 actionpack (= 5.2.8.1) 17 actionpack (= 6.1.7.10)
17 actionview (= 5.2.8.1) 18 activejob (= 6.1.7.10)
18 activejob (= 5.2.8.1) 19 activerecord (= 6.1.7.10)
20 activestorage (= 6.1.7.10)
21 activesupport (= 6.1.7.10)
22 mail (>= 2.7.1)
23 actionmailer (6.1.7.10)
24 actionpack (= 6.1.7.10)
25 actionview (= 6.1.7.10)
26 activejob (= 6.1.7.10)
27 activesupport (= 6.1.7.10)
19 mail (~> 2.5, >= 2.5.4) 28 mail (~> 2.5, >= 2.5.4)
20 rails-dom-testing (~> 2.0) 29 rails-dom-testing (~> 2.0)
21 actionpack (5.2.8.1) 30 actionpack (6.1.7.10)
22 actionview (= 5.2.8.1) 31 actionview (= 6.1.7.10)
23 activesupport (= 5.2.8.1) 32 activesupport (= 6.1.7.10)
24 rack (~> 2.0, >= 2.0.8) 33 rack (~> 2.0, >= 2.0.9)
25 rack-test (>= 0.6.3) 34 rack-test (>= 0.6.3)
26 rails-dom-testing (~> 2.0) 35 rails-dom-testing (~> 2.0)
27 rails-html-sanitizer (~> 1.0, >= 1.0.2) 36 rails-html-sanitizer (~> 1.0, >= 1.2.0)
28 actionview (5.2.8.1) 37 actiontext (6.1.7.10)
29 activesupport (= 5.2.8.1) 38 actionpack (= 6.1.7.10)
39 activerecord (= 6.1.7.10)
40 activestorage (= 6.1.7.10)
41 activesupport (= 6.1.7.10)
42 nokogiri (>= 1.8.5)
43 actionview (6.1.7.10)
44 activesupport (= 6.1.7.10)
30 builder (~> 3.1) 45 builder (~> 3.1)
31 erubi (~> 1.4) 46 erubi (~> 1.4)
32 rails-dom-testing (~> 2.0) 47 rails-dom-testing (~> 2.0)
33 rails-html-sanitizer (~> 1.0, >= 1.0.3) 48 rails-html-sanitizer (~> 1.1, >= 1.2.0)
34 activejob (5.2.8.1) 49 activejob (6.1.7.10)
35 activesupport (= 5.2.8.1) 50 activesupport (= 6.1.7.10)
36 globalid (>= 0.3.6) 51 globalid (>= 0.3.6)
37 activemodel (5.2.8.1) 52 activemodel (6.1.7.10)
38 activesupport (= 5.2.8.1) 53 activesupport (= 6.1.7.10)
39 activerecord (5.2.8.1) 54 activerecord (6.1.7.10)
40 activemodel (= 5.2.8.1) 55 activemodel (= 6.1.7.10)
41 activesupport (= 5.2.8.1) 56 activesupport (= 6.1.7.10)
42 arel (>= 9.0) 57 activestorage (6.1.7.10)
43 activestorage (5.2.8.1) 58 actionpack (= 6.1.7.10)
44 actionpack (= 5.2.8.1) 59 activejob (= 6.1.7.10)
45 activerecord (= 5.2.8.1) 60 activerecord (= 6.1.7.10)
46 marcel (~> 1.0.0) 61 activesupport (= 6.1.7.10)
47 activesupport (5.2.8.1) 62 marcel (~> 1.0)
63 mini_mime (>= 1.1.0)
64 activesupport (6.1.7.10)
48 concurrent-ruby (~> 1.0, >= 1.0.2) 65 concurrent-ruby (~> 1.0, >= 1.0.2)
49 i18n (>= 0.7, < 2) 66 i18n (>= 1.6, < 2)
50 minitest (~> 5.1) 67 minitest (>= 5.1)
51 tzinfo (~> 1.1) 68 tzinfo (~> 2.0)
52 acts-as-taggable-on (6.5.0) 69 zeitwerk (~> 2.3)
53 activerecord (>= 5.0, < 6.1) 70 acts-as-taggable-on (7.0.0)
71 activerecord (>= 5.0, < 6.2)
54 acts_as_list (1.1.0) 72 acts_as_list (1.1.0)
55 activerecord (>= 4.2) 73 activerecord (>= 4.2)
56 arel (9.0.0)
57 awesome_nested_set (3.4.0) 74 awesome_nested_set (3.4.0)
58 activerecord (>= 4.0.0, < 7.0) 75 activerecord (>= 4.0.0, < 7.0)
59 base64 (0.3.0) 76 base64 (0.3.0)
60 builder (3.3.0) 77 builder (3.3.0)
61 climate_control (0.2.0)
62 cocaine (0.5.8)
63 climate_control (>= 0.0.3, < 1.0)
64 coffee-rails (4.2.2) 78 coffee-rails (4.2.2)
65 coffee-script (>= 2.2.0) 79 coffee-script (>= 2.2.0)
66 railties (>= 4.0.0) 80 railties (>= 4.0.0)
@@ -68,8 +82,8 @@ GEM
68 coffee-script-source 82 coffee-script-source
69 execjs 83 execjs
70 coffee-script-source (1.12.2) 84 coffee-script-source (1.12.2)
71 concurrent-ruby (1.3.7) 85 concurrent-ruby (1.3.4)
72 crass (1.0.6) 86 crass (1.0.7)
73 digest (3.2.1) 87 digest (3.2.1)
74 erubi (1.13.1) 88 erubi (1.13.1)
75 exception_notification (4.6.0) 89 exception_notification (4.6.0)
@@ -79,9 +93,9 @@ GEM
79 ffi (1.17.4) 93 ffi (1.17.4)
80 globalid (1.1.0) 94 globalid (1.1.0)
81 activesupport (>= 5.0) 95 activesupport (>= 5.0)
82 globalize (5.2.0) 96 globalize (6.3.0)
83 activemodel (>= 4.2, < 5.3) 97 activemodel (>= 4.2, < 7.2)
84 activerecord (>= 4.2, < 5.3) 98 activerecord (>= 4.2, < 7.2)
85 request_store (~> 1.0) 99 request_store (~> 1.0)
86 i18n (1.14.8) 100 i18n (1.14.8)
87 concurrent-ruby (~> 1.0) 101 concurrent-ruby (~> 1.0)
@@ -92,24 +106,20 @@ GEM
92 thor (>= 0.14, < 2.0) 106 thor (>= 0.14, < 2.0)
93 libxml-ruby (3.2.4) 107 libxml-ruby (3.2.4)
94 logger (1.7.0) 108 logger (1.7.0)
95 loofah (2.20.0) 109 loofah (2.25.1)
96 crass (~> 1.0.2) 110 crass (~> 1.0.2)
97 nokogiri (>= 1.5.9) 111 nokogiri (>= 1.12.0)
98 mail (2.9.0) 112 mail (2.9.0)
99 logger 113 logger
100 mini_mime (>= 0.1.1) 114 mini_mime (>= 0.1.1)
101 net-imap 115 net-imap
102 net-pop 116 net-pop
103 net-smtp 117 net-smtp
104 marcel (1.0.4) 118 marcel (1.2.1)
105 method_source (1.1.0) 119 method_source (1.1.0)
106 mime-types (3.7.0)
107 logger
108 mime-types-data (~> 3.2025, >= 3.2025.0507)
109 mime-types-data (3.2026.0414)
110 mini_mime (1.1.2) 120 mini_mime (1.1.2)
111 mini_portile2 (2.4.0) 121 mini_portile2 (2.8.9)
112 minitest (5.15.0) 122 minitest (5.26.1)
113 net-imap (0.2.2) 123 net-imap (0.2.2)
114 digest 124 digest
115 net-protocol 125 net-protocol
@@ -123,31 +133,30 @@ GEM
123 digest 133 digest
124 net-protocol 134 net-protocol
125 timeout 135 timeout
126 nio4r (2.7.3) 136 nio4r (2.7.5)
127 nokogiri (1.10.10) 137 nokogiri (1.15.7)
128 mini_portile2 (~> 2.4.0) 138 mini_portile2 (~> 2.8.2)
129 paperclip (3.5.4) 139 racc (~> 1.4)
130 activemodel (>= 3.0.0)
131 activesupport (>= 3.0.0)
132 cocaine (~> 0.5.3)
133 mime-types
134 pg (1.5.9) 140 pg (1.5.9)
135 power_assert (3.0.1) 141 power_assert (3.0.1)
142 racc (1.8.1)
136 rack (2.2.23) 143 rack (2.2.23)
137 rack-test (2.2.0) 144 rack-test (2.2.0)
138 rack (>= 1.3) 145 rack (>= 1.3)
139 rails (5.2.8.1) 146 rails (6.1.7.10)
140 actioncable (= 5.2.8.1) 147 actioncable (= 6.1.7.10)
141 actionmailer (= 5.2.8.1) 148 actionmailbox (= 6.1.7.10)
142 actionpack (= 5.2.8.1) 149 actionmailer (= 6.1.7.10)
143 actionview (= 5.2.8.1) 150 actionpack (= 6.1.7.10)
144 activejob (= 5.2.8.1) 151 actiontext (= 6.1.7.10)
145 activemodel (= 5.2.8.1) 152 actionview (= 6.1.7.10)
146 activerecord (= 5.2.8.1) 153 activejob (= 6.1.7.10)
147 activestorage (= 5.2.8.1) 154 activemodel (= 6.1.7.10)
148 activesupport (= 5.2.8.1) 155 activerecord (= 6.1.7.10)
149 bundler (>= 1.3.0) 156 activestorage (= 6.1.7.10)
150 railties (= 5.2.8.1) 157 activesupport (= 6.1.7.10)
158 bundler (>= 1.15.0)
159 railties (= 6.1.7.10)
151 sprockets-rails (>= 2.0.0) 160 sprockets-rails (>= 2.0.0)
152 rails-controller-testing (1.0.5) 161 rails-controller-testing (1.0.5)
153 actionpack (>= 5.0.1.rc1) 162 actionpack (>= 5.0.1.rc1)
@@ -157,51 +166,47 @@ GEM
157 activesupport (>= 5.0.0) 166 activesupport (>= 5.0.0)
158 minitest 167 minitest
159 nokogiri (>= 1.6) 168 nokogiri (>= 1.6)
160 rails-html-sanitizer (1.4.4) 169 rails-html-sanitizer (1.7.0)
161 loofah (~> 2.19, >= 2.19.1) 170 loofah (~> 2.25)
162 railties (5.2.8.1) 171 nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
163 actionpack (= 5.2.8.1) 172 railties (6.1.7.10)
164 activesupport (= 5.2.8.1) 173 actionpack (= 6.1.7.10)
174 activesupport (= 6.1.7.10)
165 method_source 175 method_source
166 rake (>= 0.8.7) 176 rake (>= 12.2)
167 thor (>= 0.19.0, < 2.0) 177 thor (~> 1.0)
168 rake (13.4.2) 178 rake (13.4.2)
169 rb-fsevent (0.11.2)
170 rb-inotify (0.11.1)
171 ffi (~> 1.0)
172 request_store (1.7.0) 179 request_store (1.7.0)
173 rack (>= 1.4) 180 rack (>= 1.4)
174 routing-filter (0.6.3) 181 routing-filter (0.7.0)
175 actionpack (>= 4.2) 182 actionpack (>= 6.1)
176 activesupport (>= 4.2) 183 activesupport (>= 6.1)
177 sass (3.7.4) 184 sass-rails (6.0.0)
178 sass-listen (~> 4.0.0) 185 sassc-rails (~> 2.1, >= 2.1.1)
179 sass-listen (4.0.0) 186 sassc (2.4.0)
180 rb-fsevent (~> 0.9, >= 0.9.4) 187 ffi (~> 1.9)
181 rb-inotify (~> 0.9, >= 0.9.7) 188 sassc-rails (2.1.2)
182 sass-rails (5.1.0) 189 railties (>= 4.0.0)
183 railties (>= 5.2.0) 190 sassc (>= 2.0)
184 sass (~> 3.1) 191 sprockets (> 3.0)
185 sprockets (>= 2.8, < 4.0) 192 sprockets-rails
186 sprockets-rails (>= 2.0, < 4.0) 193 tilt
187 tilt (>= 1.1, < 3) 194 sprockets (4.2.2)
188 sprockets (3.7.5)
189 base64
190 concurrent-ruby (~> 1.0) 195 concurrent-ruby (~> 1.0)
191 rack (> 1, < 3) 196 logger
192 sprockets-rails (3.4.2) 197 rack (>= 2.2.4, < 4)
193 actionpack (>= 5.2) 198 sprockets-rails (3.5.2)
194 activesupport (>= 5.2) 199 actionpack (>= 6.1)
200 activesupport (>= 6.1)
195 sprockets (>= 3.0.0) 201 sprockets (>= 3.0.0)
196 strscan (3.1.8) 202 strscan (3.1.8)
197 test-unit (3.7.8) 203 test-unit (3.7.8)
198 power_assert 204 power_assert
199 thor (1.2.2) 205 thor (1.2.2)
200 thread_safe (0.3.6)
201 tilt (2.7.0) 206 tilt (2.7.0)
202 timeout (0.4.0) 207 timeout (0.4.0)
203 tzinfo (1.2.11) 208 tzinfo (2.0.6)
204 thread_safe (~> 0.1) 209 concurrent-ruby (~> 1.0)
205 uglifier (4.2.1) 210 uglifier (4.2.1)
206 execjs (>= 0.3.0, < 3) 211 execjs (>= 0.3.0, < 3)
207 unicorn (1.1.7) 212 unicorn (1.1.7)
@@ -211,33 +216,32 @@ GEM
211 websocket-extensions (>= 0.1.0) 216 websocket-extensions (>= 0.1.0)
212 websocket-extensions (0.1.5) 217 websocket-extensions (0.1.5)
213 will_paginate (3.3.1) 218 will_paginate (3.3.1)
219 zeitwerk (2.6.18)
214 220
215PLATFORMS 221PLATFORMS
216 ruby 222 ruby
217 223
218DEPENDENCIES 224DEPENDENCIES
219 acts-as-taggable-on (~> 6.0) 225 acts-as-taggable-on (~> 7.0)
220 acts_as_list 226 acts_as_list
221 awesome_nested_set (~> 3.4.0) 227 awesome_nested_set (~> 3.4.0)
222 chaos_calendar! 228 chaos_calendar!
223 coffee-rails (~> 4.0) 229 coffee-rails (~> 4.0)
230 concurrent-ruby (= 1.3.4)
224 exception_notification (~> 4.5) 231 exception_notification (~> 4.5)
225 globalize (~> 5.2.0) 232 globalize (~> 6.0)
226 jquery-rails 233 jquery-rails
227 libxml-ruby (~> 3.2) 234 libxml-ruby (~> 3.2)
228 loofah (~> 2.20.0) 235 nokogiri (~> 1.13)
229 nokogiri (~> 1.10.10)
230 paperclip (~> 3.5)
231 pg (~> 1.0) 236 pg (~> 1.0)
232 rails (= 5.2.8.1) 237 rails (= 6.1.7.10)
233 rails-controller-testing 238 rails-controller-testing
234 rails-html-sanitizer (~> 1.4.4) 239 routing-filter (~> 0.7.0)
235 routing-filter (~> 0.6) 240 sass-rails (~> 6.0)
236 sass-rails (~> 5.0)
237 test-unit (~> 3.5) 241 test-unit (~> 3.5)
238 uglifier (>= 1.0.3) 242 uglifier (>= 1.0.3)
239 unicorn (~> 1.1) 243 unicorn (~> 1.1)
240 will_paginate (~> 3.0) 244 will_paginate (~> 3.0)
241 245
242BUNDLED WITH 246BUNDLED WITH
243 2.3.27 247 2.4.22