Skip to content

Commit

Permalink
build(deps-dev): bump rspec-rails from 4.1.0 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 17, 2021
1 parent db2e388 commit df692df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ group :test do
gem 'rspec-collection_matchers'
gem 'rspec-instafail'
gem 'rspec-its'
gem 'rspec-rails', '~> 4.1.0'
gem 'rspec-rails', '~> 5.0.0'
gem 'rspec-wait'
gem 'rspec_api_documentation', '>= 6.1.0'
gem 'rubocop', '~> 1.11.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,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)
Expand Down Expand Up @@ -579,7 +579,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-instafail
rspec-its
rspec-rails (~> 4.1.0)
rspec-rails (~> 5.0.0)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.11.0)
Expand Down

0 comments on commit df692df

Please sign in to comment.