Skip to content

Commit 9bb6716

Browse files
Bump cuprite from 0.15 to 0.17
Bumps [cuprite](https://github.com/rubycdp/cuprite) from 0.15 to 0.17. - [Release notes](https://github.com/rubycdp/cuprite/releases) - [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md) - [Commits](rubycdp/cuprite@v0.15...v0.17) --- updated-dependencies: - dependency-name: cuprite dependency-version: '0.17' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1539c1 commit 9bb6716

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ group :development do
5252
gem "benchmark"
5353
gem "benchmark-ips", "~> 2"
5454
gem "capybara", "~> 3.40.0"
55-
gem "cuprite", "~> 0.15"
55+
gem "cuprite", "~> 0.17"
5656
gem "debug"
5757
gem "erb_lint", "~> 0.9"
5858
gem "erblint-github", "~> 1.0.1"

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ GEM
7979
addressable
8080
cssbundling-rails (1.4.3)
8181
railties (>= 6.0.0)
82-
cuprite (0.15)
82+
cuprite (0.17)
8383
capybara (~> 3.0)
84-
ferrum (~> 0.14.0)
84+
ferrum (~> 0.17.0)
8585
date (3.4.1)
8686
debug (1.10.0)
8787
irb (~> 1.10)
@@ -98,11 +98,12 @@ GEM
9898
smart_properties
9999
erblint-github (1.0.1)
100100
erubi (1.13.1)
101-
ferrum (0.14)
101+
ferrum (0.17.1)
102102
addressable (~> 2.5)
103+
base64 (~> 0.2)
103104
concurrent-ruby (~> 1.1)
104105
webrick (~> 1.7)
105-
websocket-driver (>= 0.6, < 0.8)
106+
websocket-driver (~> 0.7)
106107
ffi (1.16.3)
107108
hashdiff (1.1.0)
108109
htmlbeautifier (1.4.3)
@@ -141,7 +142,7 @@ GEM
141142
marcel (1.0.4)
142143
matrix (0.4.2)
143144
mini_mime (1.1.5)
144-
mini_portile2 (2.8.8)
145+
mini_portile2 (2.8.9)
145146
minitest (5.25.5)
146147
mocha (2.3.0)
147148
ruby2_keywords (>= 0.0.5)
@@ -300,7 +301,8 @@ GEM
300301
hashdiff (>= 0.4.0, < 2.0.0)
301302
webrick (1.9.1)
302303
websocket (1.2.11)
303-
websocket-driver (0.7.6)
304+
websocket-driver (0.8.0)
305+
base64
304306
websocket-extensions (>= 0.1.0)
305307
websocket-extensions (0.1.5)
306308
xpath (3.2.0)
@@ -322,7 +324,7 @@ DEPENDENCIES
322324
bootsnap (>= 1.4.2)
323325
capybara (~> 3.40.0)
324326
cssbundling-rails (~> 1.4)
325-
cuprite (~> 0.15)
327+
cuprite (~> 0.17)
326328
debug
327329
erb_lint (~> 0.9)
328330
erblint-github (~> 1.0.1)

0 commit comments

Comments
 (0)