Skip to content

Commit

Permalink
Add jquery-rails gem as a dependency
Browse files Browse the repository at this point in the history
jQuery is required for this gem to work.
  • Loading branch information
Manuel Schnitzer committed Mar 11, 2019
1 parent 610ce42 commit a128747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightbox2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ Gem::Specification.new do |s|
'vendor/**/*',
'*.md',
]

s.add_runtime_dependency 'jquery-rails', '~> 2.0', '>= 2.0.0'
end

0 comments on commit a128747

Please sign in to comment.