Skip to content

Commit

Permalink
Merge pull request #1511 from kevpl/gem_fakefs_180525
Browse files Browse the repository at this point in the history
(MAINT) pin fakefs to < 0.14.0 for ruby 2.2
  • Loading branch information
mchllweeks authored May 30, 2018
2 parents f8d27ea + 718d362 commit 09a5b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
# Testing dependencies
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its'
s.add_development_dependency 'fakefs', '~> 0.6'
s.add_development_dependency 'fakefs', '~> 0.6', '< 0.14.0'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'rake', '~> 10.0'

Expand Down

0 comments on commit 09a5b2b

Please sign in to comment.