Skip to content

Commit

Permalink
Switch back to bundler v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Feb 21, 2019
1 parent f3bad88 commit 9aa9576
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN mv mafft-linux64/* .

RUN gem install bundler

RUN \curl -sSL https://github.com/mooreryan/pasv/archive/v1.1.7.tar.gz \
RUN \curl -sSL https://github.com/mooreryan/pasv/archive/v1.1.8.tar.gz \
| tar -v -C /home -xz
RUN mv /home/pasv-1.1.7 /home/pasv
RUN mv /home/pasv-1.1.8 /home/pasv

WORKDIR /home/pasv
RUN bundle install
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ DEPENDENCIES
pasv_lib (~> 0.1.2)

BUNDLED WITH
2.0.1
1.17.2
2 changes: 1 addition & 1 deletion pasv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PasvLib.extend PasvLib::Utils
Time.extend PasvLib::CoreExtensions::Time
Process.extend PasvLib::CoreExtensions::Process

PIPELINE_VERSION = "1.1.7"
PIPELINE_VERSION = "1.1.8"
VERSION_BANNER = %Q{ # Pipeline version: #{PIPELINE_VERSION}
# Lib version: #{PasvLib::VERSION}
# Copyright 2017 - 2018 Ryan Moore
Expand Down

0 comments on commit 9aa9576

Please sign in to comment.