Bump rspec and rspec-rails

This commit is contained in:
Benjamin Neff 2022-07-03 04:53:55 +02:00
parent c60a8a912e
commit 851797d45f
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 17 additions and 17 deletions

View file

@ -56,6 +56,6 @@ group :development, :test do
gem "rake" gem "rake"
# unit tests # unit tests
gem "rspec", "~> 3.10.0" gem "rspec", "~> 3.11.0"
gem "rspec-rails", "~> 5.0.1" gem "rspec-rails", "~> 5.1.2"
end end

View file

@ -47,7 +47,7 @@ GEM
crack (0.4.5) crack (0.4.5)
rexml rexml
crass (1.0.6) crass (1.0.6)
diff-lcs (1.4.4) diff-lcs (1.5.0)
docile (1.4.0) docile (1.4.0)
erubi (1.10.0) erubi (1.10.0)
ethon (0.15.0) ethon (0.15.0)
@ -145,22 +145,22 @@ GEM
ffi (~> 1.0) ffi (~> 1.0)
regexp_parser (2.5.0) regexp_parser (2.5.0)
rexml (3.2.5) rexml (3.2.5)
rspec (3.10.0) rspec (3.11.0)
rspec-core (~> 3.10.0) rspec-core (~> 3.11.0)
rspec-expectations (~> 3.10.0) rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.10.0) rspec-mocks (~> 3.11.0)
rspec-collection_matchers (1.2.0) rspec-collection_matchers (1.2.0)
rspec-expectations (>= 2.99.0.beta1) rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.10.1) rspec-core (3.11.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-expectations (3.10.1) rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-json_expectations (2.2.0) rspec-json_expectations (2.2.0)
rspec-mocks (3.10.2) rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.11.0)
rspec-rails (5.0.2) rspec-rails (5.1.2)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
railties (>= 5.2) railties (>= 5.2)
@ -168,7 +168,7 @@ GEM
rspec-expectations (~> 3.10) rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10) rspec-mocks (~> 3.10)
rspec-support (~> 3.10) rspec-support (~> 3.10)
rspec-support (3.10.3) rspec-support (3.11.0)
rubocop (1.31.2) rubocop (1.31.2)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
@ -237,10 +237,10 @@ DEPENDENCIES
pry pry
pry-byebug pry-byebug
rake rake
rspec (~> 3.10.0) rspec (~> 3.11.0)
rspec-collection_matchers (~> 1.2.0) rspec-collection_matchers (~> 1.2.0)
rspec-json_expectations (~> 2.1) rspec-json_expectations (~> 2.1)
rspec-rails (~> 5.0.1) rspec-rails (~> 5.1.2)
rubocop (= 1.31.2) rubocop (= 1.31.2)
rubocop-rails (= 2.15.2) rubocop-rails (= 2.15.2)
rubocop-rake (= 0.6.0) rubocop-rake (= 0.6.0)