Skip to content

Commit

Permalink
Merge pull request #739 from toptal/update-rspec-mocks
Browse files Browse the repository at this point in the history
Remove explicit `main` branch dependencies on rspec* gems after `rspec-mocks` 3.10.2 is released
  • Loading branch information
Ivan Rabotyaga authored Jan 29, 2021
2 parents 0dfebc2 + 2ef5674 commit fc737a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

* [#739](https://github.com/toptal/chewy/pull/739): Remove explicit `main` branch dependencies on rspec* gems after `rspec-mocks` 3.10.2 is released ([@rabotyaga][])

# Version 5.2.0 (2021-01-28)

## Changes
Expand Down Expand Up @@ -486,6 +488,7 @@
* Initial version


[@rabotyaga]: https://github.com/rabotyaga
[@lowang]: https://github.com/lowang
[@bhacaz]: https://github.com/bhacaz
[@bbatsov]: https://github.com/bbatsov
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ gem 'guard-rspec'
gem 'redcarpet'
gem 'yard'

eval(File.read('gemfiles/ruby3.gemfile'), nil, 'gemfiles/ruby3.gemfile') if RUBY_VERSION >= '3.0.0' # rubocop:disable Security/Eval
gem 'rexml' if RUBY_VERSION >= '3.0.0'
2 changes: 1 addition & 1 deletion gemfiles/rails.6.1.activerecord.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gem "will_paginate", require: false
gem "parallel", require: false
gem 'rspec_junit_formatter', '~> 0.4.1'

eval(File.read('gemfiles/ruby3.gemfile'), nil, 'gemfiles/ruby3.gemfile') if RUBY_VERSION >= '3.0.0'
gem 'rexml' if RUBY_VERSION >= '3.0.0'

gemspec path: "../"
10 changes: 0 additions & 10 deletions gemfiles/ruby3.gemfile

This file was deleted.

0 comments on commit fc737a4

Please sign in to comment.