mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 13:43:48 +00:00
Removed delayed job and generate matches
This commit is contained in:
28
Gemfile.lock
28
Gemfile.lock
@@ -1,6 +1,6 @@
|
||||
GIT
|
||||
remote: git://github.com/rweng/jquery-datatables-rails.git
|
||||
revision: db17aa0145164095b2b21f83f1ef7ccf91b9ea54
|
||||
revision: 2fed0538ecdeaeb6e36651e36e329b0a595f7fac
|
||||
specs:
|
||||
jquery-datatables-rails (3.1.1)
|
||||
actionpack (>= 3.1)
|
||||
@@ -58,12 +58,7 @@ GEM
|
||||
coffee-script (2.3.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.9.0)
|
||||
delayed_job (4.0.6)
|
||||
activesupport (>= 3.0, < 5.0)
|
||||
delayed_job_active_record (4.0.3)
|
||||
activerecord (>= 3.0, < 5.0)
|
||||
delayed_job (>= 3.0, < 4.1)
|
||||
coffee-script-source (1.9.1)
|
||||
devise (3.4.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
@@ -72,12 +67,12 @@ GEM
|
||||
thread_safe (~> 0.1)
|
||||
warden (~> 1.2.3)
|
||||
erubis (2.7.0)
|
||||
execjs (2.3.0)
|
||||
globalid (0.3.2)
|
||||
execjs (2.4.0)
|
||||
globalid (0.3.3)
|
||||
activesupport (>= 4.1.0)
|
||||
hike (1.2.3)
|
||||
i18n (0.7.0)
|
||||
jbuilder (2.2.6)
|
||||
jbuilder (2.2.11)
|
||||
activesupport (>= 3.0.0, < 5)
|
||||
multi_json (~> 1.2)
|
||||
jquery-rails (4.0.3)
|
||||
@@ -94,8 +89,8 @@ GEM
|
||||
mime-types (2.4.3)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.5.1)
|
||||
multi_json (1.10.1)
|
||||
mysql2 (0.3.17)
|
||||
multi_json (1.11.0)
|
||||
mysql2 (0.3.18)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
orm_adapter (0.5.0)
|
||||
@@ -120,7 +115,7 @@ GEM
|
||||
activesupport (>= 4.2.0.beta, < 5.0)
|
||||
nokogiri (~> 1.6.0)
|
||||
rails-deprecated_sanitizer (>= 1.0.1)
|
||||
rails-html-sanitizer (1.0.1)
|
||||
rails-html-sanitizer (1.0.2)
|
||||
loofah (~> 2.0)
|
||||
rails_12factor (0.0.3)
|
||||
rails_serve_static_assets
|
||||
@@ -147,7 +142,7 @@ GEM
|
||||
sdoc (0.4.1)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
rdoc (~> 4.0)
|
||||
spring (1.3.1)
|
||||
spring (1.3.3)
|
||||
sprockets (2.12.3)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
@@ -159,13 +154,13 @@ GEM
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sqlite3 (1.3.10)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.4)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
turbolinks (2.5.3)
|
||||
coffee-rails
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (2.7.0)
|
||||
uglifier (2.7.1)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
warden (1.2.3)
|
||||
@@ -178,7 +173,6 @@ DEPENDENCIES
|
||||
bootstrap-sass (= 2.3.2.0)
|
||||
cancan
|
||||
coffee-rails (~> 4.0.0)
|
||||
delayed_job_active_record
|
||||
devise
|
||||
jbuilder (~> 2.0)
|
||||
jquery-datatables-rails!
|
||||
|
||||
Reference in New Issue
Block a user