Skip to content

Commit 6fd44e3

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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: resque dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36099ee commit 6fd44e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/using-resque/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "resque", "2.5.0"
3+
gem "resque", "2.6.0"
44

55
gem "redis", "5.0.6"

0 commit comments

Comments
 (0)