We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dced5 commit e74a2a9Copy full SHA for e74a2a9
CHANGELOG.md
@@ -3,6 +3,7 @@
3
### Changed
4
5
- Lock timeout gem to 0.1.x
6
+- Ensure rake is required when loading railtie tasks.
7
8
## [1.0.1] - 2021-07-24
9
lib/lambda_punch/tasks/install.rake
@@ -1,3 +1,5 @@
1
+require 'rake'
2
+
namespace :lambda_punch do
desc "Install the LambdaPunch Lambda Extension."
0 commit comments