Bump hairtrigger from 0.2.24 to 0.2.25 (#16317)
Bumps [hairtrigger](https://github.com/jenseng/hair_trigger) from 0.2.24 to 0.2.25. - [Release notes](https://github.com/jenseng/hair_trigger/releases) - [Changelog](https://github.com/jenseng/hair_trigger/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenseng/hair_trigger/compare/v0.2.24...v0.2.25) --- updated-dependencies: - dependency-name: hairtrigger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3fdb87ee66
commit
b8ee38a327
8 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -41,7 +41,7 @@ gem "fog-aws", "~> 3.12" # 'fog' gem to support Amazon Web Services
|
|||
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files
|
||||
gem "gemoji", "~> 4.0.0.rc3" # Character information and metadata for standard and custom emoji
|
||||
gem "gibbon", "~> 3.4" # API wrapper for MailChimp's API
|
||||
gem "hairtrigger", "~> 0.2.24" # HairTrigger lets you create and manage database triggers in a concise, db-agnostic, Rails-y way.
|
||||
gem "hairtrigger", "~> 0.2.25" # HairTrigger lets you create and manage database triggers in a concise, db-agnostic, Rails-y way.
|
||||
gem "honeybadger", "~> 4.10" # Used for tracking application errors
|
||||
gem "honeycomb-beeline", "~> 2.8.1" # Monitoring and Observability gem
|
||||
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -348,8 +348,8 @@ GEM
|
|||
guard (~> 2.8)
|
||||
guard-compat (~> 1.0)
|
||||
multi_json (~> 1.8)
|
||||
hairtrigger (0.2.24)
|
||||
activerecord (>= 5.0, < 7)
|
||||
hairtrigger (0.2.25)
|
||||
activerecord (>= 5.0, < 8)
|
||||
ruby2ruby (~> 2.4)
|
||||
ruby_parser (~> 3.10)
|
||||
hashdiff (1.0.1)
|
||||
|
|
@ -718,8 +718,8 @@ GEM
|
|||
ruby2ruby (2.4.4)
|
||||
ruby_parser (~> 3.1)
|
||||
sexp_processor (~> 4.6)
|
||||
ruby_parser (3.17.0)
|
||||
sexp_processor (~> 4.15, >= 4.15.1)
|
||||
ruby_parser (3.18.1)
|
||||
sexp_processor (~> 4.16)
|
||||
rubyzip (2.3.2)
|
||||
s3_direct_upload (0.1.7)
|
||||
coffee-rails (>= 3.1)
|
||||
|
|
@ -755,7 +755,7 @@ GEM
|
|||
rexml (~> 3.2, >= 3.2.5)
|
||||
rubyzip (>= 1.2.2)
|
||||
semantic_range (3.0.0)
|
||||
sexp_processor (4.15.3)
|
||||
sexp_processor (4.16.0)
|
||||
shellany (0.0.1)
|
||||
shoulda-matchers (5.1.0)
|
||||
activesupport (>= 5.2.0)
|
||||
|
|
@ -948,7 +948,7 @@ DEPENDENCIES
|
|||
gibbon (~> 3.4)
|
||||
guard (~> 2.18)
|
||||
guard-livereload (~> 2.5)
|
||||
hairtrigger (~> 0.2.24)
|
||||
hairtrigger (~> 0.2.25)
|
||||
honeybadger (~> 4.10)
|
||||
honeycomb-beeline (~> 2.8.1)
|
||||
html_truncator (~> 0.4)
|
||||
|
|
|
|||
BIN
vendor/cache/hairtrigger-0.2.24.gem
vendored
BIN
vendor/cache/hairtrigger-0.2.24.gem
vendored
Binary file not shown.
BIN
vendor/cache/hairtrigger-0.2.25.gem
vendored
Normal file
BIN
vendor/cache/hairtrigger-0.2.25.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/ruby_parser-3.17.0.gem
vendored
BIN
vendor/cache/ruby_parser-3.17.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/ruby_parser-3.18.1.gem
vendored
Normal file
BIN
vendor/cache/ruby_parser-3.18.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/sexp_processor-4.15.3.gem
vendored
BIN
vendor/cache/sexp_processor-4.15.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/sexp_processor-4.16.0.gem
vendored
Normal file
BIN
vendor/cache/sexp_processor-4.16.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue