Bump blazer from 2.2.5 to 2.2.6 (#9517)
* Bump blazer from 2.2.5 to 2.2.6 Bumps [blazer](https://github.com/ankane/blazer) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/ankane/blazer/releases) - [Changelog](https://github.com/ankane/blazer/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/blazer/compare/v2.2.5...v2.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump blazer from 2.2.5 to 2.2.6 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
bc5e114ce9
commit
fd3413baac
10 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -20,7 +20,7 @@ gem "ahoy_matey", "~> 3.0" # Tracking analytics for Rails
|
|||
gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure
|
||||
gem "autoprefixer-rails", "~> 9.8" # Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
|
||||
gem "aws-sdk-lambda", "~> 1.46" # Official AWS Ruby gem for AWS Lambda
|
||||
gem "blazer", "~> 2.2.5" # Allows admins to query data
|
||||
gem "blazer", "~> 2.2.6" # 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
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -147,7 +147,7 @@ GEM
|
|||
bindex (0.8.1)
|
||||
binding_of_caller (0.8.0)
|
||||
debug_inspector (>= 0.0.1)
|
||||
blazer (2.2.5)
|
||||
blazer (2.2.6)
|
||||
activerecord (>= 5)
|
||||
chartkick (>= 3.2)
|
||||
railties (>= 5)
|
||||
|
|
@ -195,7 +195,7 @@ GEM
|
|||
fastimage
|
||||
caze (0.2.2)
|
||||
activesupport (>= 3)
|
||||
chartkick (3.3.1)
|
||||
chartkick (3.3.2)
|
||||
childprocess (3.0.0)
|
||||
cld (0.8.0)
|
||||
ffi
|
||||
|
|
@ -437,7 +437,7 @@ GEM
|
|||
httpclient (2.8.3)
|
||||
hypershield (0.2.0)
|
||||
activerecord (>= 5)
|
||||
i18n (1.8.3)
|
||||
i18n (1.8.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
ice_nine (0.11.2)
|
||||
image_processing (1.10.3)
|
||||
|
|
@ -877,7 +877,7 @@ GEM
|
|||
yard (>= 0.8.3)
|
||||
yard-activesupport-concern (0.0.1)
|
||||
yard (>= 0.8)
|
||||
zeitwerk (2.3.1)
|
||||
zeitwerk (2.4.0)
|
||||
zonebie (0.6.1)
|
||||
|
||||
PLATFORMS
|
||||
|
|
@ -898,7 +898,7 @@ DEPENDENCIES
|
|||
aws-sdk-lambda (~> 1.46)
|
||||
better_errors (~> 2.7)
|
||||
binding_of_caller (~> 0.8)
|
||||
blazer (~> 2.2.5)
|
||||
blazer (~> 2.2.6)
|
||||
bootsnap (>= 1.1.0)
|
||||
brakeman (~> 4.8)
|
||||
buffer (~> 0.1)
|
||||
|
|
|
|||
BIN
vendor/cache/blazer-2.2.5.gem
vendored
BIN
vendor/cache/blazer-2.2.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/blazer-2.2.6.gem
vendored
Normal file
BIN
vendor/cache/blazer-2.2.6.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/chartkick-3.3.1.gem
vendored
BIN
vendor/cache/chartkick-3.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/chartkick-3.3.2.gem
vendored
Normal file
BIN
vendor/cache/chartkick-3.3.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/i18n-1.8.3.gem
vendored
BIN
vendor/cache/i18n-1.8.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/i18n-1.8.5.gem
vendored
Normal file
BIN
vendor/cache/i18n-1.8.5.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/zeitwerk-2.3.1.gem
vendored
BIN
vendor/cache/zeitwerk-2.3.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/zeitwerk-2.4.0.gem
vendored
Normal file
BIN
vendor/cache/zeitwerk-2.4.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue