Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed May 4, 2022
1 parent 2243481 commit 1d66fc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '~> 5.2.x'

gem 'pg', '~> 0.21.0'
gem 'activerecord-nulldb-adapter'

gem 'nochmal', github: 'puzzle/nochmal'

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
swagger-blocks (3.0.0)
sysexits (1.2.0)
temple (0.8.2)
Expand Down Expand Up @@ -664,6 +665,7 @@ DEPENDENCIES
sentry-raven
simplecov-rcov!
spring
sqlite3
swagger-blocks
turbolinks
uglifier
Expand Down
1 change: 1 addition & 0 deletions images/s2i/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ RUN bash -c 'gem install bundler:2.2.5 --no-document'
USER 1001

ENV RAILS_ENV=production
ENV RAILS_DB_ADAPTER=nulldb

0 comments on commit 1d66fc6

Please sign in to comment.