Skip to content

Commit

Permalink
[rb] update minimum Ruby version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 8, 2021
1 parent f11bd82 commit de90992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# selenium-webdriver

This gem provides Ruby bindings for Selenium and supports MRI > 2.5
This gem provides Ruby bindings for Selenium and supports MRI >= 2.6

## Install

Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-devtools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
}

s.required_rubygems_version = Gem::Requirement.new('> 1.3.1') if s.respond_to? :required_rubygems_version=
s.required_ruby_version = Gem::Requirement.new('>= 2.5')
s.required_ruby_version = Gem::Requirement.new('>= 2.6')

s.files = [
'LICENSE',
Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
}

s.required_rubygems_version = Gem::Requirement.new('> 1.3.1') if s.respond_to? :required_rubygems_version=
s.required_ruby_version = Gem::Requirement.new('>= 2.5')
s.required_ruby_version = Gem::Requirement.new('>= 2.6')

s.files = [
'CHANGES',
Expand Down

0 comments on commit de90992

Please sign in to comment.