Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsarti committed Feb 12, 2020
1 parent 7286ba2 commit cf12151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ group :test do
gem 'simplecov-console'
end

# Force concurrent-ruby to 1.1.5 when running under Travis CI
if ENV['TRAVIS'] == 'true'
gem 'concurrent-ruby', '= 1.1.5'
end

group :acceptance do
gem 'minitar-cli'
gem 'serverspec'
Expand Down
2 changes: 1 addition & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'tty-which', '~> 0.3'

# Analytics dependencies
spec.add_runtime_dependency 'concurrent-ruby', '= 1.1.6'
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.1.5'
spec.add_runtime_dependency 'facter', '~> 2.5.1'
spec.add_runtime_dependency 'httpclient', '~> 2.8.3'

Expand Down

0 comments on commit cf12151

Please sign in to comment.