Skip to content

Commit

Permalink
Update devdependencies for Rails 7.1 compatibility
Browse files Browse the repository at this point in the history
rspec to fix Object#with - rspec/rspec-mocks#1530

database_cleaner to fix "undefined method `table_name' for ActiveRecord::SchemaMigration:Class"
  • Loading branch information
jdelStrother committed Jun 16, 2024
1 parent fda3d0a commit c5823b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thinking-sphinx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'appraisal', '~> 1.0.2'
s.add_development_dependency 'combustion', '~> 1.1'
s.add_development_dependency 'database_cleaner', '~> 1.6.0'
s.add_development_dependency 'rspec', '~> 3.7.0'
s.add_development_dependency 'database_cleaner', '~> 2.0.2'
s.add_development_dependency 'rspec', '~> 3.12.0'
s.add_development_dependency 'rspec-retry', '~> 0.5.6'
end

0 comments on commit c5823b5

Please sign in to comment.