Skip to content
Snippets Groups Projects
Commit 7a88e90f authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

add quiet assets in dev

parent dbaad8fe
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,9 @@ gem 'font-awesome-rails' ...@@ -92,6 +92,9 @@ gem 'font-awesome-rails'
group :development do group :development do
gem 'immigrant' gem 'immigrant'
# mute assets in log
gem 'quiet_assets'
# static analysis tool for security vulnerabilities # static analysis tool for security vulnerabilities
gem 'brakeman', require: false gem 'brakeman', require: false
......
...@@ -48,6 +48,8 @@ GEM ...@@ -48,6 +48,8 @@ GEM
ice_nine (~> 0.11.0) ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.10) bcrypt (3.1.10)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
best_in_place (3.1.0) best_in_place (3.1.0)
actionpack (>= 3.2) actionpack (>= 3.2)
railties (>= 3.2) railties (>= 3.2)
...@@ -60,6 +62,16 @@ GEM ...@@ -60,6 +62,16 @@ GEM
bootstrap-sass (3.3.6) bootstrap-sass (3.3.6)
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4) sass (>= 3.3.4)
brakeman (3.2.1)
erubis (~> 2.6)
haml (>= 3.0, < 5.0)
highline (>= 1.6.20, < 2.0)
ruby2ruby (~> 2.3.0)
ruby_parser (~> 3.8.1)
safe_yaml (>= 1.0)
sass (~> 3.0)
slim (>= 1.3.6, < 4.0)
terminal-table (~> 1.4)
builder (3.2.2) builder (3.2.2)
bullet (5.0.0) bullet (5.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
...@@ -88,7 +100,32 @@ GEM ...@@ -88,7 +100,32 @@ GEM
concurrent-ruby (1.0.1) concurrent-ruby (1.0.1)
connection_pool (2.2.0) connection_pool (2.2.0)
curb (0.8.8) curb (0.8.8)
cvss (0.99.0)
dalli (2.7.6) dalli (2.7.6)
data_mapper (1.2.0)
dm-aggregates (~> 1.2.0)
dm-constraints (~> 1.2.0)
dm-core (~> 1.2.0)
dm-migrations (~> 1.2.0)
dm-serializer (~> 1.2.0)
dm-timestamps (~> 1.2.0)
dm-transactions (~> 1.2.0)
dm-types (~> 1.2.0)
dm-validations (~> 1.2.0)
data_objects (0.10.17)
addressable (~> 2.1)
dawnscanner (1.6.2)
cvss
data_mapper
dm-sqlite-adapter
haml
justify
logger-colors
ptools
ruby_parser
sqlite3
sys-uname
terminal-table
debug_inspector (0.0.2) debug_inspector (0.0.2)
descendants_tracker (0.0.4) descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1) thread_safe (~> 0.3, >= 0.3.1)
...@@ -102,6 +139,42 @@ GEM ...@@ -102,6 +139,42 @@ GEM
devise_token_auth (0.1.37) devise_token_auth (0.1.37)
devise (> 3.5.2, < 4.1) devise (> 3.5.2, < 4.1)
rails (< 6) rails (< 6)
dm-aggregates (1.2.0)
dm-core (~> 1.2.0)
dm-constraints (1.2.0)
dm-core (~> 1.2.0)
dm-core (1.2.1)
addressable (~> 2.3)
dm-do-adapter (1.2.0)
data_objects (~> 0.10.6)
dm-core (~> 1.2.0)
dm-migrations (1.2.0)
dm-core (~> 1.2.0)
dm-serializer (1.2.2)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
json_pure (~> 1.6)
multi_json (~> 1.0)
dm-sqlite-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_sqlite3 (~> 0.10.6)
dm-timestamps (1.2.0)
dm-core (~> 1.2.0)
dm-transactions (1.2.0)
dm-core (~> 1.2.0)
dm-types (1.2.2)
bcrypt-ruby (~> 3.0)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
multi_json (~> 1.0)
stringex (~> 1.4)
uuidtools (~> 2.1)
dm-validations (1.2.0)
dm-core (~> 1.2.0)
do_sqlite3 (0.10.17)
data_objects (= 0.10.17)
dspace_rest_client (2.2.5) dspace_rest_client (2.2.5)
activesupport (~> 4.2, >= 4.2.0) activesupport (~> 4.2, >= 4.2.0)
faraday (~> 0.9.2) faraday (~> 0.9.2)
...@@ -124,7 +197,9 @@ GEM ...@@ -124,7 +197,9 @@ GEM
fast_stack (0.1.0) fast_stack (0.1.0)
rake rake
rake-compiler rake-compiler
fastercsv (1.5.5)
feature (1.3.0) feature (1.3.0)
ffi (1.9.10)
flamegraph (0.1.0) flamegraph (0.1.0)
fast_stack fast_stack
flay (2.6.1) flay (2.6.1)
...@@ -140,7 +215,10 @@ GEM ...@@ -140,7 +215,10 @@ GEM
terminal-table terminal-table
globalid (0.3.6) globalid (0.3.6)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
haml (4.0.7)
tilt
hashie (3.4.3) hashie (3.4.3)
highline (1.7.8)
httparty (0.13.7) httparty (0.13.7)
json (~> 1.8) json (~> 1.8)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
...@@ -161,6 +239,8 @@ GEM ...@@ -161,6 +239,8 @@ GEM
jquery-ui-rails (5.0.5) jquery-ui-rails (5.0.5)
railties (>= 3.2.16) railties (>= 3.2.16)
json (1.8.3) json (1.8.3)
json_pure (1.8.3)
justify (1.0.2)
jwt (1.5.1) jwt (1.5.1)
kaminari (0.16.3) kaminari (0.16.3)
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
...@@ -170,6 +250,7 @@ GEM ...@@ -170,6 +250,7 @@ GEM
libarchive-static (1.0.5) libarchive-static (1.0.5)
libv8 (3.16.14.13) libv8 (3.16.14.13)
locastyle (0.0.3) locastyle (0.0.3)
logger-colors (1.0.0)
loofah (2.0.3) loofah (2.0.3)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.3) mail (2.6.3)
...@@ -228,9 +309,12 @@ GEM ...@@ -228,9 +309,12 @@ GEM
pg (0.18.4) pg (0.18.4)
phantomjs (2.1.1.0) phantomjs (2.1.1.0)
private_attr (1.1.0) private_attr (1.1.0)
ptools (1.3.3)
puma (3.0.2) puma (3.0.2)
pundit (1.1.0) pundit (1.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.4) rack (1.6.4)
rack-cors (0.4.0) rack-cors (0.4.0)
rack-mini-profiler (0.9.8) rack-mini-profiler (0.9.8)
...@@ -283,6 +367,9 @@ GEM ...@@ -283,6 +367,9 @@ GEM
resumablejs-rails (1.1) resumablejs-rails (1.1)
railties (> 3.1, < 5) railties (> 3.1, < 5)
rmagick (2.15.4) rmagick (2.15.4)
ruby2ruby (2.3.0)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.8.1) ruby_parser (3.8.1)
sexp_processor (~> 4.1) sexp_processor (~> 4.1)
rubycritic (2.7.1) rubycritic (2.7.1)
...@@ -293,6 +380,7 @@ GEM ...@@ -293,6 +380,7 @@ GEM
parser (~> 2.3) parser (~> 2.3)
reek (= 3.10.1) reek (= 3.10.1)
virtus (~> 1.0) virtus (~> 1.0)
safe_yaml (1.0.4)
sass (3.4.21) sass (3.4.21)
sass-rails (5.0.4) sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0) railties (>= 4.0.0, < 5.0)
...@@ -342,8 +430,12 @@ GEM ...@@ -342,8 +430,12 @@ GEM
actionpack (>= 4.0) actionpack (>= 4.0)
activesupport (>= 4.0) activesupport (>= 4.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.3.11)
stackprof (0.2.8) stackprof (0.2.8)
streamio-ffmpeg (1.0.0) streamio-ffmpeg (1.0.0)
stringex (1.5.1)
sys-uname (1.0.2)
ffi (>= 1.0.0)
temple (0.7.6) temple (0.7.6)
terminal-table (1.5.2) terminal-table (1.5.2)
therubyracer (0.12.2) therubyracer (0.12.2)
...@@ -360,6 +452,7 @@ GEM ...@@ -360,6 +452,7 @@ GEM
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
uniform_notifier (1.9.0) uniform_notifier (1.9.0)
uuidtools (2.1.5)
virtus (1.0.5) virtus (1.0.5)
axiom-types (~> 0.1) axiom-types (~> 0.1)
coercible (~> 1.0) coercible (~> 1.0)
...@@ -374,6 +467,8 @@ GEM ...@@ -374,6 +467,8 @@ GEM
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
whenever (0.9.4) whenever (0.9.4)
chronic (>= 0.6.3) chronic (>= 0.6.3)
wicked (1.2.1)
railties (>= 3.0.7)
PLATFORMS PLATFORMS
ruby ruby
...@@ -384,12 +479,14 @@ DEPENDENCIES ...@@ -384,12 +479,14 @@ DEPENDENCIES
best_in_place best_in_place
better_errors better_errors
bootstrap-sass bootstrap-sass
brakeman
bullet bullet
byebug byebug
chart-js-rails chart-js-rails
coffee-rails (~> 4.1.0) coffee-rails (~> 4.1.0)
curb (~> 0.8.8) curb (~> 0.8.8)
dalli dalli
dawnscanner
devise devise
devise_token_auth devise_token_auth
dspace_rest_client dspace_rest_client
...@@ -416,6 +513,7 @@ DEPENDENCIES ...@@ -416,6 +513,7 @@ DEPENDENCIES
pg pg
puma puma
pundit pundit
quiet_assets
rack-cors rack-cors
rack-mini-profiler rack-mini-profiler
rails (= 4.2.5.1) rails (= 4.2.5.1)
...@@ -443,6 +541,7 @@ DEPENDENCIES ...@@ -443,6 +541,7 @@ DEPENDENCIES
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
web-console (~> 2.0) web-console (~> 2.0)
whenever whenever
wicked
BUNDLED WITH BUNDLED WITH
1.11.2 1.11.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment