Skip to content

Commit

Permalink
Upgrade rspec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrec committed Oct 7, 2023
1 parent 9e07515 commit 84a958e
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 @@ -80,7 +80,7 @@ group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'dotenv-rails'
gem 'factory_bot_rails'
gem 'rspec-rails', '4.0.2'
gem 'rspec-rails', '~> 6.0'
gem 'rspec_junit_formatter'
gem 'faker'
end
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,14 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-rails (6.0.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
Expand Down Expand Up @@ -504,7 +504,7 @@ DEPENDENCIES
rails-i18n
recaptcha
rollbar
rspec-rails (= 4.0.2)
rspec-rails (~> 6.0)
rspec_junit_formatter
sass-rails
selenium-webdriver (~> 4.13)
Expand Down

0 comments on commit 84a958e

Please sign in to comment.