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
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- activesupport_6_0.gemfile
- activesupport_6_1.gemfile
- activesupport_7_0.gemfile
include:
- ruby-version: '3.2'
rails-version-gemfile: activesupport_7_1.gemfile
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails-version-gemfile }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion clockwork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'tzinfo'
s.add_dependency 'activesupport', '>= 6.0', '< 7.1'
s.add_dependency 'activesupport', '>= 6.0', '< 7.2'

s.add_development_dependency "bundler"
s.add_development_dependency "rake"
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/activesupport_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
clockwork (1.2.0)
activesupport (>= 6.0, < 7.1)
activesupport (>= 6.0, < 7.2)
tzinfo

GEM
Expand Down Expand Up @@ -80,6 +80,7 @@ GEM
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-24
x86_64-darwin-20
x86_64-linux

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/activesupport_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
clockwork (1.2.0)
activesupport (>= 6.0, < 7.1)
activesupport (>= 6.0, < 7.2)
tzinfo

GEM
Expand Down Expand Up @@ -79,6 +79,7 @@ GEM
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-24
x86_64-darwin-20
x86_64-linux

Expand Down
3 changes: 2 additions & 1 deletion gemfiles/activesupport_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
clockwork (1.2.0)
activesupport (>= 6.0, < 7.1)
activesupport (>= 6.0, < 7.2)
tzinfo

GEM
Expand Down Expand Up @@ -77,6 +77,7 @@ GEM
concurrent-ruby (~> 1.0)

PLATFORMS
arm64-darwin-24
x86_64-darwin-20
x86_64-linux

Expand Down
3 changes: 3 additions & 0 deletions gemfiles/activesupport_7_1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
eval_gemfile 'base.gemfile'

gem 'activesupport', '~> 7.1'
138 changes: 138 additions & 0 deletions gemfiles/activesupport_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
PATH
remote: ..
specs:
clockwork (1.2.0)
activesupport (>= 6.0, < 7.2)
tzinfo

GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.5.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.3)
coderay (1.1.3)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
daemons (1.4.1)
diff-lcs (1.6.2)
drb (2.2.3)
ffi (1.17.2)
ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.2-aarch64-linux-musl)
ffi (1.17.2-arm-linux-gnu)
ffi (1.17.2-arm-linux-musl)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86-linux-gnu)
ffi (1.17.2-x86-linux-musl)
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl)
formatador (1.2.0)
reline
guard (2.19.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
logger (~> 1.6)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
ostruct (~> 0.6)
pry (>= 0.13.0)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-rspec (4.7.3)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.1)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
lumberjack (1.4.1)
method_source (1.1.0)
minitest (5.25.5)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
mutex_m (0.3.0)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
ostruct (0.6.3)
power_assert (2.0.5)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
rake (13.3.0)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
reline (0.6.2)
io-console (~> 0.5)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.5)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.5)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
shellany (0.0.1)
test-unit (3.7.0)
power_assert
thor (1.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
ruby
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
activesupport (~> 7.1)
bundler
clockwork!
daemons
guard-rspec
minitest (~> 5.1)
mocha
rake
rspec
test-unit

BUNDLED WITH
2.3.26