Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Plato Wu committed May 21, 2022
1 parent 4a586ca commit d8252af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ GEM
rspec (>= 2.99.0, < 4.0)
libnotify (0.9.3)
ffi (>= 1.0.11)
listen (3.1.5)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.12)
method_source (0.8.2)
nenv (0.3.0)
Expand Down Expand Up @@ -52,7 +51,6 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby_dep (1.5.0)
shellany (0.0.1)
slop (3.6.0)
thor (0.19.4)
Expand Down
5 changes: 3 additions & 2 deletions ReadFirst.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
apt-cyg install ruby, rubygems, ruby-pkg-config(or cygwin32-libffi), libffi-devel, ruby-devel gcc4(cygwin64 gcc-g++), make
apt-cyg install ruby, rubygems, ruby-pkg-config(or cygwin32-libffi), libffi-devel, ruby-devel(cannot load such file — mkmf (LoadError) gcc4(cygwin64 gcc-g++), make
gem install bundler
bundler install // create Gemfile.lock
rvm use 1.9.3 --install --binary --fuzzy
rvm list
rvm remove 1.9.3
Using /home/travis/.rvm/gems/ruby-1.9.3-p551
# install rvm
# \curl -sSL https://get.rvm.io | bash -s stable
Expand Down Expand Up @@ -34,4 +36,3 @@ if ppt is opened(windows), if will be delete and pull version from server(linux)
@todo https://github.com/sickill/bitpocket/commit/33b61a8
@todo cp: failed to preserve ownership for
@todo use filter to sync Tools

0 comments on commit d8252af

Please sign in to comment.