Skip to content

Commit f612595

Browse files
committed
Update hardcoded versions
1 parent cddab4b commit f612595

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rakefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ begin
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

0 commit comments

Comments
 (0)