diff --git a/Gemfile.lock b/Gemfile.lock index 9a31fae9c..09f443fa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -353,7 +353,7 @@ GEM ruby2ruby (~> 2.4) ruby_parser (~> 3.10) hashdiff (1.0.1) - hashie (4.1.0) + hashie (5.0.0) heapy (0.2.0) thor highline (2.0.3) @@ -538,7 +538,7 @@ GEM omniauth-oauth2 (1.7.1) oauth2 (~> 1.4) omniauth (>= 1.9, < 3) - omniauth-rails_csrf_protection (1.0.0) + omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) omniauth (~> 2.0) omniauth-twitter (1.4.0) diff --git a/vendor/cache/hashie-4.1.0.gem b/vendor/cache/hashie-4.1.0.gem deleted file mode 100644 index 14694a96d..000000000 Binary files a/vendor/cache/hashie-4.1.0.gem and /dev/null differ diff --git a/vendor/cache/hashie-5.0.0.gem b/vendor/cache/hashie-5.0.0.gem new file mode 100644 index 000000000..ae9aae4a4 Binary files /dev/null and b/vendor/cache/hashie-5.0.0.gem differ diff --git a/vendor/cache/omniauth-rails_csrf_protection-1.0.0.gem b/vendor/cache/omniauth-rails_csrf_protection-1.0.0.gem deleted file mode 100644 index a0194091f..000000000 Binary files a/vendor/cache/omniauth-rails_csrf_protection-1.0.0.gem and /dev/null differ diff --git a/vendor/cache/omniauth-rails_csrf_protection-1.0.1.gem b/vendor/cache/omniauth-rails_csrf_protection-1.0.1.gem new file mode 100644 index 000000000..98607a342 Binary files /dev/null and b/vendor/cache/omniauth-rails_csrf_protection-1.0.1.gem differ