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 eb649ec
Show file tree
Hide file tree
Showing 3 changed files with 5 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
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ GEM
activemodel (= 5.2.7)
activesupport (= 5.2.7)
arel (>= 9.0)
activerecord-nulldb-adapter (0.8.0)
activerecord (>= 5.2.0, < 7.1)
activeresource (5.1.1)
activemodel (>= 5.0, < 7)
activemodel-serializers-xml (~> 1.0)
Expand Down Expand Up @@ -579,6 +581,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord-nulldb-adapter
acts_as_tree
airbrake
annotate
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 eb649ec

Please sign in to comment.