Workflow changes, pt.4

This commit is contained in:
Felipe 2024-12-05 12:13:39 +00:00
parent 75617060d7
commit 39c78cb52c
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.3']

View File

@ -1,3 +1,4 @@
source "https://rubygems.org"
gemspec
gem 'concurrent-ruby', '~> 1.3', '>= 1.3.4''

View File

@ -12,7 +12,6 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/hartator/wayback-machine-downloader"
s.license = "MIT"
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 'minitest', '~> 5.2'
end