Skip to content

Commit

Permalink
ease dependency for jquery-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Oct 21, 2015
1 parent 20d2e5f commit 552164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
]
s.add_dependency("rails", "~> 4.0")
s.add_dependency("jquery-rails", "~> 3.0")
s.add_dependency("jquery-ui-rails", "~> 4.0")
s.add_dependency("jquery-ui-rails", ">= 4.0")
s.add_development_dependency("yard")
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.markdown"]
s.homepage = %q{http://github.com/mbulat/plutus}
Expand Down

0 comments on commit 552164a

Please sign in to comment.