Skip to content

Commit

Permalink
Merge pull request #1 from Teamtailor/masv-patch-1
Browse files Browse the repository at this point in the history
Loosen Rails version constraint
  • Loading branch information
masv authored May 30, 2023
2 parents 0424ce6 + 7c4021d commit 770f02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrate-field-belongs_to_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'administrate', '>= 0.3', '< 1.0'
gem.add_dependency 'jbuilder', '~> 2'
gem.add_dependency 'rails', '>= 4.2', '< 7.0'
gem.add_dependency 'rails', '>= 4.2', '< 7.1'
gem.add_dependency 'selectize-rails', '~> 0.6'

gem.add_development_dependency 'coveralls', '~> 0'
Expand Down

0 comments on commit 770f02c

Please sign in to comment.