add jquery_ui to gemfile

This commit is contained in:
Devin Howard 2015-09-10 22:13:10 +08:00 committed by Connor Turland
parent 371851cb89
commit 7b199983d8
2 changed files with 4 additions and 0 deletions

View file

@ -39,6 +39,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

@ -87,6 +87,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)
@ -186,6 +188,7 @@ DEPENDENCIES
formula
jbuilder
jquery-rails
jquery-ui-rails
json
kaminari
paperclip