Skip to content

Commit

Permalink
Update dependency rspec-rails to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent d40c85f commit fcdddd4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ group :test do
gem 'factory_bot'
gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master'
gem 'fuubar'
gem 'rspec-rails', '~> 5.1.0'
gem 'rspec-rails', '~> 6.1.0'
gem 'simplecov', '0.17.1', require: false # CC last supported v0.17
gem 'vcr'
gem 'webdrivers'
Expand Down
82 changes: 42 additions & 40 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
bindex (0.8.1)
bootsnap (1.11.1)
msgpack (~> 1.2)
builder (3.2.4)
builder (3.3.0)
capybara (3.35.3)
addressable
mini_mime (>= 0.1.3)
Expand All @@ -84,17 +84,17 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.4)
crack (0.4.5)
rexml
crass (1.0.6)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.10.0)
erubi (1.13.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
faraday (1.7.1)
Expand Down Expand Up @@ -125,29 +125,29 @@ GEM
globalid (0.5.2)
activesupport (>= 5.0)
hashdiff (1.0.1)
i18n (1.10.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
json (2.5.1)
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.18.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.1)
mini_portile2 (2.8.0)
minitest (5.15.0)
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.5.1)
multipart-post (2.1.1)
nio4r (2.5.8)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pg (1.2.3)
pry (0.14.1)
Expand All @@ -156,12 +156,12 @@ GEM
public_suffix (4.0.6)
puma (5.4.0)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
racc (1.8.1)
rack (2.2.9)
rack-proxy (0.7.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.4.1)
actioncable (= 6.1.4.1)
actionmailbox (= 6.1.4.1)
Expand All @@ -177,40 +177,42 @@ GEM
bundler (>= 1.15.0)
railties (= 6.1.4.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
method_source
rake (>= 0.13)
thor (~> 1.0)
rake (13.0.6)
rake (13.2.1)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand Down Expand Up @@ -240,12 +242,12 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.2.1)
thor (1.3.1)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
vcr (6.0.0)
web-console (4.1.0)
Expand All @@ -271,7 +273,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.4)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -291,7 +293,7 @@ DEPENDENCIES
pry (= 0.14.1)
puma (~> 5.4)
rails (~> 6.1)
rspec-rails (~> 5.1.0)
rspec-rails (~> 6.1.0)
sass-rails (>= 6)
simplecov (= 0.17.1)
turbolinks (~> 5)
Expand Down

0 comments on commit fcdddd4

Please sign in to comment.