Skip to content

Commit

Permalink
Update rspec-rails.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Sep 1, 2024
1 parent a5777a9 commit d76fa0f
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 92 deletions.
3 changes: 3 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ end
gem "ransack", "~> 4.2.0"
gem "acts-as-taggable-on", "~> 11.0"
gem "puma", "~> 6.0"
group :test do
gem "rspec-rails", "~> 6.0"
end
end
end
end
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ group :development, :test do
end

group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 5.0"
gem "rails-controller-testing"
# Adds support for Capybara system testing and selenium driver
gem "capybara"
Expand Down
55 changes: 28 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
bootsnap (1.16.0)
msgpack (~> 1.2)
brakeman (5.4.0)
builder (3.2.4)
builder (3.3.0)
bump (0.10.0)
bundler-integrity (1.0.9)
byebug (11.1.3)
Expand All @@ -142,7 +142,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
chartkick (4.2.1)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
countries (4.2.3)
i18n_data (~> 0.16.0)
sixarm_ruby_unaccent (~> 1.1)
Expand All @@ -164,23 +164,24 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dry-initializer (3.1.1)
erb-formatter (0.3.0)
erubi (1.12.0)
erubi (1.13.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (2.22.0)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
friendly_id (5.4.2)
activerecord (>= 4.0.0)
fuubar (2.5.1)
Expand All @@ -204,7 +205,7 @@ GEM
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.12)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -236,7 +237,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -252,11 +253,11 @@ GEM
matrix (0.4.2)
meta-tags (2.18.0)
actionpack (>= 3.2.0, < 7.1)
method_source (1.0.0)
method_source (1.1.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.5.6)
multi_xml (0.6.0)
net-imap (0.3.7)
Expand All @@ -269,10 +270,10 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.16.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (6.0.4)
Expand All @@ -288,8 +289,8 @@ GEM
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.7.1)
rack (2.2.8)
racc (1.8.1)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
Expand Down Expand Up @@ -342,23 +343,23 @@ GEM
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.6)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.1)
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 (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-support (~> 3.13.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.1)
rubocop (1.35.1)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -448,7 +449,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand Down Expand Up @@ -507,7 +508,7 @@ DEPENDENCIES
rails-controller-testing
ransack
redis (~> 4.0)
rspec-rails (~> 4.0.0)
rspec-rails (~> 5.0)
rubocop
rubocop-shopify
selenium-webdriver
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_3.0.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :test do
end

group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 5.0"
gem "rails-controller-testing"
gem "capybara"
gem "selenium-webdriver"
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails_6.0_ruby_3.0.3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -346,10 +346,10 @@ GEM
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
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)
Expand Down Expand Up @@ -504,7 +504,7 @@ DEPENDENCIES
rails-controller-testing
ransack (~> 3.1.0)
redis (~> 4.0)
rspec-rails (~> 4.0.0)
rspec-rails (~> 5.0)
rubocop
rubocop-shopify
selenium-webdriver
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0_ruby_3.2.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :test do
end

group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 5.0"
gem "rails-controller-testing"
gem "capybara"
gem "selenium-webdriver"
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails_6.0_ruby_3.2.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -342,10 +342,10 @@ GEM
rspec-mocks (3.12.4)
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-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)
Expand Down Expand Up @@ -503,7 +503,7 @@ DEPENDENCIES
rails-controller-testing
ransack (~> 3.1.0)
redis (~> 4.0)
rspec-rails (~> 4.0.0)
rspec-rails (~> 5.0)
rubocop
rubocop-shopify
selenium-webdriver
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.0.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :test do
end

group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 5.0"
gem "rails-controller-testing"
gem "capybara"
gem "selenium-webdriver"
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails_6.1_ruby_3.0.3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -346,10 +346,10 @@ GEM
rspec-mocks (3.12.4)
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-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)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
rails-controller-testing
ransack (~> 4.0.0)
redis (~> 4.0)
rspec-rails (~> 4.0.0)
rspec-rails (~> 5.0)
rubocop
rubocop-shopify
selenium-webdriver
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1_ruby_3.2.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :test do
end

group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 5.0"
gem "rails-controller-testing"
gem "capybara"
gem "selenium-webdriver"
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails_6.1_ruby_3.2.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -346,10 +346,10 @@ GEM
rspec-mocks (3.12.4)
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-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)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
rails-controller-testing
ransack (~> 4.0.0)
redis (~> 4.0)
rspec-rails (~> 4.0.0)
rspec-rails (~> 5.0)
rubocop
rubocop-shopify
selenium-webdriver
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0_ruby_3.0.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :test do
end

group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 5.0"
gem "rails-controller-testing"
gem "capybara"
gem "selenium-webdriver"
Expand Down
12 changes: 6 additions & 6 deletions gemfiles/rails_7.0_ruby_3.0.3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -352,10 +352,10 @@ GEM
rspec-mocks (3.12.4)
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-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)
Expand Down Expand Up @@ -512,7 +512,7 @@ DEPENDENCIES
rails-controller-testing
ransack (~> 4.0.0)
redis (~> 4.0)
rspec-rails (~> 4.0.0)
rspec-rails (~> 5.0)
rubocop
rubocop-shopify
selenium-webdriver
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0_ruby_3.2.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :test do
end

group :test do
gem "rspec-rails", "~> 4.0.0"
gem "rspec-rails", "~> 5.0"
gem "rails-controller-testing"
gem "capybara"
gem "selenium-webdriver"
Expand Down
Loading

0 comments on commit d76fa0f

Please sign in to comment.