We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bd5b5 commit 7995176Copy full SHA for 7995176
Gemfile
@@ -1,13 +1,5 @@
1
2
source 'https://rubygems.org'
3
4
-
5
-gem 'fugit'
6
-gem 'stagnum'
7
8
9
-group :test do
10
11
- gem 'probatio'
12
-end
+gemspec
13
qron.gemspec
@@ -37,7 +37,8 @@ A Ruby thread that wakes up in time to perform what's ordered in its crontab
37
"#{s.name}.gemspec",
38
]
39
40
- #s.add_runtime_dependency 'raabro', '~> 1.4'
+ s.add_runtime_dependency 'fugit', '~> 1.11'
41
+ s.add_runtime_dependency 'stagnum', '~> 1.0'
42
43
s.add_development_dependency 'probatio', '~> 1.0'
44
0 commit comments