Skip to content

Commit

Permalink
Add Bundler::GemHelper tasks to Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Jun 5, 2024
1 parent 89107f9 commit 4abafa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# frozen_string_literal: true

require 'rspec/core/rake_task'
require 'bundler'

Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new(:spec) do |task|
task.ruby_opts = %w[-W]
Expand Down

0 comments on commit 4abafa5

Please sign in to comment.