Skip to content

Commit 72651ef

Browse files
committed
Relax rspec-rails version requirement
Rails 7.2 removed the `fixture_path=` method which older rspec-rails versions rely on. Allowing rspec-rails >= 3.6 lets Bundler pick a compatible version for each Rails version in the test matrix.
1 parent 855258a commit 72651ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

activeadmin-searchable_select.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.add_development_dependency 'bundler', '>= 1.5'
2020
spec.add_development_dependency 'rake'
2121
spec.add_development_dependency 'appraisal', '~> 2.2'
22-
spec.add_development_dependency 'rspec-rails', '~> 3.6'
22+
spec.add_development_dependency 'rspec-rails', '>= 3.6'
2323
spec.add_development_dependency 'combustion', '~> 1.0'
2424
spec.add_development_dependency 'database_cleaner-active_record', '~> 2.1'
2525
spec.add_development_dependency 'sqlite3', '~> 1.3'

0 commit comments

Comments
 (0)