Skip to content

Commit

Permalink
fix fixture issues with rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAliIbrahim committed Aug 28, 2024
1 parent acab1f5 commit 3c364c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome_nested_set.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry'
s.add_development_dependency 'pry-nav'
s.add_development_dependency 'rake', '~> 13'
s.add_development_dependency 'rspec-rails', '~> 4.0.0'
s.add_development_dependency 'rspec-rails', '>= 4.0.0', '<= 6.2'
end

0 comments on commit 3c364c9

Please sign in to comment.