Skip to content

Commit

Permalink
Upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Aug 27, 2023
1 parent fa082d3 commit ee9636a
Show file tree
Hide file tree
Showing 18 changed files with 156 additions and 133 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ jobs:
strategy:
matrix:
ruby:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
gemfile:
- jekyll3
- jekyll4
steps:
- name: Checkout git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Setup MRI ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Cache vendor/bundle-${{ matrix.gemfile }} for MRI ${{ matrix.ruby }}
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor/bundle-${{ matrix.gemfile }}
key: ${{ runner.os }}-mri-${{ matrix.ruby }}-bundle-${{ matrix.gemfile }}-${{ hashFiles(format('Gemfile-{0}', matrix.gemfile)) }}
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
NewCops: enable
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
Layout/ExtraSpacing:
AllowBeforeTrailingComments: true
Layout/HashAlignment:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning].

### Removed

* Drop support for Ruby MRI versions below 2.5.
* Drop support for Ruby MRI versions below 2.7.

## [v3.0.0] - 2020-09-06

Expand Down
8 changes: 7 additions & 1 deletion Gemfile-jekyll3
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ source 'https://rubygems.org/'
gemspec

group :development do
gem 'jekyll', '~> 3.0'
gem 'benchmark-ips', '~> 2.7'
gem 'jekyll', '~> 3.0'
gem 'minitest', '~> 5.8'
gem 'nokogiri', '~> 1.6'
gem 'pry', '~> 0.10'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.13'
end
90 changes: 46 additions & 44 deletions Gemfile-jekyll3.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
benchmark-ips (2.8.4)
base64 (0.1.1)
benchmark-ips (2.12.0)
coderay (1.1.3)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.1)
jekyll (3.9.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
Expand All @@ -39,64 +40,65 @@ GEM
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
json (2.6.3)
kramdown (2.4.0)
rexml
liquid (4.0.3)
listen (3.5.1)
language_server-protocol (3.17.0.3)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
method_source (1.0.0)
mini_portile2 (2.5.1)
minitest (5.14.4)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
minitest (5.19.0)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.11.3-x86_64-darwin)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.1.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
racc (1.5.2)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.10.4)
public_suffix (5.0.3)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rouge (3.26.0)
rubocop (1.13.0)
regexp_parser (2.8.1)
rexml (3.2.6)
rouge (3.30.0)
rubocop (1.56.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
unicode-display_width (2.0.0)
unicode-display_width (2.4.2)

PLATFORMS
ruby
x86_64-darwin-20
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -110,4 +112,4 @@ DEPENDENCIES
rubocop (~> 1.13)

BUNDLED WITH
2.2.16
2.4.19
8 changes: 7 additions & 1 deletion Gemfile-jekyll4
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ source 'https://rubygems.org/'
gemspec

group :development do
gem 'jekyll', '~> 4.0'
gem 'benchmark-ips', '~> 2.7'
gem 'jekyll', '~> 4.0'
gem 'minitest', '~> 5.8'
gem 'nokogiri', '~> 1.6'
gem 'pry', '~> 0.10'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.13'
end
116 changes: 62 additions & 54 deletions Gemfile-jekyll4.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,100 +6,108 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
benchmark-ips (2.8.4)
base64 (0.1.1)
benchmark-ips (2.12.0)
coderay (1.1.3)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.10)
google-protobuf (3.24.2-arm64-darwin)
google-protobuf (3.24.2-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
language_server-protocol (3.17.0.3)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
method_source (1.0.0)
mini_portile2 (2.5.1)
minitest (5.14.4)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
minitest (5.19.0)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.11.3-x86_64-darwin)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
nokogiri (1.11.3-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.1.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
racc (1.5.2)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.10.4)
public_suffix (5.0.3)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rouge (3.26.0)
rubocop (1.13.0)
regexp_parser (2.8.1)
rexml (3.2.6)
rouge (4.1.3)
rubocop (1.56.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
sass-embedded (1.66.1-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.66.1-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
webrick (1.8.1)

PLATFORMS
ruby
x86_64-darwin-20
arm64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -113,4 +121,4 @@ DEPENDENCIES
rubocop (~> 1.13)

BUNDLED WITH
2.2.16
2.4.19
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are no runtime dependencies, except for the minification tool used
for bundling (fingerprinting has no dependencies).

The plugin requires Jekyll version 3 or 4. It is tested with Ruby MRI
2.5 and later.
2.7 and later.

The plugin works with Jekyll's watch mode (auto-regeneration, Jekyll
option `--watch`), but not with incremental feature enabled (Jekyll
Expand Down
Loading

0 comments on commit ee9636a

Please sign in to comment.