Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump capybara from 3.34.0 to 3.38.0 #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ end
group :development, :test do
gem "amazing_print", "~> 1.2" # Great Ruby debugging companion: pretty print Ruby objects to visualize their structure
gem "bullet", "~> 6.1" # help to kill N+1 queries and unused eager loading
gem "capybara", "~> 3.34" # Capybara is an integration testing tool for rack based web applications
gem "capybara", "~> 3.38" # Capybara is an integration testing tool for rack based web applications
gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally
gem "faker", "~> 2.15" # A library for generating fake data such as names, addresses, and phone numbers
gem "knapsack_pro", "~> 2.11.0" # Help parallelize Ruby spec builds
Expand Down
48 changes: 25 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
approvals (0.0.24)
nokogiri (~> 1.6)
thor (~> 0.18)
ast (2.4.1)
ast (2.4.2)
aws-eventstream (1.1.0)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
Expand Down Expand Up @@ -156,13 +156,14 @@ GEM
bundler (>= 1.2.0, < 3)
thor (>= 0.18, < 2)
byebug (11.1.3)
capybara (3.34.0)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.1.0)
activemodel (>= 5.0.0)
Expand Down Expand Up @@ -298,7 +299,7 @@ GEM
browser (>= 2.0)
distribution
railties (>= 5)
fix-db-schema-conflicts (3.0.3)
fix-db-schema-conflicts (3.1.0)
rubocop (>= 0.38.0)
flipper (0.20.3)
flipper-active_record (0.20.3)
Expand Down Expand Up @@ -445,6 +446,7 @@ GEM
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
matrix (0.4.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
memory_profiler (1.0.0)
Expand All @@ -455,8 +457,8 @@ GEM
mimemagic (0.3.5)
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.14.3)
msgpack (1.3.3)
multi_json (1.15.0)
Expand All @@ -467,12 +469,12 @@ GEM
nenv (0.3.0)
netrc (0.11.0)
nio4r (2.5.4)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -510,7 +512,7 @@ GEM
rack
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.1.2.1)
ast (~> 2.4.1)
patron (0.13.3)
pg (1.2.3)
Expand All @@ -522,7 +524,7 @@ GEM
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
public_suffix (4.0.7)
puma (5.1.1)
nio4r (~> 2.0)
pundit (2.1.0)
Expand All @@ -539,8 +541,8 @@ GEM
rest-client (~> 2.0, >= 2.0.2)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
rack (2.2.3)
racc (1.6.0)
rack (2.2.4)
rack-attack (6.4.0)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand All @@ -551,8 +553,8 @@ GEM
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rack-timeout (0.6.0)
rails (6.0.3.4)
actioncable (= 6.0.3.4)
Expand Down Expand Up @@ -582,7 +584,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.3)
ransack (2.4.2)
activerecord (>= 5.2.4)
Expand Down Expand Up @@ -611,7 +613,7 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.9.0)
redis (>= 4, < 5)
regexp_parser (1.8.2)
regexp_parser (2.6.1)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
Expand All @@ -624,7 +626,7 @@ GEM
netrc (~> 0.8)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.4)
rexml (3.2.5)
rolify (5.3.0)
rouge (3.26.0)
rspec (3.10.0)
Expand Down Expand Up @@ -659,8 +661,8 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.0)
parser (>= 2.7.1.5)
rubocop-ast (1.23.0)
parser (>= 3.1.1.0)
rubocop-performance (1.9.2)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand Down Expand Up @@ -786,7 +788,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode-display_width (2.3.0)
uniform_notifier (1.13.2)
validate_url (1.0.13)
activemodel (>= 3.0.0)
Expand Down Expand Up @@ -858,7 +860,7 @@ DEPENDENCIES
buffer (~> 0.1)
bullet (~> 6.1)
bundler-audit (~> 0.7)
capybara (~> 3.34)
capybara (~> 3.38)
carrierwave (~> 2.0)
carrierwave-bombshelter (~> 0.2)
cld (~> 0.8)
Expand Down
Binary file removed vendor/cache/ast-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/ast-2.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/capybara-3.34.0.gem
Binary file not shown.
Binary file added vendor/cache/capybara-3.38.0.gem
Binary file not shown.
Binary file removed vendor/cache/fix-db-schema-conflicts-3.0.3.gem
Binary file not shown.
Binary file added vendor/cache/fix-db-schema-conflicts-3.1.0.gem
Binary file not shown.
Binary file added vendor/cache/matrix-0.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_mime-1.0.2.gem
Binary file not shown.
Binary file added vendor/cache/mini_mime-1.1.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.9-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.9-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.9.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.0.0.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.1.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-4.0.6.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-4.0.7.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.4.gem
Binary file not shown.
Binary file removed vendor/cache/rack-test-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/rack-test-2.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/rainbow-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-1.8.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.4.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.2.5.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.23.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.0.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.3.0.gem
Binary file not shown.