mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added dataTables for matches and tournaments.
This commit is contained in:
20
Gemfile.lock
20
Gemfile.lock
@@ -1,3 +1,13 @@
|
||||
GIT
|
||||
remote: git://github.com/rweng/jquery-datatables-rails.git
|
||||
revision: db17aa0145164095b2b21f83f1ef7ccf91b9ea54
|
||||
specs:
|
||||
jquery-datatables-rails (3.1.1)
|
||||
actionpack (>= 3.1)
|
||||
jquery-rails
|
||||
railties (>= 3.1)
|
||||
sass-rails
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@@ -74,6 +84,11 @@ GEM
|
||||
rails-dom-testing (~> 1.0)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
jquery-turbolinks (2.1.0)
|
||||
railties (>= 3.1.0)
|
||||
turbolinks
|
||||
jquery-ui-rails (5.0.3)
|
||||
railties (>= 3.2.16)
|
||||
json (1.8.2)
|
||||
loofah (2.0.1)
|
||||
nokogiri (>= 1.5.9)
|
||||
@@ -135,7 +150,7 @@ GEM
|
||||
sdoc (0.4.1)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
rdoc (~> 4.0)
|
||||
spring (1.3.0)
|
||||
spring (1.3.1)
|
||||
sprockets (2.12.3)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
@@ -169,7 +184,10 @@ DEPENDENCIES
|
||||
delayed_job_active_record
|
||||
devise
|
||||
jbuilder (~> 2.0)
|
||||
jquery-datatables-rails!
|
||||
jquery-rails
|
||||
jquery-turbolinks
|
||||
jquery-ui-rails
|
||||
mysql2
|
||||
pg
|
||||
rails (= 4.2.0)
|
||||
|
||||
Reference in New Issue
Block a user