Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gemfile.lock to git #18

Merged
merged 1 commit into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apk --no-cache add curl ruby ruby-dev python3 bash build-base gcc wget git \
# make install

WORKDIR /bitcoin-dsl
COPY Gemfile Rakefile.rb .
COPY Gemfile Gemfile.lock Rakefile.rb .

RUN gem install bundler:2.5.5 && \
bundle install --without=development && \
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ GEM
murmurhash3 (0.1.7)
mutex_m (0.2.0)
native-package-installer (1.1.9)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
Expand Down Expand Up @@ -174,6 +176,7 @@ GEM
yard (0.9.36)

PLATFORMS
aarch64-linux
x86_64-linux

DEPENDENCIES
Expand Down