Skip to content

Commit

Permalink
drop support for ruby 2.6 (#106)
Browse files Browse the repository at this point in the history
* drop support for ruby 2.6

* Bump rspec-abq to 1.1.2
  • Loading branch information
michaelglass authored Feb 15, 2023
1 parent e0ae046 commit eba1f09
Show file tree
Hide file tree
Showing 15 changed files with 135 additions and 136 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
strategy:
matrix:
ruby:
- 2.6
- 2.7
- '3.0'
- 3.1
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit_gem:
standard: config/base.yml

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- 'bin/*' # don't worry about binstubs
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
rspec-abq (1.1.1)
rspec-abq (1.1.2)
rspec-core (>= 3.5.0, < 3.13.0)

GEM
Expand All @@ -19,7 +19,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
awesome_print (1.9.2)
capybara (3.36.0)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -33,7 +33,6 @@ GEM
capybara-screenshot (1.0.26)
capybara (>= 1.0, < 4)
launchy
childprocess (4.1.0)
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
Expand All @@ -46,11 +45,11 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
nio4r (2.5.8)
nokogiri (1.13.10-arm64-darwin)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
nokogiri (1.14.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.1.0)
Expand All @@ -60,7 +59,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (5.6.5)
puma (6.1.0)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.2)
Expand Down Expand Up @@ -113,17 +112,17 @@ GEM
syntax_tree (>= 5.0.0, < 6)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.8.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.10662)
sorbet-runtime (0.5.10666)
standard (1.24.3)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
Expand All @@ -136,6 +135,7 @@ GEM
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webrick (1.7.0)
websocket (1.2.9)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.28)
Expand All @@ -147,12 +147,12 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
capybara (= 3.36.0)
capybara (~> 3.38.0)
capybara-inline-screenshot (~> 2.2.1)
gem-release
nokogiri (~> 1.13.10)
nokogiri (~> 1.14.2)
pry (~> 0.14.1)
puma (~> 5.6.5)
puma (~> 6.1.0)
rack (~> 2.2.5)
rake (~> 13.0)
rspec (~> 3.12)
Expand All @@ -164,7 +164,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
ruby-lsp
selenium-webdriver (= 4.1.0)
selenium-webdriver (~> 4.8.0)
simplecov (~> 0.22.0)
standard (>= 1.20.0)
webdrivers (~> 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require 'rspec/abq'

This gem is actively tested against

- rubies 2.6-3.1
- rubies 2.7-3.1
- rspecs 3.5-3.12

as well as a handful of rspec plugins:
Expand Down
28 changes: 14 additions & 14 deletions gemfiles/rspec-3.10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: ..
specs:
rspec-abq (1.1.1)
rspec-abq (1.1.2)
rspec-core (>= 3.5.0, < 3.13.0)

GEM
Expand All @@ -18,7 +18,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
awesome_print (1.9.2)
capybara (3.36.0)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -32,7 +32,6 @@ GEM
capybara-screenshot (1.0.26)
capybara (>= 1.0, < 4)
launchy
childprocess (4.1.0)
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
Expand All @@ -42,17 +41,17 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
nio4r (2.5.8)
nokogiri (1.13.10-arm64-darwin)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
nokogiri (1.14.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (5.6.5)
puma (6.1.0)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.2)
Expand All @@ -76,10 +75,10 @@ GEM
rspec-core (> 3.3)
rspec-support (3.10.3)
rubyzip (2.3.2)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.8.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -90,6 +89,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket (1.2.9)
xpath (3.2.0)
nokogiri (~> 1.8)

Expand All @@ -99,17 +99,17 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
capybara (= 3.36.0)
capybara (~> 3.38.0)
capybara-inline-screenshot (~> 2.2.1)
nokogiri (~> 1.13.10)
nokogiri (~> 1.14.2)
pry (~> 0.14.1)
puma (~> 5.6.5)
puma (~> 6.1.0)
rack (~> 2.2.5)
rspec (~> 3.10, < 3.11)
rspec-abq!
rspec-retry (= 0.6.2)
rspec-snapshot!
selenium-webdriver (= 4.1.0)
selenium-webdriver (~> 4.8.0)
simplecov (~> 0.22.0)
webdrivers (~> 5.2.0)

Expand Down
28 changes: 14 additions & 14 deletions gemfiles/rspec-3.11.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: ..
specs:
rspec-abq (1.1.1)
rspec-abq (1.1.2)
rspec-core (>= 3.5.0, < 3.13.0)

GEM
Expand All @@ -18,7 +18,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
awesome_print (1.9.2)
capybara (3.36.0)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -32,7 +32,6 @@ GEM
capybara-screenshot (1.0.26)
capybara (>= 1.0, < 4)
launchy
childprocess (4.1.0)
coderay (1.1.3)
diff-lcs (1.5.0)
docile (1.4.0)
Expand All @@ -42,17 +41,17 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
nio4r (2.5.8)
nokogiri (1.13.10-arm64-darwin)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
nokogiri (1.14.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (5.6.5)
puma (6.1.0)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.2)
Expand All @@ -76,10 +75,10 @@ GEM
rspec-core (> 3.3)
rspec-support (3.11.1)
rubyzip (2.3.2)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.8.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -90,6 +89,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
websocket (1.2.9)
xpath (3.2.0)
nokogiri (~> 1.8)

Expand All @@ -99,17 +99,17 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
capybara (= 3.36.0)
capybara (~> 3.38.0)
capybara-inline-screenshot (~> 2.2.1)
nokogiri (~> 1.13.10)
nokogiri (~> 1.14.2)
pry (~> 0.14.1)
puma (~> 5.6.5)
puma (~> 6.1.0)
rack (~> 2.2.5)
rspec (~> 3.11, < 3.12)
rspec-abq!
rspec-retry (~> 0.6.2)
rspec-snapshot!
selenium-webdriver (= 4.1.0)
selenium-webdriver (~> 4.8.0)
simplecov (~> 0.22.0)
webdrivers (~> 5.2.0)

Expand Down
Loading

0 comments on commit eba1f09

Please sign in to comment.