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 70
70
desc '* test packaged and installed gems instead of local files'
71
71
task :installed do
72
72
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"
76
76
ENV [ 'NO_PATH' ] = 'true'
77
77
sh 'bundle update'
78
78
sh 'bundle exec rake spec:ci'
@@ -199,7 +199,7 @@ namespace :release do
199
199
# Depends on environment of @pitr-ch
200
200
201
201
mri_version = '2.5.1'
202
- jruby_version = 'jruby-9.1.17.0 '
202
+ jruby_version = 'jruby-9.1.17.1 '
203
203
204
204
task :checks => "yard:#{ current_yard_version_name } :uptodate" do
205
205
Dir . chdir ( __dir__ ) do
You can’t perform that action at this time.
0 commit comments