Skip to content

Commit 329b3a0

Browse files
committed
Activate the bundler gem rake tasks
We’ll use manually releases for this project for now, until we figure out the way to bring it into the automated dry-rb release processes.
1 parent 6c34e73 commit 329b3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require "bundler/setup"
4+
require "bundler/gem_tasks"
45
require "rspec/core/rake_task"
56
require "rubocop/rake_task"
67
require "yard"

0 commit comments

Comments
 (0)