Skip to content

Commit

Permalink
Update Ruby version used on CI. Update CI script. Update development …
Browse files Browse the repository at this point in the history
…gems
  • Loading branch information
leonid-shevtsov committed Jul 5, 2024
1 parent 705b4a2 commit 201924f
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 51 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ jobs:
strategy:
matrix:
ruby:
- '2.7.6'
- '3.0.4'
- '3.1.2'
- '3.0.7'
- '3.1.6'
- '3.2.4'
- '3.3.3'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Bundle
run: bundle install
bundler-cache: true

- name: Appraisal install
run: bundle exec appraisal install

Expand Down
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require: rubocop-rspec

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
NewCops: enable
Exclude:
- 'gemfiles/**/*'
- "gemfiles/**/*"

Layout/LineLength:
Max: 120
Expand Down Expand Up @@ -34,8 +34,8 @@ Style/StringLiteralsInInterpolation:

Style/FrozenStringLiteralComment:
Exclude:
- 'examples/**/*'
- "examples/**/*"

Style/TrailingCommaInHashLiteral:
Exclude:
- 'examples/**/*'
- "examples/**/*"
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.3.3
103 changes: 63 additions & 40 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,63 +6,86 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
appraisal (2.4.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
ast (2.4.2)
crack (0.4.5)
bigdecimal (3.1.8)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.0)
hashdiff (1.0.1)
mail (2.7.1)
date (3.3.4)
diff-lcs (1.5.1)
hashdiff (1.1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
mail (2.8.1)
mini_mime (>= 0.1.1)
mini_mime (1.1.2)
net-smtp (0.1.0)
parallel (1.22.1)
parser (3.1.2.0)
net-imap
net-pop
net-smtp
mini_mime (1.1.5)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
public_suffix (4.0.7)
racc
public_suffix (5.1.1)
racc (1.8.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.4.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.11.1)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.29.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.17.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
thor (1.2.1)
unicode-display_width (2.1.0)
vcr (6.1.0)
webmock (3.14.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.2)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
unicode-display_width (2.5.0)
vcr (6.2.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -84,4 +107,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.1.4
2.5.14

0 comments on commit 201924f

Please sign in to comment.