diff --git a/Gemfile b/Gemfile index e63f679d5..7429ef8fb 100644 --- a/Gemfile +++ b/Gemfile @@ -140,7 +140,7 @@ group :development, :test do gem "debug", ">= 1.0.0" # Provide a debug with step capabilities gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally gem "faker", "~> 2.21" # A library for generating fake data such as names, addresses, and phone numbers - gem "knapsack_pro", "~> 3.2.1" # Help parallelize Ruby spec builds + gem "knapsack_pro", "~> 3.3.0" # Help parallelize Ruby spec builds gem "pry", "~> 0.14" # An IRB alternative and runtime developer console gem "pry-rails", "~> 0.3" # Use Pry as your rails console gem "rspec-rails", "~> 5.1" # rspec-rails is a testing framework for Rails 3+ diff --git a/Gemfile.lock b/Gemfile.lock index b81447191..87eec0486 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -451,7 +451,7 @@ GEM kaminari-core (1.2.2) katex (0.9.0) execjs (~> 2.7) - knapsack_pro (3.2.1) + knapsack_pro (3.3.0) rake kramdown (2.4.0) rexml @@ -1025,7 +1025,7 @@ DEPENDENCIES jsonapi-serializer (~> 2.2) kaminari (~> 1.2) katex (~> 0.9.0) - knapsack_pro (~> 3.2.1) + knapsack_pro (~> 3.3.0) launchy (~> 2.5) liquid (~> 5.3) listen (~> 3.7) diff --git a/vendor/cache/knapsack_pro-3.2.1.gem b/vendor/cache/knapsack_pro-3.2.1.gem deleted file mode 100644 index 6dd960588..000000000 Binary files a/vendor/cache/knapsack_pro-3.2.1.gem and /dev/null differ diff --git a/vendor/cache/knapsack_pro-3.3.0.gem b/vendor/cache/knapsack_pro-3.3.0.gem new file mode 100644 index 000000000..1c0930631 Binary files /dev/null and b/vendor/cache/knapsack_pro-3.3.0.gem differ