Skip to content

Commit 7986aad

Browse files
Pin dev dependency parallel to enable ruby 2.3 support
1 parent 2d2d80c commit 7986aad

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ source 'https://rubygems.org'
44

55
# Specify your gem's dependencies in sensu-plugin-minio.gemspec
66
gemspec
7+
8+
gem 'parallel', '< 1.20.0'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
jaro_winkler (1.5.4)
1818
json (2.6.2)
1919
mixlib-cli (1.7.0)
20-
parallel (1.22.1)
20+
parallel (1.19.2)
2121
parser (3.1.2.0)
2222
ast (~> 2.4.1)
2323
public_suffix (4.0.7)
@@ -60,6 +60,7 @@ PLATFORMS
6060

6161
DEPENDENCIES
6262
bundler (~> 2.1)
63+
parallel (< 1.20.0)
6364
rake (~> 13.0)
6465
rspec (~> 3.10)
6566
rubocop (~> 0.54, <= 0.81)

0 commit comments

Comments
 (0)