Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,15 @@ jobs:
strategy:
matrix:
ruby_version:
- 2.7.8
- 3.0.7
- 3.1.6
- 3.2.6
- 3.3.6
- jruby-9.4.9.0
gemfile:
- gemfiles/Gemfile.activesupport-5.x
- gemfiles/Gemfile.activesupport-6.x
- gemfiles/Gemfile.activesupport-7.1.x
- gemfiles/Gemfile.activesupport-7.2.x
- gemfiles/Gemfile.activesupport-8.x
exclude:
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 2.7.8
- gemfile: gemfiles/Gemfile.activesupport-7.2.x
ruby_version: 3.0.7
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version: 2.7.8
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version: 3.0.7
- gemfile: gemfiles/Gemfile.activesupport-8.x
ruby_version: 3.1.6
- gemfile: gemfiles/Gemfile.activesupport-8.x
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
A modern ruby gem allowing to do time calculation with working hours.

Compatible and tested with:
- Ruby `2.7`, `3.0`, `3.1`, `3.2`, `3.3`, JRuby `9.4`
- ActiveSupport `5.x`, `6.x`, `7.x`, `8.x`
- Ruby `3.1`, `3.2`, `3.3`, JRuby `9.4`
- ActiveSupport `7.x`, `8.x`

## Installation

Expand Down
5 changes: 0 additions & 5 deletions gemfiles/Gemfile.activesupport-5.x

This file was deleted.

5 changes: 0 additions & 5 deletions gemfiles/Gemfile.activesupport-6.x

This file was deleted.

2 changes: 1 addition & 1 deletion working_hours.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'activesupport', '>= 3.2'
spec.add_dependency 'activesupport', '>= 7.0'
spec.add_dependency 'tzinfo'

spec.add_development_dependency 'bundler', '>= 1.5'
Expand Down
Loading