From 2761f8ac8676a72b0875a620f767b686aa78fa88 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:39:53 +0100 Subject: [PATCH] Bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a3c955f81..dd2d8e625 100644 --- a/Gemfile +++ b/Gemfile @@ -153,7 +153,7 @@ group :development, :test do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-commands-rspec' - gem 'rspec-rails', '~> 3.0' + gem 'rspec-rails' # Deploy gem 'mina', ref: '343a7', git: 'https://github.com/mina-deploy/mina.git' diff --git a/Gemfile.lock b/Gemfile.lock index f234386c5..694f7458f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -813,7 +813,7 @@ DEPENDENCIES rails-controller-testing rest-client rgeo-geojson - rspec-rails (~> 3.0) + rspec-rails rspec_junit_formatter rubocop rubocop-rspec-focused