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 1.1.2 to 3.40.0 #19

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
40 changes: 18 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ GEM
bcrypt (3.1.18)
builder (3.2.4)
cancancan (3.0.2)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
climate_control (0.2.0)
coffee-script-source (1.12.2)
combustion (1.3.7)
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
thor
will_paginate
ffaker (2.21.0)
ffi (1.15.5)
ffi (1.16.3)
font-awesome-rails (4.7.0.8)
railties (>= 3.2, < 8.0)
globalid (1.1.0)
Expand Down Expand Up @@ -164,10 +164,11 @@ GEM
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mime-types-data (3.2024.0206)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
Expand Down Expand Up @@ -204,8 +205,8 @@ GEM
htmlentities (>= 4.0.0)
public_suffix (5.0.1)
racc (1.7.3)
rack (2.2.6.4)
rack-test (2.0.2)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.8.1)
actioncable (= 5.2.8.1)
Expand Down Expand Up @@ -250,6 +251,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.9.0)
request_store (1.5.1)
rack (>= 1.4)
responders (2.4.1)
Expand All @@ -274,17 +276,12 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
rubyzip (1.3.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
select2-rails (4.0.13)
selenium-webdriver (2.53.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
simple_form (5.2.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
Expand All @@ -307,13 +304,12 @@ GEM
unaccent (0.4.0)
warden (1.2.9)
rack (>= 2.0.9)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
will_paginate (3.3.1)
xpath (0.1.4)
nokogiri (~> 1.3)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
ruby
Expand Down