Skip to content

Commit

Permalink
updates:
Browse files Browse the repository at this point in the history
update capybara to 2.39.2
  • Loading branch information
carlospohlodcodeminer42 committed Jul 10, 2024
1 parent b086d2f commit 3fe7a52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "sqlite3"
gem "sprockets-rails"

gem "capybara", "~> 3.39.2"
# Specify your gem's dependencies in magic_test.gemspec
gemspec
30 changes: 17 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
capybara (3.38.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -111,8 +111,8 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.15.0)
net-imap (0.3.2)
date
Expand All @@ -124,8 +124,10 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
parallel (1.21.0)
parser (3.0.3.2)
Expand All @@ -136,11 +138,11 @@ GEM
pry-stack_explorer (0.6.1)
binding_of_caller (~> 1.0)
pry (~> 0.13)
public_suffix (5.0.1)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
public_suffix (6.0.0)
racc (1.8.0)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.2.3)
actioncable (= 7.0.2.3)
actionmailbox (= 7.0.2.3)
Expand Down Expand Up @@ -169,7 +171,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.2.0)
regexp_parser (2.9.2)
rexml (3.2.5)
rubocop (1.23.0)
parallel (~> 1.10)
Expand All @@ -195,6 +197,7 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.4-x86_64-darwin)
standard (1.5.0)
rubocop (= 1.23.0)
rubocop-performance (= 1.12.0)
Expand All @@ -216,6 +219,7 @@ PLATFORMS

DEPENDENCIES
bundler (>= 2.0)
capybara (~> 3.39.2)
magic_test!
minitest (>= 5.0)
rake (>= 13.0)
Expand Down

0 comments on commit 3fe7a52

Please sign in to comment.