Skip to content

Commit 9bf444b

Browse files
committed
Dependency upgrades
1 parent 843bf79 commit 9bf444b

4 files changed

Lines changed: 38 additions & 34 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
ruby: [2.5, 2.6, 2.7, '3.0', 3.1]
17+
ruby: ['2.6', '2.7', '3.0', '3.1']
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,53 @@ GEM
1010
specs:
1111
ast (2.4.2)
1212
chunky_png (1.4.0)
13-
diff-lcs (1.4.4)
14-
parallel (1.21.0)
15-
parser (3.1.0.0)
13+
diff-lcs (1.5.0)
14+
json (2.6.3)
15+
language_server-protocol (3.17.0.2)
16+
parallel (1.22.1)
17+
parser (3.1.3.0)
1618
ast (~> 2.4.1)
17-
rainbow (3.0.0)
18-
rake (13.0.3)
19-
regexp_parser (2.2.0)
19+
rainbow (3.1.1)
20+
rake (13.0.6)
21+
regexp_parser (2.6.1)
2022
rexml (3.2.5)
2123
rqrcode_core (1.2.0)
22-
rspec (3.10.0)
23-
rspec-core (~> 3.10.0)
24-
rspec-expectations (~> 3.10.0)
25-
rspec-mocks (~> 3.10.0)
26-
rspec-core (3.10.1)
27-
rspec-support (~> 3.10.0)
28-
rspec-expectations (3.10.1)
24+
rspec (3.12.0)
25+
rspec-core (~> 3.12.0)
26+
rspec-expectations (~> 3.12.0)
27+
rspec-mocks (~> 3.12.0)
28+
rspec-core (3.12.0)
29+
rspec-support (~> 3.12.0)
30+
rspec-expectations (3.12.1)
2931
diff-lcs (>= 1.2.0, < 2.0)
30-
rspec-support (~> 3.10.0)
31-
rspec-mocks (3.10.2)
32+
rspec-support (~> 3.12.0)
33+
rspec-mocks (3.12.1)
3234
diff-lcs (>= 1.2.0, < 2.0)
33-
rspec-support (~> 3.10.0)
34-
rspec-support (3.10.2)
35-
rubocop (1.24.1)
35+
rspec-support (~> 3.12.0)
36+
rspec-support (3.12.0)
37+
rubocop (1.40.0)
38+
json (~> 2.3)
3639
parallel (~> 1.10)
37-
parser (>= 3.0.0.0)
40+
parser (>= 3.1.2.1)
3841
rainbow (>= 2.2.2, < 4.0)
3942
regexp_parser (>= 1.8, < 3.0)
40-
rexml
41-
rubocop-ast (>= 1.15.1, < 2.0)
43+
rexml (>= 3.2.5, < 4.0)
44+
rubocop-ast (>= 1.23.0, < 2.0)
4245
ruby-progressbar (~> 1.7)
4346
unicode-display_width (>= 1.4.0, < 3.0)
44-
rubocop-ast (1.15.1)
45-
parser (>= 3.0.1.1)
46-
rubocop-performance (1.13.1)
47+
rubocop-ast (1.24.0)
48+
parser (>= 3.1.1.0)
49+
rubocop-performance (1.15.1)
4750
rubocop (>= 1.7.0, < 2.0)
4851
rubocop-ast (>= 0.4.0)
4952
ruby-progressbar (1.11.0)
50-
standard (1.6.0)
51-
rubocop (= 1.24.1)
52-
rubocop-performance (= 1.13.1)
53-
standardrb (1.0.0)
53+
standard (1.20.0)
54+
language_server-protocol (~> 3.17.0.2)
55+
rubocop (= 1.40.0)
56+
rubocop-performance (= 1.15.1)
57+
standardrb (1.0.1)
5458
standard
55-
unicode-display_width (2.1.0)
59+
unicode-display_width (2.3.0)
5660

5761
PLATFORMS
5862
ruby
@@ -65,4 +69,4 @@ DEPENDENCIES
6569
standardrb (~> 1.0)
6670

6771
BUNDLED WITH
68-
2.2.32
72+
2.3.26

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[RQRCode](https://github.com/whomwah/rqrcode) is a library for creating and rendering QR codes into various formats. It has a simple interface with all the standard QR code options. It was adapted from the Javascript library by Kazuhiko Arase.
88

99
* QR code is trademarked by Denso Wave inc
10-
* Minimum Ruby version is `>= 2.3`
10+
* Minimum Ruby version is `>= 2.6`
1111
* For `rqrcode` releases `< 2.0.0` please use [this README](https://github.com/whomwah/rqrcode/blob/v1.2.0/README.md)
1212
* For `rqrcode` releases `< 1.0.0` please use [this README](https://github.com/whomwah/rqrcode/blob/v0.9.0/README.md)
1313

rqrcode.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3030
spec.require_paths = ["lib"]
3131

32-
spec.required_ruby_version = ">= 2.3"
32+
spec.required_ruby_version = ">= 2.6"
3333
spec.add_dependency "rqrcode_core", "~> 1.0"
3434
spec.add_dependency "chunky_png", "~> 1.0"
3535
spec.add_development_dependency "bundler", "~> 2.0"

0 commit comments

Comments
 (0)