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 cuprite from 0.14.3 to 0.15 #1038

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
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
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
Loading