Gemfile in clockwork-3.0.0 vs Gemfile in clockwork-3.0.1
- old
+ new
@@ -1,3 +1,8 @@
source 'https://rubygems.org'
gemspec
+
+rails_version = ENV.fetch("ACTIVE_SUPPORT_VERSION", "7.0")
+
+gem "activesupport", "~> #{rails_version}"
+gem "minitest", "~> 5.0"