Skip to content

Commit 238f0d1

Browse files
authored
Merge pull request #1622 from coderdojo-japan/remove-db-backup-gem
DBバックアップGemの削除と依存関係の脆弱性更新
2 parents b922f56 + b1d054d commit 238f0d1

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gem 'rails', '~> 6.1'
55
gem 'puma'
66
gem "puma_worker_killer"
77
gem 'pg'
8-
gem 'dumper', git: 'https://github.com/yasslab/dumper' # For database backup
98
gem 'bootsnap'
109

1110
gem 'coffee-rails'

Gemfile.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
GIT
2-
remote: https://github.com/yasslab/dumper
3-
revision: 1160175e1089e78887de89c21a303101cb56c096
4-
specs:
5-
dumper (1.7.2)
6-
multipart-post (>= 1.1.5)
7-
posix-spawn (>= 0.3.6)
8-
91
GEM
102
remote: https://rubygems.org/
113
specs:
@@ -71,7 +63,7 @@ GEM
7163
addressable (2.8.4)
7264
public_suffix (>= 2.0.2, < 6.0)
7365
ast (2.4.2)
74-
autoprefixer-rails (10.4.13.0)
66+
autoprefixer-rails (10.4.19.0)
7567
execjs (~> 2)
7668
aws-eventstream (1.2.0)
7769
aws-partitions (1.782.0)
@@ -130,7 +122,7 @@ GEM
130122
railties (>= 3.2)
131123
e2mmap (0.1.0)
132124
erubi (1.12.0)
133-
execjs (2.8.1)
125+
execjs (2.9.1)
134126
factory_bot (6.2.1)
135127
activesupport (>= 5.0.0)
136128
factory_bot_rails (6.2.0)
@@ -161,7 +153,7 @@ GEM
161153
faraday-retry (1.0.3)
162154
faraday_middleware (1.2.0)
163155
faraday (~> 1.0)
164-
ffi (1.15.5)
156+
ffi (1.17.0)
165157
flamegraph (0.9.5)
166158
font-awesome-rails (4.7.0.8)
167159
railties (>= 3.2, < 8.0)
@@ -288,7 +280,6 @@ GEM
288280
ast (~> 2.4.1)
289281
racc
290282
pg (1.5.3)
291-
posix-spawn (0.3.15)
292283
pry (0.14.2)
293284
coderay (~> 1.1)
294285
method_source (~> 1.0)
@@ -371,7 +362,7 @@ GEM
371362
retriable (3.1.2)
372363
reverse_markdown (2.1.1)
373364
nokogiri
374-
rexml (3.3.2)
365+
rexml (3.3.5)
375366
strscan
376367
rspec-core (3.12.2)
377368
rspec-support (~> 3.12.0)
@@ -498,7 +489,6 @@ DEPENDENCIES
498489
capybara
499490
coffee-rails
500491
dotenv-rails
501-
dumper!
502492
factory_bot_rails
503493
faraday
504494
faraday_middleware

config/initializers/dumper.rb

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)