Skip to content

Commit

Permalink
Bump cuprite from 0.14.3 to 0.15
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 253908b commit 01fa3ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end
group :test do
gem "capybara", "~> 3.40"
gem "capybara-email"
gem "cuprite", "~> 0.14"
gem "cuprite", "~> 0.15"
gem "faker"
gem "rspec"
gem "rspec-rails"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ GEM
crass (1.0.6)
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
cuprite (0.14.3)
cuprite (0.15)
capybara (~> 3.0)
ferrum (~> 0.13.0)
ferrum (~> 0.14.0)
data_migrate (9.2.0)
activerecord (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ GEM
multipart-post (~> 2)
faraday-net_http (3.1.0)
net-http
ferrum (0.13)
ferrum (0.14)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
Expand Down Expand Up @@ -311,7 +311,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.8.1)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-protection (3.0.1)
Expand Down Expand Up @@ -552,7 +552,7 @@ DEPENDENCIES
capybara-email
console1984 (~> 0.1.29)
cssbundling-rails
cuprite (~> 0.14)
cuprite (~> 0.15)
data_migrate
debug
devise
Expand Down

0 comments on commit 01fa3ce

Please sign in to comment.