mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Workflow changes, pt.4
This commit is contained in:
parent
75617060d7
commit
39c78cb52c
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
@ -18,7 +18,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby-version: ['2.7', '3.0', '3.3']
|
ruby-version: ['2.7', '3.0', '3.3']
|
||||||
|
|||||||
1
Gemfile
1
Gemfile
@ -1,3 +1,4 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
gem 'concurrent-ruby', '~> 1.3', '>= 1.3.4''
|
||||||
@ -12,7 +12,6 @@ Gem::Specification.new do |s|
|
|||||||
s.homepage = "https://github.com/hartator/wayback-machine-downloader"
|
s.homepage = "https://github.com/hartator/wayback-machine-downloader"
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
s.required_ruby_version = '>= 1.9.2'
|
s.required_ruby_version = '>= 1.9.2'
|
||||||
s.add_runtime_dependency 'concurrent-ruby', '~> 1.3', '>= 1.3.4'
|
|
||||||
s.add_development_dependency 'rake', '~> 12.2'
|
s.add_development_dependency 'rake', '~> 12.2'
|
||||||
s.add_development_dependency 'minitest', '~> 5.2'
|
s.add_development_dependency 'minitest', '~> 5.2'
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user