Merge pull request #12447 from mkllnk/knapsack_pro-7.1.0

Knapsack pro 7.1.0
This commit is contained in:
David Cook
2024-05-09 10:30:30 +10:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

1
.rspec Normal file
View File

@@ -0,0 +1 @@
--require base_spec_helper

View File

@@ -385,7 +385,7 @@ GEM
activesupport (>= 4.2)
jwt (2.8.1)
base64
knapsack_pro (6.0.4)
knapsack_pro (7.1.0)
rake
language_server-protocol (3.17.0.3)
launchy (3.0.0)

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
RSpec.configure do |config|
config.before(:suite) do
config.before(:all) do
# We can use webpack-dev-server for tests, too!
# Useful if you working on a frontend code fixes and want to verify them via system tests.
next if Webpacker.dev_server.running?