Bump knapsack_pro from 2.10.1 to 2.11.0 (#12120)
Bumps [knapsack_pro](https://github.com/KnapsackPro/knapsack_pro-ruby) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/KnapsackPro/knapsack_pro-ruby/releases) - [Changelog](https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.10.1...v2.11.0) 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
a486a67b61
commit
c1f746297b
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -143,7 +143,7 @@ group :development, :test do
|
|||
gem "capybara", "~> 3.34" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.15" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "knapsack_pro", "~> 2.10.1" # Help parallelize Ruby spec builds
|
||||
gem "knapsack_pro", "~> 2.11.0" # Help parallelize Ruby spec builds
|
||||
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
|
||||
gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+
|
||||
gem "rubocop", "~> 1.7", require: false # Automatic Ruby code style checking tool
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@ GEM
|
|||
kaminari-core (1.2.1)
|
||||
katex (0.6.0)
|
||||
execjs (~> 2.7)
|
||||
knapsack_pro (2.10.1)
|
||||
knapsack_pro (2.11.0)
|
||||
rake
|
||||
launchy (2.5.0)
|
||||
addressable (~> 2.7)
|
||||
|
|
@ -896,7 +896,7 @@ DEPENDENCIES
|
|||
jsonapi-serializer (~> 2.1)
|
||||
kaminari (~> 1.2)
|
||||
katex (~> 0.6.0)
|
||||
knapsack_pro (~> 2.10.1)
|
||||
knapsack_pro (~> 2.11.0)
|
||||
launchy (~> 2.5)
|
||||
liquid (~> 4.0)
|
||||
listen (~> 3.3)
|
||||
|
|
|
|||
BIN
vendor/cache/knapsack_pro-2.10.1.gem
vendored
BIN
vendor/cache/knapsack_pro-2.10.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/knapsack_pro-2.11.0.gem
vendored
Normal file
BIN
vendor/cache/knapsack_pro-2.11.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue