Bump paranoia from 2.4.0 to 2.4.1

Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/rubysherpas/paranoia/releases)
- [Changelog](https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md)
- [Commits](https://github.com/rubysherpas/paranoia/compare/v2.4.0...v2.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-09-19 06:57:10 +00:00
parent eeb7463ff4
commit de894cb917
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ gem 'omniauth-facebook', '~> 4.0.0'
gem 'omniauth-google-oauth2', '~> 0.4.0'
gem 'omniauth-twitter', '~> 1.4.0'
gem 'paperclip', '~> 5.2.1'
gem 'paranoia', '~> 2.4.0'
gem 'paranoia', '~> 2.4.1'
gem 'pg', '~> 0.21.0'
gem 'pg_search', '~> 2.0.1'
gem 'redcarpet', '~> 3.4.0'

View File

@@ -311,8 +311,8 @@ GEM
mime-types
mimemagic (~> 0.3.0)
parallel (1.12.1)
paranoia (2.4.0)
activerecord (>= 4.0, < 5.2)
paranoia (2.4.1)
activerecord (>= 4.0, < 5.3)
parser (2.5.0.5)
ast (~> 2.4.0)
pg (0.21.0)
@@ -550,7 +550,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 0.4.0)
omniauth-twitter (~> 1.4.0)
paperclip (~> 5.2.1)
paranoia (~> 2.4.0)
paranoia (~> 2.4.1)
pg (~> 0.21.0)
pg_search (~> 2.0.1)
quiet_assets (~> 1.1.0)