Skip to content

Commit 2a173ac

Browse files
committed
Bump up Ruby
1 parent 8733383 commit 2a173ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
gemfile: [websocket-driver-0.6.x, websocket-driver-0.7.x]
15-
ruby: [2.6, 2.7, 3.0]
15+
ruby: [2.7, 3.0, 3.1]
1616
runs-on: ubuntu-latest
1717
env:
1818
FERRUM_PROCESS_TIMEOUT: 20

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.6
2+
TargetRubyVersion: 2.7
33
NewCops: enable
44

55
Layout/FirstArrayElementIndentation:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ a block with this page, after which the page is closed.
2828
### Changed
2929

3030
- Use `Concurrent::MVar` as `execution_id` in `Ferrum::Frame`
31-
- Min Ruby version is 2.6 and 3.0 is supported
31+
- Min Ruby version >= 2.7
3232
- `Ferrum::Page#bypass_csp` accepts hash as argument `enabled: true` by default
3333
- `Ferrum::Context#has_target?` -> `Ferrum::Context#target?`
3434
- We now start looking for Chrome first instead of Chromium, the order for checking binaries has changed

ferrum.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
"rubygems_mfa_required" => "true"
2424
}
2525

26-
s.required_ruby_version = ">= 2.6.0"
26+
s.required_ruby_version = ">= 2.7.0"
2727

2828
s.add_runtime_dependency "addressable", "~> 2.5"
2929
s.add_runtime_dependency "concurrent-ruby", "~> 1.1"

0 commit comments

Comments
 (0)