Skip to content

Commit e74a2a9

Browse files
committed
Ensure rake is required when loading railtie tasks.
1 parent 39dced5 commit e74a2a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Changed
44

55
- Lock timeout gem to 0.1.x
6+
- Ensure rake is required when loading railtie tasks.
67

78
## [1.0.1] - 2021-07-24
89

lib/lambda_punch/tasks/install.rake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'rake'
2+
13
namespace :lambda_punch do
24

35
desc "Install the LambdaPunch Lambda Extension."

0 commit comments

Comments
 (0)