Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pgbovine committed Mar 6, 2018
1 parent f5e0bee commit a5a58ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions v4-cokapi/backends/ruby/.gemrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
:backtrace: false
:bulk_threshold: 1000
:sources:
- http://rubygems.org
:update_sources: true
:verbose: true
2 changes: 2 additions & 0 deletions v4-cokapi/backends/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN cd /tmp/ruby/ruby-2.2.2 && ./configure --prefix=/tmp/ruby/ruby-2.2.2-custom-
# beware takes a long time! so make sure we cache the build
RUN cd /tmp/ruby/ruby-2.2.2 && make && make install
# install custom gem
# specify a non-https source in .gemrc to avoid certificate problems
COPY .gemrc /root
RUN /tmp/ruby/ruby-2.2.2-custom-OPT/bin/gem install debug_inspector

COPY pg_logger.rb /tmp/ruby/
Expand Down

0 comments on commit a5a58ae

Please sign in to comment.