Skip to content

Commit

Permalink
Bump capybara from 3.38.0 to 3.39.2 in /src/oc-id
Browse files Browse the repository at this point in the history
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.38.0 to 3.39.2.
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.38.0...3.39.2)

---
updated-dependencies:
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent e5d15e9 commit 6af56c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/oc-id/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ group :doc do
end

group :test do
gem 'capybara', '~> 3.38'
gem 'capybara', '~> 3.39'
gem 'factory_girl_rails', '~> 4.9.0'
gem 'selenium-webdriver', '~> 4.7.1'
gem 'timecop'
Expand Down
20 changes: 10 additions & 10 deletions src/oc-id/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
aws-eventstream (1.2.0)
aws-partitions (1.568.0)
Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.38.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -312,8 +312,8 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.16.3)
mixlib-archive (1.1.7)
mixlib-log
Expand Down Expand Up @@ -374,12 +374,12 @@ GEM
pry (>= 0.13, < 0.15)
psych (4.0.3)
stringio
public_suffix (5.0.0)
racc (1.6.2)
rack (2.2.6.2)
public_suffix (5.0.3)
racc (1.7.1)
rack (2.2.8)
rack-protection (3.0.4)
rack
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.4.6)
actioncable (= 6.1.4.6)
Expand Down Expand Up @@ -417,7 +417,7 @@ GEM
rdoc (6.4.0)
psych (>= 4.0.0)
ref (2.0.0)
regexp_parser (2.6.0)
regexp_parser (2.8.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand Down Expand Up @@ -593,7 +593,7 @@ DEPENDENCIES
better_errors
bigdecimal (= 3.1.3)
binding_of_caller
capybara (~> 3.38)
capybara (~> 3.39)
chef (~> 17)
coffee-rails (~> 5.0)
config (~> 4.1)
Expand Down

0 comments on commit 6af56c6

Please sign in to comment.