Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Bump rspec-rails from 5.0.1 to 6.0.3 in /gemfiles/rails_61_webpacker #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 42 additions & 41 deletions gemfiles/rails_61_webpacker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
xpath (~> 3.2)
cliver (0.3.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
crass (1.0.6)
cucumber (5.3.0)
builder (~> 3.2, >= 3.2.4)
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
diff-lcs (1.5.0)
docile (1.3.4)
draper (4.0.2)
actionpack (>= 5.0)
Expand All @@ -168,7 +168,7 @@ GEM
activesupport (>= 5.0)
request_store (>= 1.0)
ruby2_keywords
erubi (1.10.0)
erubi (1.12.0)
ferrum (0.11)
addressable (~> 2.5)
cliver (~> 0.3)
Expand All @@ -184,7 +184,7 @@ GEM
has_scope (0.8.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
i18n (1.8.10)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
inherited_resources (1.13.0)
actionpack (>= 5.2, < 6.2)
Expand Down Expand Up @@ -217,9 +217,9 @@ GEM
kaminari-core (1.2.1)
launchy (2.5.0)
addressable (~> 2.7)
loofah (2.10.0)
loofah (2.21.3)
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)
Expand All @@ -229,17 +229,17 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
mini_portile2 (2.8.2)
minitest (5.18.0)
multi_test (0.1.2)
nio4r (2.5.7)
nio4r (2.5.7-java)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.11.7-java)
nokogiri (1.15.2-java)
racc (~> 1.4)
nokogiri (1.11.7-x86_64-linux)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.20.1)
Expand All @@ -264,13 +264,13 @@ GEM
public_suffix (4.0.6)
pundit (2.1.0)
activesupport (>= 3.0.0)
racc (1.5.2)
racc (1.5.2-java)
rack (2.2.3)
racc (1.6.2)
racc (1.6.2-java)
rack (2.2.7)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.4)
actioncable (= 6.1.4)
actionmailbox (= 6.1.4)
Expand All @@ -289,8 +289,9 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7)
Expand All @@ -311,27 +312,27 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.0.1)
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.10.2)
rspec-support (~> 3.12.0)
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.0)
ruby2_keywords (0.0.2)
semantic_range (3.0.0)
simplecov (0.21.2)
Expand All @@ -352,10 +353,10 @@ GEM
sqlite3 (1.4.2)
sys-uname (1.2.2)
ffi (~> 1.1)
thor (1.1.0)
thor (1.2.2)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
Expand All @@ -372,7 +373,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zeitwerk (2.6.8)

PLATFORMS
java
Expand Down