Skip to content

Commit

Permalink
Enforce specinfra gem version to avoid singleton bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjl committed Aug 4, 2016
1 parent 615264a commit 57d6341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'beaker-pe', '~> 0.7.0'
gem 'beaker-rspec'
gem 'metadata-json-lint'
gem 'rspec-puppet'
gem 'specinfra', '~> 2.58.0'
gem 'specinfra', '>= 2.59.3'
gem 'infrataster'

gem 'pry'
Expand Down

0 comments on commit 57d6341

Please sign in to comment.