diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-06-29 22:43:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 22:43:34 +0900 |
commit | bc6ac0ae09787de2f8ac253e1319ff389da9ea34 (patch) | |
tree | c650c42f01bff07f15dd36b5709bcda12d31ee1a | |
parent | 1b016aeeb1459bc3d772ca1743b7aef1242dc6ed (diff) |
Bump rails-controller-testing from 1.0.4 to 1.0.5 (#14161)
Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/rails/rails-controller-testing/releases) - [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.4...v1.0.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 533bbaf96..c0028fa5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -463,10 +463,10 @@ GEM bundler (>= 1.3.0) railties (= 5.2.4.3) sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.4) - actionpack (>= 5.0.1.x) - actionview (>= 5.0.1.x) - activesupport (>= 5.0.1.x) + rails-controller-testing (1.0.5) + actionpack (>= 5.0.1.rc1) + actionview (>= 5.0.1.rc1) + activesupport (>= 5.0.1.rc1) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) |