Skip to content

Commit af1fa6e

Browse files
committed
chore(deps): Update bundler and rake for ruby 3.2+
Ruby <=3.1 is end-of-life so we can stop supporting it. Reimplementation of [Update development dependencies to solve error by andyw8 · Pull Request #15 · joshbeckman/readwise-ruby](#15)
1 parent f437523 commit af1fa6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
25+
ruby-version: ['3.2', '3.3', '3.4']
2626

2727
steps:
2828
- uses: actions/checkout@v3

readwise.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Gem::Specification.new do |spec|
3737
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3838
spec.require_paths = ["lib"]
3939

40-
spec.add_development_dependency "bundler", "~> 2.2"
41-
spec.add_development_dependency "rake", "~> 10.0"
40+
spec.add_development_dependency "bundler", "~> 2.4"
41+
spec.add_development_dependency "rake", "~> 13.0"
4242
spec.add_development_dependency "rspec", "~> 3.0"
4343
spec.add_development_dependency "rspec-file_fixtures", "~> 0.1.6"
4444
end

0 commit comments

Comments
 (0)