Skip to content

Commit

Permalink
Bump cuprite from 0.14.3 to 0.15 (#1900)
Browse files Browse the repository at this point in the history
Bumps [cuprite](https://github.com/rubycdp/cuprite) from 0.14.3 to 0.15.
- [Release notes](https://github.com/rubycdp/cuprite/releases)
- [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md)
- [Commits](rubycdp/cuprite@v0.14.3...v0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 6, 2023
1 parent 090ee0d commit 47191f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -11,7 +11,7 @@ gem "rails", (rails_version == "main") ? {git: "https://github.com/rails/rails",
gem "rspec-rails", "~> 5"

group :test do
gem "cuprite", "~> 0.8"
gem "cuprite", "~> 0.15"
gem "puma", "~> 6"

gem "selenium-webdriver", "4.9.0" # 4.9.1 requires Ruby 3+
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Expand Up @@ -74,7 +74,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
appraisal (2.5.0)
Expand Down Expand Up @@ -104,9 +104,9 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
cuprite (0.14.3)
cuprite (0.15)
capybara (~> 3.0)
ferrum (~> 0.13.0)
ferrum (~> 0.14.0)
date (3.3.3)
debug (1.8.0)
irb (>= 1.5.0)
Expand All @@ -121,7 +121,7 @@ GEM
rubocop
smart_properties
erubi (1.12.0)
ferrum (0.13)
ferrum (0.14)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.4)
date
Expand All @@ -180,10 +180,10 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -326,7 +326,7 @@ DEPENDENCIES
better_html
bundler (~> 2)
capybara (~> 3)
cuprite (~> 0.8)
cuprite (~> 0.15)
debug
erb_lint
haml (~> 6)
Expand Down

0 comments on commit 47191f0

Please sign in to comment.