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

official dumper gem causes nil with retrieving db infomation so switching to patched yasslab/dumper #1521

Merged
merged 1 commit into from
Mar 21, 2023
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 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