We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167810b commit 489f531Copy full SHA for 489f531
Gemfile.lock
@@ -2,9 +2,9 @@ GEM
2
remote: http://production.cf.rubygems.org/
3
specs:
4
adsf (1.2.0)
5
- rack (= 1.5.2)
+ rack (>= 1.0.0)
6
celluloid (0.16.0)
7
- timers (= 4.0.1)
+ timers (~> 4.0.0)
8
coderay (1.1.0)
9
colored (1.2)
10
cri (2.6.1)
@@ -72,5 +72,8 @@ DEPENDENCIES
72
rake (~> 10.4.2)
73
rspec (~> 3.1.0)
74
75
+RUBY VERSION
76
+ ruby 2.7.6p219
77
+
78
BUNDLED WITH
- 2.3.15
79
+ 2.1.4
launch.sh
@@ -12,8 +12,7 @@ else
12
~/.rvm/bin/rvm pkg install openssl
13
~/.rvm/bin/rvm install 2.7.6 --with-openssl-dir=$HOME/.rvm/usr
14
fi
15
-
16
+~/.rvm/bin/rvm install ruby-2.7.6
17
source $FILE
18
bundle install;
19
bundle exec nanoc view & bundle exec guard;
0 commit comments