Merge pull request #4639 from consul/dependabot/bundler/master/knapsack_pro-3.0.0

Bump knapsack_pro from 2.11.0 to 3.0.0
This commit is contained in:
Javi Martín
2021-08-13 02:45:39 +02:00
committed by GitHub
3 changed files with 4 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ group :development, :test do
gem "factory_bot_rails", "~> 6.2.0"
gem "faker", "~> 1.8.7"
gem "i18n-tasks", "~> 0.9.34"
gem "knapsack_pro", "~> 2.11.0"
gem "knapsack_pro", "~> 3.0.0"
gem "launchy", "~> 2.5.0"
gem "letter_opener_web", "~> 1.4.0"
gem "spring", "~> 2.1.1"

View File

@@ -349,7 +349,7 @@ GEM
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
knapsack_pro (2.11.0)
knapsack_pro (3.0.0)
rake
kramdown (2.3.1)
rexml
@@ -750,7 +750,7 @@ DEPENDENCIES
jquery-rails (~> 4.4.0)
jquery-ui-rails (~> 6.0.1)
kaminari (~> 1.2.1)
knapsack_pro (~> 2.11.0)
knapsack_pro (~> 3.0.0)
launchy (~> 2.5.0)
letter_opener_web (~> 1.4.0)
mdl (~> 0.11.0)

View File

@@ -10,8 +10,7 @@ Dir["./spec/shared/**/*.rb"].sort.each { |f| require f }
RSpec.configure do |config|
config.use_transactional_fixtures = true
config.filter_run :focus
config.run_all_when_everything_filtered = true
config.filter_run_when_matching :focus
config.include RequestSpecHelper, type: :request
config.include Devise::Test::ControllerHelpers, type: :controller
config.include Devise::Test::ControllerHelpers, type: :view