Skip to content

Commit

Permalink
pin version of rake gem for Ruby Gems lower than 1.8 for the spec `bu…
Browse files Browse the repository at this point in the history
…ndle_with_custom_path_spec.rb`
  • Loading branch information
berkos committed Jan 19, 2018
1 parent d5c0d8c commit 4598aee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/acceptance/bundle_with_custom_path_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@
build_gemfile <<-Gemfile
source "https://rubygems.org"
gem '#{gem_name}'
if RUBY_VERSION <= "1.9"
gem '#{gem_name}', '12.2.1'
else
gem '#{gem_name}'
end
Gemfile

run 'bundle install --path vendor/another'
Expand Down

0 comments on commit 4598aee

Please sign in to comment.