Skip to content

Commit

Permalink
Update rspec-rails to 4.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Sep 18, 2019
1 parent 8ee8037 commit 8c86b30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end

group :test do
gem 'rails-controller-testing'
gem 'rspec-rails'
gem 'rspec-rails', '~> 4.0.0.beta2'
gem 'rspec_junit_formatter'
gem 'rspec-retry'

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,14 @@ GEM
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-rails (3.8.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-rails (4.0.0.beta2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.8)
rspec-expectations (~> 3.8)
rspec-mocks (~> 3.8)
rspec-support (~> 3.8)
rspec-retry (0.6.1)
rspec-core (> 3.3)
rspec-support (3.8.2)
Expand Down Expand Up @@ -338,7 +338,7 @@ DEPENDENCIES
pry
rails (~> 6.0.0)
rails-controller-testing
rspec-rails
rspec-rails (~> 4.0.0.beta2)
rspec-retry
rspec_junit_formatter
sass-rails (~> 5.0)
Expand Down

0 comments on commit 8c86b30

Please sign in to comment.