diff --git a/Gemfile b/Gemfile index 1b5f270be..5e13c3025 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,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.9.0" # Help parallelize Ruby spec builds + gem "knapsack_pro", "~> 2.10.1" # 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", "~> 0.93.1", require: false # Automatic Ruby code style checking tool diff --git a/Gemfile.lock b/Gemfile.lock index 651305061..2e64fccac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -427,7 +427,7 @@ GEM kaminari-core (1.2.1) katex (0.6.0) execjs (~> 2.7) - knapsack_pro (2.9.0) + knapsack_pro (2.10.1) rake launchy (2.5.0) addressable (~> 2.7) @@ -901,7 +901,7 @@ DEPENDENCIES jsonapi-serializer (~> 2.1) kaminari (~> 1.2) katex (~> 0.6.0) - knapsack_pro (~> 2.9.0) + knapsack_pro (~> 2.10.1) launchy (~> 2.5) liquid (~> 4.0) listen (~> 3.3) diff --git a/vendor/cache/knapsack_pro-2.10.1.gem b/vendor/cache/knapsack_pro-2.10.1.gem new file mode 100644 index 000000000..1a8c9d328 Binary files /dev/null and b/vendor/cache/knapsack_pro-2.10.1.gem differ diff --git a/vendor/cache/knapsack_pro-2.9.0.gem b/vendor/cache/knapsack_pro-2.9.0.gem deleted file mode 100644 index 7bf6cf2c2..000000000 Binary files a/vendor/cache/knapsack_pro-2.9.0.gem and /dev/null differ