Skip to content

Commit

Permalink
Merge pull request #1521 from coderdojo-japan/change-dumper
Browse files Browse the repository at this point in the history
official dumper gem causes nil with retrieving db infomation so switching to patched yasslab/dumper
  • Loading branch information
nanophate authored Mar 21, 2023
2 parents ce9e021 + 9e151eb commit eb01582
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails', '~> 6.0'
gem 'puma'
gem "puma_worker_killer"
gem 'pg'
gem 'dumper'
gem 'dumper', git: 'https://github.com/yasslab/dumper' # For database backup
gem 'bootsnap'

gem 'coffee-rails'
Expand Down
14 changes: 9 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/yasslab/dumper
revision: 1160175e1089e78887de89c21a303101cb56c096
specs:
dumper (1.7.2)
multipart-post (>= 1.1.5)
posix-spawn (>= 0.3.6)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -117,10 +125,6 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dumper (1.7.3)
multi_json (>= 1.0)
multipart-post (>= 1.1.5)
posix-spawn (>= 0.3.6)
erubi (1.12.0)
execjs (2.8.1)
factory_bot (6.2.1)
Expand Down Expand Up @@ -438,7 +442,7 @@ DEPENDENCIES
capybara
coffee-rails
dotenv-rails
dumper
dumper!
factory_bot_rails
faraday
faraday_middleware
Expand Down

0 comments on commit eb01582

Please sign in to comment.