File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 173173 remote: .
174174 specs:
175175 linter (3.15.1 )
176- activesupport (~> 5.0 )
176+ activesupport (>= 5 , < 8 )
177177 equivalent-xml
178178 erubis (~> 2.7 )
179179 haml (~> 5.2 )
@@ -200,11 +200,11 @@ PATH
200200GEM
201201 remote: http://rubygems.org/
202202 specs:
203- activesupport (5.2.8 .1 )
203+ activesupport (7.0.4 .1 )
204204 concurrent-ruby (~> 1.0 , >= 1.0.2 )
205- i18n (>= 0.7 , < 2 )
206- minitest (~> 5.1 )
207- tzinfo (~> 1.1 )
205+ i18n (>= 1.6 , < 2 )
206+ minitest (>= 5.1 )
207+ tzinfo (~> 2.0 )
208208 addressable (2.8.1 )
209209 public_suffix (>= 2.0.2 , < 6.0 )
210210 amazing_print (1.4.0 )
336336 rdf (~> 3.2 )
337337 syntax (1.2.2 )
338338 temple (0.9.1 )
339- thread_safe (0.3.6 )
340339 tilt (2.0.11 )
341- tzinfo (1.2.10 )
342- thread_safe (~> 0.1 )
340+ tzinfo (2.0.5 )
341+ concurrent-ruby (~> 1.0 )
343342 uglifier (4.2.0 )
344343 execjs (>= 0.3.0 , < 3 )
345344 unf (0.1.4 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
2020
2121 gem . required_ruby_version = '>= 3.0'
2222 gem . requirements = [ ]
23- gem . add_runtime_dependency 'activesupport' , '~> 5.0 '
23+ gem . add_runtime_dependency 'activesupport' , '>= 5' , '< 8 '
2424 gem . add_runtime_dependency 'equivalent-xml'
2525 gem . add_runtime_dependency 'erubis' , '~> 2.7'
2626 gem . add_runtime_dependency 'haml' , '~> 5.2'
You can’t perform that action at this time.
0 commit comments