diff --git a/Gemfile b/Gemfile index 41e550bda..bce39f3cd 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "administrate", "~> 0.14" # A Rails engine that helps you put together a sup gem "ahoy_email", "~> 1.1" # Email analytics for Rails gem "ahoy_matey", "~> 3.0" # Tracking analytics for Rails gem "ancestry", "~> 3.2" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure -gem "blazer", "~> 2.2.8" # Allows admins to query data +gem "blazer", "~> 2.3.0" # Allows admins to query data gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster gem "buffer", "~> 0.1" # Buffer is a Ruby Wrapper for the Buffer API gem "carrierwave", "~> 2.0" # Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends diff --git a/Gemfile.lock b/Gemfile.lock index 46ef3df60..b5febfdc6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM bindex (0.8.1) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - blazer (2.2.8) + blazer (2.3.0) activerecord (>= 5) chartkick (>= 3.2) railties (>= 5) @@ -850,7 +850,7 @@ DEPENDENCIES approvals (~> 0.0) better_errors (~> 2.9) binding_of_caller (~> 0.8) - blazer (~> 2.2.8) + blazer (~> 2.3.0) bootsnap (>= 1.1.0) brakeman (~> 4.10) buffer (~> 0.1) diff --git a/vendor/cache/blazer-2.2.8.gem b/vendor/cache/blazer-2.2.8.gem deleted file mode 100644 index 880422927..000000000 Binary files a/vendor/cache/blazer-2.2.8.gem and /dev/null differ diff --git a/vendor/cache/blazer-2.3.0.gem b/vendor/cache/blazer-2.3.0.gem new file mode 100644 index 000000000..9b4ef5c94 Binary files /dev/null and b/vendor/cache/blazer-2.3.0.gem differ