-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
295b40a
commit 309913e
Showing
84 changed files
with
633 additions
and
3,760 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM debian:jessie | ||
FROM debian:buster | ||
|
||
RUN apt-get update | ||
RUN apt-get -y install gnupg curl procps build-essential libxml2-dev | ||
RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB | ||
RUN curl -sSL https://get.rvm.io | bash | ||
RUN bash -l -c "rvm requirements" | ||
RUN bash -l -c "rvm install 2.4.4" | ||
RUN bash -l -c "rvm install 2.5.8" | ||
RUN bash -l -c "gem install bundler" | ||
|
||
WORKDIR /braintree-ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'builder', '2.1.2' | ||
|
||
if RUBY_VERSION.start_with?('1.8') | ||
gem 'libxml-ruby', '1.1.3' | ||
gem 'json', '1.8.3' | ||
else | ||
gem 'libxml-ruby', '2.8.0' | ||
end | ||
|
||
gem 'rake_commit', '1.0.1' | ||
gem 'rake', '10.3.2' | ||
gem 'rspec', '3.1.0' | ||
gem 'rspec_junit_formatter' | ||
gem 'builder', '3.2.4' | ||
gem 'libxml-ruby', '3.2.0' | ||
|
||
group :development do | ||
gem 'pry', '0.12.2' | ||
gem 'pry', '0.13.1' | ||
gem 'rake', '13.0.1' | ||
gem 'rspec', '3.9.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.