Skip to content

Commit

Permalink
Include Jbuilder in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klaseskilson committed Jul 27, 2018
1 parent 74cdad2 commit 6f25691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions administrate-field-belongs_to_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -z -- {spec}/*`.split("\x0")

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

Expand Down

0 comments on commit 6f25691

Please sign in to comment.