Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 21, 2020
1 parent 91e24db commit e825ec7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

source "https://rubygems.org"

gemspec
Expand All @@ -10,14 +11,15 @@ end

group :test do
gem "chefstyle"
gem "cucumber"
gem "cucumber", "< 5" # remove the version pin when we drop Ruby 2.4 support
gem "activesupport", "< 6" # this dep can be removed when we drop Ruby 2.4 support
gem "rake"
gem "rspec", "~> 3.7"
end

group :debug do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6
gem "rb-readline"
end

0 comments on commit e825ec7

Please sign in to comment.