Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PATH
remote: .
specs:
support_engine (0.1.4)
activesupport (< 8)
activesupport (< 9)
logger
zeitwerk

GEM
remote: https://rubygems.org/
specs:
activemodel (7.2.2.2)
activesupport (= 7.2.2.2)
activesupport (7.2.2.2)
activemodel (8.0.3)
activesupport (= 8.0.3)
activesupport (8.0.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -23,6 +23,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.3.1)
Expand Down Expand Up @@ -98,6 +99,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
uri (1.0.4)
zeitwerk (2.7.3)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion support_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.description = 'Shared libraries for Coditsu Quality Assurance tool'
spec.license = 'LGPL-3.0'

spec.add_dependency 'activesupport', '< 8'
spec.add_dependency 'activesupport', '< 9'
spec.add_dependency 'logger'
spec.add_dependency 'zeitwerk'

Expand Down
Loading