diff --git a/Gemfile b/Gemfile index 8840de608..1ce218638 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'omniauth-facebook', '~> 3.0.0' gem 'omniauth-google-oauth2', '~> 0.4.0' gem 'kaminari' -gem 'ancestry', '~> 2.2.1' +gem 'ancestry', '~> 2.2.2' gem 'acts-as-taggable-on' gem 'responders', '~> 2.3.0' gem 'foundation-rails', '~> 6.2.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index e4afe495a..398fa4143 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM akami (1.3.1) gyoku (>= 0.4.0) nokogiri - ancestry (2.2.1) + ancestry (2.2.2) activerecord (>= 3.0.0) arel (6.0.3) ast (2.3.0) @@ -65,7 +65,7 @@ GEM babel-source (>= 4.0, < 6) execjs (~> 2.0) bcrypt (3.1.11) - browser (2.2.0) + browser (2.3.0) builder (3.2.2) bullet (5.2.0) activesupport (>= 3.0.0) @@ -180,7 +180,7 @@ GEM activesupport (>= 3) gyoku (1.3.1) builder (>= 2.1.2) - hashie (3.4.3) + hashie (3.4.6) highline (1.7.8) htmlentities (4.3.4) httpi (2.4.1) @@ -285,7 +285,7 @@ GEM powerpack (0.1.1) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) - rack (1.6.4) + rack (1.6.5) rack-accept (0.4.5) rack (>= 0.4) rack-attack (5.0.1) @@ -317,7 +317,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (2.1.0) - raindrops (0.16.0) + raindrops (0.17.0) rake (11.3.0) redcarpet (3.3.4) referer-parser (0.3.0) @@ -455,7 +455,7 @@ DEPENDENCIES acts-as-taggable-on acts_as_votable ahoy_matey (~> 1.4.2) - ancestry (~> 2.2.1) + ancestry (~> 2.2.2) browser bullet byebug @@ -524,4 +524,4 @@ DEPENDENCIES whenever BUNDLED WITH - 1.13.1 + 1.13.3