Commit 106764ab authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

update gems. remove console.log

parent 89a1e7e1
...@@ -76,7 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup' ...@@ -76,7 +76,7 @@ gem "github-markup", "~> 0.7.4", require: 'github/markup'
gem "asciidoctor" gem "asciidoctor"
# Servers # Servers
gem "puma", '~> 2.0.1' gem "puma", '~> 2.1.1'
# State machine # State machine
gem "state_machine" gem "state_machine"
...@@ -168,7 +168,7 @@ group :development, :test do ...@@ -168,7 +168,7 @@ group :development, :test do
gem 'factory_girl_rails' gem 'factory_girl_rails'
# Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
gem 'minitest' gem 'minitest', '~> 4.7.0'
# Generate Fake data # Generate Fake data
gem "ffaker" gem "ffaker"
......
GIT GIT
remote: https://github.com/ctran/annotate_models.git remote: https://github.com/ctran/annotate_models.git
revision: 8bd159c7a484093fde84beaa9e6398f25ddacf09 revision: 18a4e2eb77c8f3ef695b563e4a7ca45dfede819b
specs: specs:
annotate (2.6.0.beta1) annotate (2.6.0.beta2)
activerecord (>= 2.3.0) activerecord (>= 2.3.0)
rake (>= 0.8.7) rake (>= 0.8.7)
...@@ -42,20 +42,20 @@ GEM ...@@ -42,20 +42,20 @@ GEM
activesupport (3.2.13) activesupport (3.2.13)
i18n (= 0.6.1) i18n (= 0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
acts-as-taggable-on (2.4.0) acts-as-taggable-on (2.4.1)
rails (~> 3.0) rails (>= 3, < 5)
addressable (2.3.4) addressable (2.3.4)
arel (3.0.2) arel (3.0.2)
asciidoctor (0.1.3) asciidoctor (0.1.3)
awesome_print (1.1.0) awesome_print (1.1.0)
backports (2.6.7) backports (3.3.2)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
better_errors (0.8.0) better_errors (0.9.0)
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubis (>= 2.6.6) erubis (>= 2.6.6)
binding_of_caller (0.7.1) binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootstrap-sass (2.3.1.0) bootstrap-sass (2.3.2.0)
sass (~> 3.2) sass (~> 3.2)
builder (3.0.4) builder (3.0.4)
capybara (2.1.0) capybara (2.1.0)
...@@ -67,7 +67,7 @@ GEM ...@@ -67,7 +67,7 @@ GEM
carrierwave (0.8.0) carrierwave (0.8.0)
activemodel (>= 3.2.0) activemodel (>= 3.2.0)
activesupport (>= 3.2.0) activesupport (>= 3.2.0)
celluloid (0.14.0) celluloid (0.14.1)
timers (>= 1.0.0) timers (>= 1.0.0)
charlock_holmes (0.6.9.4) charlock_holmes (0.6.9.4)
childprocess (0.3.9) childprocess (0.3.9)
...@@ -75,7 +75,7 @@ GEM ...@@ -75,7 +75,7 @@ GEM
chosen-rails (0.9.8) chosen-rails (0.9.8)
railties (~> 3.0) railties (~> 3.0)
thor (~> 0.14) thor (~> 0.14)
code_analyzer (0.3.1) code_analyzer (0.3.2)
sexp_processor sexp_processor
coderay (1.0.9) coderay (1.0.9)
coffee-rails (3.2.2) coffee-rails (3.2.2)
...@@ -87,15 +87,16 @@ GEM ...@@ -87,15 +87,16 @@ GEM
coffee-script-source (1.6.2) coffee-script-source (1.6.2)
colored (1.2) colored (1.2)
colorize (0.5.8) colorize (0.5.8)
connection_pool (1.0.0) connection_pool (1.1.0)
coveralls (0.6.7) coveralls (0.6.7)
colorize colorize
multi_json (~> 1.3) multi_json (~> 1.3)
rest-client rest-client
simplecov (>= 0.7) simplecov (>= 0.7)
thor thor
crack (0.3.2) crack (0.4.0)
d3_rails (3.1.4) safe_yaml (~> 0.9.0)
d3_rails (3.1.10)
railties (>= 3.1.0) railties (>= 3.1.0)
daemons (1.1.9) daemons (1.1.9)
database_cleaner (1.0.1) database_cleaner (1.0.1)
...@@ -107,11 +108,11 @@ GEM ...@@ -107,11 +108,11 @@ GEM
railties (~> 3.1) railties (~> 3.1)
warden (~> 1.2.1) warden (~> 1.2.1)
diff-lcs (1.2.4) diff-lcs (1.2.4)
dotenv (0.7.0) dotenv (0.8.0)
email_spec (1.4.0) email_spec (1.4.0)
launchy (~> 2.1) launchy (~> 2.1)
mail (~> 2.2) mail (~> 2.2)
enumerize (0.5.1) enumerize (0.6.1)
activesupport (>= 3.2) activesupport (>= 3.2)
erubis (2.7.0) erubis (2.7.0)
escape_utils (0.2.4) escape_utils (0.2.4)
...@@ -129,8 +130,8 @@ GEM ...@@ -129,8 +130,8 @@ GEM
faraday (>= 0.7.4, < 0.9) faraday (>= 0.7.4, < 0.9)
faye-websocket (0.4.7) faye-websocket (0.4.7)
eventmachine (>= 0.12.0) eventmachine (>= 0.12.0)
ffaker (1.16.0) ffaker (1.16.1)
ffi (1.8.1) ffi (1.9.0)
font-awesome-rails (3.1.1.3) font-awesome-rails (3.1.1.3)
railties (>= 3.2, < 5.0) railties (>= 3.2, < 5.0)
foreman (0.63.0) foreman (0.63.0)
...@@ -174,7 +175,7 @@ GEM ...@@ -174,7 +175,7 @@ GEM
omniauth (~> 1.0) omniauth (~> 1.0)
pyu-ruby-sasl (~> 0.0.3.1) pyu-ruby-sasl (~> 0.0.3.1)
rubyntlm (~> 0.1.1) rubyntlm (~> 0.1.1)
gon (4.1.0) gon (4.1.1)
actionpack (>= 2.3.0) actionpack (>= 2.3.0)
json json
grape (0.4.1) grape (0.4.1)
...@@ -191,19 +192,19 @@ GEM ...@@ -191,19 +192,19 @@ GEM
activesupport activesupport
multi_json (>= 1.3.2) multi_json (>= 1.3.2)
growl (1.0.3) growl (1.0.3)
guard (1.8.0) guard (1.8.1)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (>= 1.0.0) listen (>= 1.0.0)
lumberjack (>= 1.0.2) lumberjack (>= 1.0.2)
pry (>= 0.9.10) pry (>= 0.9.10)
thor (>= 0.14.6) thor (>= 0.14.6)
guard-rspec (3.0.0) guard-rspec (3.0.2)
guard (>= 1.8) guard (>= 1.8)
rspec (~> 2.13) rspec (~> 2.13)
guard-spinach (0.0.2) guard-spinach (0.0.2)
guard (>= 1.1) guard (>= 1.1)
spinach spinach
haml (4.0.2) haml (4.0.3)
tilt tilt
haml-rails (0.4) haml-rails (0.4)
actionpack (>= 3.1, < 4.1) actionpack (>= 3.1, < 4.1)
...@@ -211,9 +212,10 @@ GEM ...@@ -211,9 +212,10 @@ GEM
haml (>= 3.1, < 4.1) haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1) railties (>= 3.1, < 4.1)
hashie (1.2.0) hashie (1.2.0)
hike (1.2.2) hike (1.2.3)
hipchat (0.9.0) hipchat (0.9.0)
httparty httparty
httparty
http_parser.rb (0.5.3) http_parser.rb (0.5.3)
httparty (0.11.0) httparty (0.11.0)
multi_json (~> 1.0) multi_json (~> 1.0)
...@@ -243,18 +245,17 @@ GEM ...@@ -243,18 +245,17 @@ GEM
kaminari (0.14.1) kaminari (0.14.1)
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
launchy (2.2.0) launchy (2.3.0)
addressable (~> 2.3) addressable (~> 2.3)
letter_opener (1.1.0) letter_opener (1.1.1)
launchy (~> 2.2.0) launchy (~> 2.2)
libv8 (3.11.8.17) libv8 (3.11.8.17)
listen (1.1.3) listen (1.2.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
rb-kqueue (>= 0.2) rb-kqueue (>= 0.2)
lumberjack (1.0.3) lumberjack (1.0.3)
mail (2.5.3) mail (2.5.4)
i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
method_source (0.8.1) method_source (0.8.1)
...@@ -262,12 +263,12 @@ GEM ...@@ -262,12 +263,12 @@ GEM
minitest (4.7.4) minitest (4.7.4)
modernizr (2.6.2) modernizr (2.6.2)
sprockets (~> 2.0) sprockets (~> 2.0)
multi_json (1.7.3) multi_json (1.7.7)
multi_xml (0.5.3) multi_xml (0.5.4)
multipart-post (1.2.0) multipart-post (1.2.0)
mysql2 (0.3.11) mysql2 (0.3.11)
net-ldap (0.3.1) net-ldap (0.3.1)
nokogiri (1.5.9) nokogiri (1.5.10)
oauth (0.4.7) oauth (0.4.7)
oauth2 (0.8.1) oauth2 (0.8.1)
faraday (~> 0.8) faraday (~> 0.8)
...@@ -281,7 +282,7 @@ GEM ...@@ -281,7 +282,7 @@ GEM
omniauth-github (1.1.0) omniauth-github (1.1.0)
omniauth (~> 1.0) omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1) omniauth-oauth2 (~> 1.1)
omniauth-google-oauth2 (0.1.17) omniauth-google-oauth2 (0.1.19)
omniauth (~> 1.0) omniauth (~> 1.0)
omniauth-oauth2 omniauth-oauth2
omniauth-oauth (1.0.1) omniauth-oauth (1.0.1)
...@@ -290,7 +291,7 @@ GEM ...@@ -290,7 +291,7 @@ GEM
omniauth-oauth2 (1.1.1) omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0) oauth2 (~> 0.8.0)
omniauth (~> 1.0) omniauth (~> 1.0)
omniauth-twitter (0.0.16) omniauth-twitter (0.0.17)
multi_json (~> 1.3) multi_json (~> 1.3)
omniauth-oauth (~> 1.0) omniauth-oauth (~> 1.0)
orm_adapter (0.4.0) orm_adapter (0.4.0)
...@@ -305,7 +306,7 @@ GEM ...@@ -305,7 +306,7 @@ GEM
coderay (~> 1.0.5) coderay (~> 1.0.5)
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.4) slop (~> 3.4)
puma (2.0.1) puma (2.1.1)
rack (>= 1.1, < 2.0) rack (>= 1.1, < 2.0)
pygments.rb (0.4.2) pygments.rb (0.4.2)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
...@@ -339,7 +340,7 @@ GEM ...@@ -339,7 +340,7 @@ GEM
rails-dev-tweaks (0.6.1) rails-dev-tweaks (0.6.1)
actionpack (~> 3.1) actionpack (~> 3.1)
railties (~> 3.1) railties (~> 3.1)
rails_best_practices (1.13.4) rails_best_practices (1.13.8)
activesupport activesupport
awesome_print awesome_print
code_analyzer code_analyzer
...@@ -354,7 +355,7 @@ GEM ...@@ -354,7 +355,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0) thor (>= 0.14.6, < 2.0)
rake (10.0.4) rake (10.1.0)
rb-fsevent (0.9.3) rb-fsevent (0.9.3)
rb-inotify (0.9.0) rb-inotify (0.9.0)
ffi (>= 0.5.0) ffi (>= 0.5.0)
...@@ -382,7 +383,7 @@ GEM ...@@ -382,7 +383,7 @@ GEM
redis-store (~> 1.1.0) redis-store (~> 1.1.0)
redis-store (1.1.3) redis-store (1.1.3)
redis (>= 2.2.0) redis (>= 2.2.0)
ref (1.0.4) ref (1.0.5)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
rspec (2.13.0) rspec (2.13.0)
...@@ -393,16 +394,17 @@ GEM ...@@ -393,16 +394,17 @@ GEM
rspec-expectations (2.13.0) rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1) rspec-mocks (2.13.1)
rspec-rails (2.13.1) rspec-rails (2.13.2)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
railties (>= 3.0) railties (>= 3.0)
rspec-core (~> 2.13.0) rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0) rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0) rspec-mocks (~> 2.13.0)
ruby-progressbar (1.0.2) ruby-progressbar (1.1.1)
rubyntlm (0.1.1) rubyntlm (0.1.1)
rubyzip (0.9.9) rubyzip (0.9.9)
safe_yaml (0.9.3)
sanitize (2.0.3) sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6) nokogiri (>= 1.4.4, < 1.6)
sass (3.2.9) sass (3.2.9)
...@@ -416,10 +418,10 @@ GEM ...@@ -416,10 +418,10 @@ GEM
seed-fu (2.2.0) seed-fu (2.2.0)
activerecord (~> 3.1) activerecord (~> 3.1)
activesupport (~> 3.1) activesupport (~> 3.1)
select2-rails (3.3.1) select2-rails (3.4.2)
sass-rails (>= 3.2) sass-rails
thor (~> 0.14) thor (~> 0.14)
selenium-webdriver (2.32.1) selenium-webdriver (2.33.0)
childprocess (>= 0.2.5) childprocess (>= 0.2.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip rubyzip
...@@ -428,8 +430,8 @@ GEM ...@@ -428,8 +430,8 @@ GEM
sexp_processor (4.2.1) sexp_processor (4.2.1)
shoulda-matchers (2.1.0) shoulda-matchers (2.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sidekiq (2.12.0) sidekiq (2.12.4)
celluloid (>= 0.14.0) celluloid (>= 0.14.1)
connection_pool (>= 1.0.0) connection_pool (>= 1.0.0)
json json
redis (>= 3.0) redis (>= 3.0)
...@@ -439,23 +441,23 @@ GEM ...@@ -439,23 +441,23 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
simplecov-html (~> 0.7.1) simplecov-html (~> 0.7.1)
simplecov-html (0.7.1) simplecov-html (0.7.1)
sinatra (1.3.6) sinatra (1.4.3)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.3) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.3) tilt (~> 1.3, >= 1.3.4)
six (0.2.0) six (0.2.0)
slim (1.3.8) slim (2.0.0)
temple (~> 0.6.3) temple (~> 0.6.5)
tilt (~> 1.3.3) tilt (~> 1.3, >= 1.3.3)
slop (3.4.5) slop (3.4.5)
spinach (0.8.2) spinach (0.8.3)
colorize (= 0.5.8) colorize (= 0.5.8)
gherkin-ruby (~> 0.3.0) gherkin-ruby (~> 0.3.0)
spinach-rails (0.2.1) spinach-rails (0.2.1)
capybara (>= 2.0.0) capybara (>= 2.0.0)
railties (>= 3) railties (>= 3)
spinach (>= 0.4) spinach (>= 0.4)
spork (1.0.0rc3) spork (1.0.0rc2)
sprockets (2.2.2) sprockets (2.2.2)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
...@@ -464,7 +466,7 @@ GEM ...@@ -464,7 +466,7 @@ GEM
stamp (0.5.0) stamp (0.5.0)
state_machine (1.2.0) state_machine (1.2.0)
stringex (1.5.1) stringex (1.5.1)
temple (0.6.4) temple (0.6.5)
test_after_commit (0.2.0) test_after_commit (0.2.0)
therubyracer (0.11.4) therubyracer (0.11.4)
libv8 (~> 3.11.8.12) libv8 (~> 3.11.8.12)
...@@ -474,7 +476,7 @@ GEM ...@@ -474,7 +476,7 @@ GEM
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.18.1) thor (0.18.1)
tilt (1.3.7) tilt (1.4.1)
timers (1.1.0) timers (1.1.0)
tinder (1.9.2) tinder (1.9.2)
eventmachine (~> 1.0) eventmachine (~> 1.0)
...@@ -485,22 +487,22 @@ GEM ...@@ -485,22 +487,22 @@ GEM
mime-types (~> 1.19) mime-types (~> 1.19)
multi_json (~> 1.5) multi_json (~> 1.5)
twitter-stream (~> 0.1) twitter-stream (~> 0.1)
treetop (1.4.12) treetop (1.4.14)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
turbolinks (1.1.1) turbolinks (1.2.0)
coffee-rails coffee-rails
twitter-stream (0.1.16) twitter-stream (0.1.16)
eventmachine (>= 0.12.8) eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1) http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4) simple_oauth (~> 0.1.4)
tzinfo (0.3.37) tzinfo (0.3.37)
uglifier (2.0.1) uglifier (2.1.1)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) multi_json (~> 1.0, >= 1.0.2)
underscore-rails (1.4.4) underscore-rails (1.4.4)
virtus (0.5.4) virtus (0.5.5)
backports (~> 2.6.1) backports (~> 3.3)
descendants_tracker (~> 0.0.1) descendants_tracker (~> 0.0.1)
warden (1.2.1) warden (1.2.1)
rack (>= 1.0) rack (>= 1.0)
...@@ -564,7 +566,7 @@ DEPENDENCIES ...@@ -564,7 +566,7 @@ DEPENDENCIES
kaminari (~> 0.14.1) kaminari (~> 0.14.1)
launchy launchy
letter_opener letter_opener
minitest minitest (~> 4.7.0)
modernizr (= 2.6.2) modernizr (= 2.6.2)
mysql2 mysql2
omniauth (~> 1.1.3) omniauth (~> 1.1.3)
...@@ -574,7 +576,7 @@ DEPENDENCIES ...@@ -574,7 +576,7 @@ DEPENDENCIES
pg pg
poltergeist (~> 1.3.0) poltergeist (~> 1.3.0)
pry pry
puma (~> 2.0.1) puma (~> 2.1.1)
quiet_assets (~> 1.0.1) quiet_assets (~> 1.0.1)
rack-mini-profiler rack-mini-profiler
rails (= 3.2.13) rails (= 3.2.13)
......
...@@ -10,8 +10,6 @@ class Dispatcher ...@@ -10,8 +10,6 @@ class Dispatcher
page = $('body').attr('data-page') page = $('body').attr('data-page')
project_id = $('body').attr('data-project-id') project_id = $('body').attr('data-project-id')
console.log(page)
unless page unless page
return false return false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment