diff --git a/Gemfile b/Gemfile index 5fc6f89cc..a2d391561 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ group :development, :test do gem "faker", "~> 2.16" # A library for generating fake data such as names, addresses, and phone numbers gem "knapsack_pro", "~> 2.11.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", "~> 4.1" # rspec-rails is a testing framework for Rails 3+ + gem "rspec-rails", "~> 5.0" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 1.11", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.10", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.9", require: false # Automatic Rails code style checking tool diff --git a/Gemfile.lock b/Gemfile.lock index 54390aa77..7b02998b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -491,12 +491,12 @@ GEM http-2 (~> 0.11) netrc (0.11.0) nio4r (2.5.5) - nokogiri (1.11.1) + nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.1-x86_64-darwin) + nokogiri (1.11.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.11.1-x86_64-linux) + nokogiri (1.11.2-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -682,10 +682,10 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.1.0) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + rspec-rails (5.0.0) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) rspec-core (~> 3.10) rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) @@ -999,7 +999,7 @@ DEPENDENCIES rouge (~> 3.26) rpush (~> 5.3) rpush-redis (~> 1.1) - rspec-rails (~> 4.1) + rspec-rails (~> 5.0) rspec-retry (~> 0.6) rubocop (~> 1.11) rubocop-performance (~> 1.10) diff --git a/vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem b/vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem deleted file mode 100644 index 2d8c028c2..000000000 Binary files a/vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.11.1-x86_64-linux.gem b/vendor/cache/nokogiri-1.11.1-x86_64-linux.gem deleted file mode 100644 index e03cbd3fb..000000000 Binary files a/vendor/cache/nokogiri-1.11.1-x86_64-linux.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.11.2-x86_64-darwin.gem b/vendor/cache/nokogiri-1.11.2-x86_64-darwin.gem new file mode 100644 index 000000000..3ae82e798 Binary files /dev/null and b/vendor/cache/nokogiri-1.11.2-x86_64-darwin.gem differ diff --git a/vendor/cache/nokogiri-1.11.2-x86_64-linux.gem b/vendor/cache/nokogiri-1.11.2-x86_64-linux.gem new file mode 100644 index 000000000..49799caf8 Binary files /dev/null and b/vendor/cache/nokogiri-1.11.2-x86_64-linux.gem differ diff --git a/vendor/cache/nokogiri-1.11.1.gem b/vendor/cache/nokogiri-1.11.2.gem similarity index 73% rename from vendor/cache/nokogiri-1.11.1.gem rename to vendor/cache/nokogiri-1.11.2.gem index 0233e904c..3bf01dc8b 100644 Binary files a/vendor/cache/nokogiri-1.11.1.gem and b/vendor/cache/nokogiri-1.11.2.gem differ diff --git a/vendor/cache/rspec-rails-4.1.0.gem b/vendor/cache/rspec-rails-4.1.0.gem deleted file mode 100644 index c6030d0c6..000000000 Binary files a/vendor/cache/rspec-rails-4.1.0.gem and /dev/null differ diff --git a/vendor/cache/rspec-rails-5.0.0.gem b/vendor/cache/rspec-rails-5.0.0.gem new file mode 100644 index 000000000..1518ad2cb Binary files /dev/null and b/vendor/cache/rspec-rails-5.0.0.gem differ