Skip to content

Commit 2ef69c6

Browse files
committed
Fix bundler error for Ruby 2.6 in CI
1 parent e4e9a46 commit 2ef69c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/abstract_unit.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# frozen_string_literal: true
22

3+
# Only necessary as long as Ruby 2.6 compatibility is maintained
4+
require "ruby2_keywords"
5+
36
require "rubygems" unless defined? Gem
47
require "bundler/setup"
58

0 commit comments

Comments
 (0)