Skip to content

Commit

Permalink
chore: Adjust activerecord to bottom limit of 6.1
Browse files Browse the repository at this point in the history
The bundle would install activerecord 3.2 without this constraint.
  • Loading branch information
kaylareopelle committed Aug 12, 2024
1 parent 79d3c1c commit 0a147d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-helpers-sql-obfuscation'
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.22.1'

spec.add_development_dependency 'activerecord', '< 7.2.0', '> 6.1.0'
spec.add_development_dependency 'activerecord', '> 6.1.0'
spec.add_development_dependency 'appraisal', '~> 2.5'
spec.add_development_dependency 'bundler', '~> 2.4'
spec.add_development_dependency 'minitest', '~> 5.0'
Expand Down

0 comments on commit 0a147d6

Please sign in to comment.