adds paranoia gem [#136]

This commit is contained in:
rgarcia
2015-08-17 03:46:00 +02:00
parent 8c6081c163
commit cd0a64ea3e
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ gem 'cancancan'
gem 'social-share-button' gem 'social-share-button'
gem 'initialjs-rails' gem 'initialjs-rails'
gem 'unicorn' gem 'unicorn'
gem 'paranoia'
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console

View File

@@ -179,6 +179,8 @@ GEM
nokogiri (1.6.6.2) nokogiri (1.6.6.2)
mini_portile (~> 0.6.0) mini_portile (~> 0.6.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
paranoia (2.1.3)
activerecord (~> 4.0)
pg (0.18.2) pg (0.18.2)
poltergeist (1.6.0) poltergeist (1.6.0)
capybara (~> 2.1) capybara (~> 2.1)
@@ -331,6 +333,7 @@ DEPENDENCIES
kaminari kaminari
launchy launchy
letter_opener_web (~> 1.2.0) letter_opener_web (~> 1.2.0)
paranoia
pg pg
poltergeist poltergeist
quiet_assets quiet_assets