File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 desc '* test packaged and installed gems instead of local files'
7171 task :installed do
7272 Dir . chdir ( __dir__ ) do
73- sh ' gem install pkg/concurrent-ruby-1.1.0.pre1. gem'
74- sh ' gem install pkg/concurrent-ruby-ext-1.1.0.pre1. gem' if Concurrent . on_cruby?
75- sh ' gem install pkg/concurrent-ruby-edge-0.4.0.pre1. gem'
73+ sh " gem install pkg/concurrent-ruby-#{ Concurrent :: VERSION } . gem"
74+ sh " gem install pkg/concurrent-ruby-ext-#{ Concurrent :: VERSION } . gem" if Concurrent . on_cruby?
75+ sh " gem install pkg/concurrent-ruby-edge-#{ Concurrent :: EDGE_VERSION } . gem"
7676 ENV [ 'NO_PATH' ] = 'true'
7777 sh 'bundle update'
7878 sh 'bundle exec rake spec:ci'
@@ -199,7 +199,7 @@ namespace :release do
199199 # Depends on environment of @pitr-ch
200200
201201 mri_version = '2.5.1'
202- jruby_version = 'jruby-9.1.17.0 '
202+ jruby_version = 'jruby-9.1.17.1 '
203203
204204 task :checks => "yard:#{ current_yard_version_name } :uptodate" do
205205 Dir . chdir ( __dir__ ) do
You can’t perform that action at this time.
0 commit comments