We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7414a commit d520219Copy full SHA for d520219
rails_admin.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
spec.add_dependency 'kaminari', '>= 0.14', '< 2.0'
12
spec.add_dependency 'nested_form', '~> 0.3'
13
spec.add_dependency 'rails', ['>= 6.0', '< 8']
14
- spec.add_dependency 'turbo-rails', '~> 1.0'
+ spec.add_dependency 'turbo-rails', ['>= 1.0', '< 3']
15
spec.add_development_dependency 'bundler', '>= 1.0'
16
spec.authors = ['Erik Michaels-Ober', 'Bogdan Gaza', 'Petteri Kaapa', 'Benoit Benezech', 'Mitsuhiro Shibuya']
17
spec.description = 'RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.'
0 commit comments