diff --git a/Gemfile b/Gemfile index 24bca16f9..7d0523f2f 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ group :development, :test do gem "cypress-rails", "~> 0.5.1" # For end to end tests (E2E) gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally gem "faker", "~> 2.18" # A library for generating fake data such as names, addresses, and phone numbers - gem "knapsack_pro", "~> 2.17.0" # Help parallelize Ruby spec builds + gem "knapsack_pro", "~> 2.18.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", "~> 5.0" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 1.18", require: false # Automatic Ruby code style checking tool diff --git a/Gemfile.lock b/Gemfile.lock index 329185f41..f2659790e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -404,7 +404,7 @@ GEM kaminari-core (1.2.1) katex (0.8.0) execjs (~> 2.7) - knapsack_pro (2.17.0) + knapsack_pro (2.18.0) rake launchy (2.5.0) addressable (~> 2.7) @@ -571,7 +571,7 @@ GEM rake (>= 0.13) thor (~> 1.0) rainbow (3.0.0) - rake (13.0.4) + rake (13.0.6) ransack (2.4.2) activerecord (>= 5.2.4) activesupport (>= 5.2.4) @@ -904,7 +904,7 @@ DEPENDENCIES jsonapi-serializer (~> 2.2) kaminari (~> 1.2) katex (~> 0.8.0) - knapsack_pro (~> 2.17.0) + knapsack_pro (~> 2.18.0) launchy (~> 2.5) liquid (~> 5.0) listen (~> 3.5) diff --git a/vendor/cache/knapsack_pro-2.17.0.gem b/vendor/cache/knapsack_pro-2.17.0.gem deleted file mode 100644 index 32861e599..000000000 Binary files a/vendor/cache/knapsack_pro-2.17.0.gem and /dev/null differ diff --git a/vendor/cache/knapsack_pro-2.18.0.gem b/vendor/cache/knapsack_pro-2.18.0.gem new file mode 100644 index 000000000..7caebeb46 Binary files /dev/null and b/vendor/cache/knapsack_pro-2.18.0.gem differ diff --git a/vendor/cache/rake-13.0.4.gem b/vendor/cache/rake-13.0.4.gem deleted file mode 100644 index de5f33952..000000000 Binary files a/vendor/cache/rake-13.0.4.gem and /dev/null differ diff --git a/vendor/cache/rake-13.0.6.gem b/vendor/cache/rake-13.0.6.gem new file mode 100644 index 000000000..19ae80283 Binary files /dev/null and b/vendor/cache/rake-13.0.6.gem differ