- use the default ruby version - remove bundler, since we only use stdlib - set the text color to white for dark modepull/28/head
parent
d7e4e8e7af
commit
f309e2a0f7
@ -1 +1 @@
|
|||||||
2.0.0
|
ruby
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
source 'https://rubygems.org'
|
|
||||||
|
|
||||||
group :development do
|
|
||||||
gem 'pry'
|
|
||||||
end
|
|
@ -1,19 +0,0 @@
|
|||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
coderay (1.1.1)
|
|
||||||
method_source (0.8.2)
|
|
||||||
pry (0.10.3)
|
|
||||||
coderay (~> 1.1.0)
|
|
||||||
method_source (~> 0.8.1)
|
|
||||||
slop (~> 3.4)
|
|
||||||
slop (3.6.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
pry
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.11.2
|
|
@ -1,5 +0,0 @@
|
|||||||
desc ''
|
|
||||||
task :bundle do
|
|
||||||
cmd = 'bundle install --standalone --path vendor/bundle --without development test'
|
|
||||||
sh "chruby-exec 2.0.0 -- #{cmd}"
|
|
||||||
end
|
|
Loading…
Reference in new issue