Skip to content

Commit

Permalink
Update dependency rspec-rails to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 40f2503 commit a03fc2f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'rack-test', '2.1.0'
gem 'rake', '13.2.1', require: false
gem 'relative_time', '1.1.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '6.1.2', require: false
gem 'rspec-rails', '7.0.0', require: false
gem 'rubocop', '1.61.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'sass', '3.7.4'
Expand Down
80 changes: 42 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
actionpack (7.2.1)
actionview (= 7.2.1)
activesupport (= 7.2.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack (>= 2.2.4, < 3.2)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
useragent (~> 0.16)
actionview (7.2.1)
activesupport (= 7.2.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.1.3.2)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
ast (2.4.2)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand All @@ -35,11 +37,11 @@ GEM
backtrace (0.4.0)
base58 (0.2.3)
base64 (0.2.0)
bigdecimal (3.1.7)
builder (3.2.4)
bigdecimal (3.1.8)
builder (3.3.0)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
descendants_tracker (0.0.4)
Expand All @@ -48,7 +50,7 @@ GEM
differ (0.1.2)
docile (1.4.0)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -82,19 +84,20 @@ GEM
temple (>= 0.8.2)
thor
tilt
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
io-console (0.7.2)
irb (1.11.2)
rdoc
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
iri (0.8.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -104,12 +107,11 @@ GEM
multipart-post (2.4.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
nokogiri (1.16.3-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
openssl (3.2.0)
parallel (1.25.1)
Expand All @@ -124,7 +126,7 @@ GEM
random-port (~> 0.3)
psych (5.1.2)
stringio
racc (1.8.0)
racc (1.8.1)
rack (3.0.9.1)
rack-protection (4.0.0)
base64 (>= 0.1.0)
Expand All @@ -145,10 +147,10 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
irb
railties (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
Expand All @@ -159,29 +161,29 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.2)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
relative_time (1.1.0)
i18n
reline (0.4.3)
reline (0.5.9)
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.1)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.0.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -209,6 +211,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
securerandom (0.3.1)
sentry-raven (3.1.2)
faraday (>= 1.0)
simplecov (0.22.0)
Expand Down Expand Up @@ -236,19 +239,20 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
telebot (0.1.2)
faraday
faraday_middleware
virtus
temple (0.10.3)
thor (1.3.1)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
useragent (0.16.10)
virtus (2.0.0)
axiom-types (~> 0.1)
coercible (~> 1.0)
Expand All @@ -259,7 +263,7 @@ GEM
nokogiri (~> 1.10)
rainbow (~> 3.0)
slop (~> 4.4)
zeitwerk (2.6.13)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-22
Expand All @@ -282,7 +286,7 @@ DEPENDENCIES
rake (= 13.2.1)
relative_time (= 1.1.0)
rerun (= 0.14.0)
rspec-rails (= 6.1.2)
rspec-rails (= 7.0.0)
rubocop (= 1.61.0)
rubocop-rspec (= 3.0.3)
sass (= 3.7.4)
Expand Down

0 comments on commit a03fc2f

Please sign in to comment.