Skip to content

Commit 489f531

Browse files
committed
fixed the local launch script
1 parent 167810b commit 489f531

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile.lock

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ GEM
22
remote: http://production.cf.rubygems.org/
33
specs:
44
adsf (1.2.0)
5-
rack (= 1.5.2)
5+
rack (>= 1.0.0)
66
celluloid (0.16.0)
7-
timers (= 4.0.1)
7+
timers (~> 4.0.0)
88
coderay (1.1.0)
99
colored (1.2)
1010
cri (2.6.1)
@@ -72,5 +72,8 @@ DEPENDENCIES
7272
rake (~> 10.4.2)
7373
rspec (~> 3.1.0)
7474

75+
RUBY VERSION
76+
ruby 2.7.6p219
77+
7578
BUNDLED WITH
76-
2.3.15
79+
2.1.4

launch.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ else
1212
~/.rvm/bin/rvm pkg install openssl
1313
~/.rvm/bin/rvm install 2.7.6 --with-openssl-dir=$HOME/.rvm/usr
1414
fi
15-
16-
15+
~/.rvm/bin/rvm install ruby-2.7.6
1716
source $FILE
1817
bundle install;
1918
bundle exec nanoc view & bundle exec guard;

0 commit comments

Comments
 (0)