Skip to content

Commit 7532569

Browse files
committed
Update activesupport dependency '>= 5', '< 8'.
Fixes #75.
1 parent 7dc028f commit 7532569

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ PATH
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
200200
GEM
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)
@@ -336,10 +336,9 @@ GEM
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)

linter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)