Skip to content

Commit

Permalink
Merge pull request #1662 from bgeuken/jquery_datatables
Browse files Browse the repository at this point in the history
[webui] Update jquery-datatables-rails gem
  • Loading branch information
mdeniz committed Mar 30, 2016
2 parents cfd2a1f + d6a2adb commit 95f240f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ group :assets do
# to use sass in the asset pipeline
gem 'sass-rails', '~> 5.0.1'
# assets for jQuery DataTables
gem 'jquery-datatables-rails', '~> 1.12.2' # version 3 needs henne's new webui
gem 'jquery-datatables-rails'
# assets for the text editor
gem 'codemirror-rails'
# assets for jQuery tokeninput
Expand Down
2 changes: 1 addition & 1 deletion src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ DEPENDENCIES
font-awesome-rails
haml
hoptoad_notifier (~> 2.3)
jquery-datatables-rails (~> 1.12.2)
jquery-datatables-rails
jquery-rails
jquery-ui-rails (~> 4.2.1)
jquery_mobile_rails
Expand Down

0 comments on commit 95f240f

Please sign in to comment.