Skip to content

Commit

Permalink
Remove whenever gem
Browse files Browse the repository at this point in the history
This was [added][1] when scheduling a Rake task to run every minute, and
evolved over time. However, all scheduling has since been [removed from
the Content Store code][2] but the gem was left behind

[1]: 796f217
[2]: 7a136e7
  • Loading branch information
yndajas committed Nov 12, 2024
1 parent d211bf8 commit 2b59206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem "pg"
gem "plek"
gem "rack-cache"
gem "uuidtools"
gem "whenever", require: false

group :development, :test do
gem "ci_reporter_rspec"
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
chronic (0.10.2)
ci_reporter (2.0.0)
builder (>= 2.1.2)
ci_reporter_rspec (1.0.0)
Expand Down Expand Up @@ -667,8 +666,6 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
whenever (1.0.0)
chronic (>= 0.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.1)
Expand Down Expand Up @@ -704,7 +701,6 @@ DEPENDENCIES
timecop
uuidtools
webmock
whenever

BUNDLED WITH
2.3.22

0 comments on commit 2b59206

Please sign in to comment.