Skip to content

Commit 5653b37

Browse files
committed
Update gemspec to allow turbo-rails version 2
1 parent af7414a commit 5653b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_admin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.add_dependency 'kaminari', '>= 0.14', '< 2.0'
1212
spec.add_dependency 'nested_form', '~> 0.3'
1313
spec.add_dependency 'rails', ['>= 6.0', '< 8']
14-
spec.add_dependency 'turbo-rails', '~> 1.0'
14+
spec.add_dependency 'turbo-rails', ['~> 1.0', '< 3.0']
1515
spec.add_development_dependency 'bundler', '>= 1.0'
1616
spec.authors = ['Erik Michaels-Ober', 'Bogdan Gaza', 'Petteri Kaapa', 'Benoit Benezech', 'Mitsuhiro Shibuya']
1717
spec.description = 'RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.'

0 commit comments

Comments
 (0)