diff --git a/Gemfile b/Gemfile index 67c16d7e6..0ca89c854 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "addressable", "~> 2.8" # A replacement for the URI implementation that is p gem "ahoy_email", "~> 2.1.0" # Email analytics for Rails gem "ahoy_matey", "~> 4.0" # Tracking analytics for Rails gem "ancestry", "~> 4.1" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure -gem "blazer", "~> 2.4.7" # Allows admins to query data +gem "blazer", "~> 2.4.8" # Allows admins to query data gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster gem "carrierwave", "~> 2.2" # Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends gem "carrierwave-bombshelter", "~> 0.2" # Protect your carrierwave from image bombs diff --git a/Gemfile.lock b/Gemfile.lock index 18b7ade2a..eff6e74aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM parser (>= 2.4) smart_properties bindex (0.8.1) - blazer (2.4.7) + blazer (2.4.8) activerecord (>= 5) chartkick (>= 3.2) railties (>= 5) @@ -164,7 +164,7 @@ GEM activesupport (>= 3.2.0) carrierwave fastimage - chartkick (4.0.5) + chartkick (4.1.2) childprocess (4.1.0) cloudinary (1.21.0) aws_cf_signer @@ -928,7 +928,7 @@ DEPENDENCIES amazing_print (~> 1.4) ancestry (~> 4.1) better_errors (~> 2.9) - blazer (~> 2.4.7) + blazer (~> 2.4.8) bootsnap (>= 1.1.0) brakeman (~> 5.1) bullet (~> 6.1) diff --git a/vendor/cache/blazer-2.4.7.gem b/vendor/cache/blazer-2.4.7.gem deleted file mode 100644 index b16d091b8..000000000 Binary files a/vendor/cache/blazer-2.4.7.gem and /dev/null differ diff --git a/vendor/cache/blazer-2.4.8.gem b/vendor/cache/blazer-2.4.8.gem new file mode 100644 index 000000000..ff32c0dde Binary files /dev/null and b/vendor/cache/blazer-2.4.8.gem differ diff --git a/vendor/cache/chartkick-4.0.5.gem b/vendor/cache/chartkick-4.0.5.gem deleted file mode 100644 index 7ed217619..000000000 Binary files a/vendor/cache/chartkick-4.0.5.gem and /dev/null differ diff --git a/vendor/cache/chartkick-4.1.2.gem b/vendor/cache/chartkick-4.1.2.gem new file mode 100644 index 000000000..10444336b Binary files /dev/null and b/vendor/cache/chartkick-4.1.2.gem differ