Skip to content

Commit 1f36d07

Browse files
committed
Merge pull request #1 from rails-sqlserver/remove-187
Remove system ruby 1.8.7
2 parents 90b481a + dd2c88f commit 1f36d07

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

bin/prepare_xrubies

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ cd '/vagrant'
1616
rvm all do gem install rake-compiler -v "~> 0.9.5"
1717
rvm all do gem install bundler -v "~> 1.9.9"
1818

19-
# Use just one CPU for building 1.8.7 and 1.9.3
19+
# Use just one CPU for building 1.9.3
2020
export MAKE="make"
2121

22-
# Build 1.8.7 with mingw32 compiler (GCC 4.2)
23-
rvm use 1.8.7-p374
24-
rake-compiler cross-ruby VERSION=1.8.7-p374 HOST=i586-mingw32msvc
25-
2622
# Build 1.9.3 using 1.9.3 as base
2723
rvm use 1.9.3
2824
rake-compiler cross-ruby VERSION=1.9.3-p551 HOST=i586-mingw32msvc

bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ fi
7474

7575
# install rubies
7676
$as_vagrant 'rvm install jruby'
77-
$as_vagrant 'rvm install 1.8.7-p374'
7877
$as_vagrant 'rvm install 1.9.3'
7978
$as_vagrant 'rvm install 2.0.0'
8079
$as_vagrant 'rvm install 2.1'

sample_gem/Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ require "rake/clean"
55

66
CLEAN.include(
77
"tmp",
8-
"lib/1.8",
98
"lib/1.9",
109
"lib/2.0",
1110
"lib/2.1",

0 commit comments

Comments
 (0)