Skip to content

Commit

Permalink
Don't use semantically version requirement for jquery-rails
Browse files Browse the repository at this point in the history
'gem build' doesn't like it :-/
  • Loading branch information
mschnitzer committed Mar 11, 2019
1 parent 12ec13a commit c43c76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbox2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
'*.md',
]

s.add_dependency 'jquery-rails', '>= 3.1.3'
s.add_dependency 'jquery-rails', '~> 3.1', '>= 3.1.3'
end

0 comments on commit c43c76a

Please sign in to comment.