We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff477f commit 22f337cCopy full SHA for 22f337c
1 file changed
Rakefile
@@ -267,10 +267,12 @@ namespace :release do
267
268
Bundler.with_original_env do
269
sh 'ruby -v'
270
+ sh 'bundle install'
271
sh 'bundle exec rake spec:installed'
272
273
env = { "PATH" => "#{ENV.fetch('CONCURRENT_JRUBY_HOME')}/bin:#{ENV['PATH']}" }
274
sh env, 'ruby -v'
275
+ sh env, 'bundle install'
276
sh env, 'bundle exec rake spec:installed'
277
end
278
0 commit comments