Skip to content

Commit

Permalink
Bump whenever gem to 0.11.0
Browse files Browse the repository at this point in the history
because the previous version was not compatible with ruby 2.5
  • Loading branch information
dixiS committed Jun 21, 2022
1 parent d1db68f commit 567b533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion builder/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'http://rubygems.org'
gem 'json', '~> 1.8.2'

# scheduler
gem 'whenever', '~> 0.8.2', :require => false
gem 'whenever', '~> 0.11.0', :require => false


gem 'activesupport', '~> 4.1.2'
Expand Down
5 changes: 2 additions & 3 deletions builder/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
whenever (0.8.4)
activesupport (>= 2.3.4)
whenever (0.11.0)
chronic (>= 0.6.3)

PLATFORMS
Expand All @@ -28,7 +27,7 @@ DEPENDENCIES
json (~> 1.8.2)
minitest (~> 5.3.5)
tzinfo (~> 1.2.1)
whenever (~> 0.8.2)
whenever (~> 0.11.0)

BUNDLED WITH
1.16.6

0 comments on commit 567b533

Please sign in to comment.