Skip to content

Commit 031b273

Browse files
chore(deps): update resque requirement in /examples/using-resque
Updates the requirements on [resque](https://github.com/resque/resque) to permit the latest version. - [Release notes](https://github.com/resque/resque/releases) - [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md) - [Commits](resque/resque@v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: resque dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b55e0e commit 031b273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/using-resque/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "resque", "2.6.0"
3+
gem "resque", "2.7.0"
44
gem 'resque-scheduler'
55

66

0 commit comments

Comments
 (0)