add jquery_ui to gemfile

This commit is contained in:
Devin Howard 2015-09-10 22:13:10 +08:00
parent dc51d0080e
commit 8cf8277573
2 changed files with 4 additions and 0 deletions

View file

@ -38,6 +38,7 @@ group :production do #this is used on heroku
end
gem 'jquery-rails'
gem 'jquery-ui-rails'
# To use Jbuilder templates for JSON
gem 'jbuilder'

View file

@ -86,6 +86,8 @@ GEM
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (1.8.3)
kaminari (0.16.3)
actionpack (>= 3.0.0)
@ -184,6 +186,7 @@ DEPENDENCIES
formula
jbuilder
jquery-rails
jquery-ui-rails
json
kaminari
paperclip