adds paranoia gem [#136]
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user