Skip to content

Commit 3fd701f

Browse files
hardingjnewbery
authored andcommitted
Build: upgrade to latest stable ruby
1 parent ca46803 commit 3fd701f

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.4

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: xenial
22
language: ruby
33
rvm:
4-
- "2.5.1"
4+
- "2.6.4"
55

66
## Allows use of docker-based containers, which are more available than
77
## the xen-based (or whatever) VMs, so builds tend to happen sooner

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
## If you update the version here, also update it in .travis.yml, .ruby-version,
44
## and README.md. Then push your branch and make sure Travis supports that
55
## version.
6-
ruby '2.5.1'
6+
ruby '2.6.4'
77

88
## If you add a new Gem below, run `bundle install` to install it.
99
group :development do

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ DEPENDENCIES
105105
minima (~> 2.0)
106106

107107
RUBY VERSION
108-
ruby 2.5.1p57
108+
ruby 2.6.4p104
109109

110110
BUNDLED WITH
111-
1.16.6
111+
1.17.3

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ following command:
3737

3838
source ~/.rvm/scripts/rvm
3939

40-
**Install Ruby 2.5.1**
40+
**Install Ruby**
4141

42-
To install Ruby 2.5.1, simply run this command:
42+
To install Ruby 2.6.4, simply run this command:
4343

44-
rvm install 2.5.1
44+
rvm install 2.6.4
4545

4646
Sometimes this will find a pre-compiled Ruby package for your Linux
4747
distribution, but sometimes it will need to compile Ruby from scratch
4848
(which takes about 15 minutes).
4949

50-
After Ruby 2.5.1 is installed, make it your default Ruby:
50+
After Ruby 2.6.4 is installed, make it your default Ruby:
5151

52-
rvm alias create default ruby-2.5.1
52+
rvm alias create default ruby-2.6.4
5353

5454
And tell your system to use it:
5555

@@ -106,12 +106,9 @@ sure you're in the `bitcoinops.github.io` directory and run:
106106
make
107107

108108
The resulting HTML for the entire site will be placed in the `_site`
109-
directory. The following alternative options are available:
110-
111-
## After you build the site, you can run all of the tests (may take awhile)
112-
make test
109+
directory and various tests will be run.
113110

114111
## Contributing
115112

116113
If you would like to contribute to the Bitcoin Optech project, please review the
117-
[contributing guidelines](CONTRIBUTING.md).
114+
[contributing guidelines](CONTRIBUTING.md).

0 commit comments

Comments
 (0)